Package Details: projectm-git 2584.70132f18e-1

Git Clone URL: https://aur.archlinux.org/projectm-git.git (read-only, click to copy)
Package Base: projectm-git
Description: Music visualizer which uses 3D accelerated iterative image based rendering (git version)
Upstream URL: https://github.com/projectM-visualizer/projectm
Licenses: LGPL
Conflicts: projectm
Provides: projectm
Submitter: prg
Maintainer: prg
Last Packager: prg
Votes: 6
Popularity: 0.074247
First Submitted: 2017-09-22 17:39 (UTC)
Last Updated: 2023-10-05 19:41 (UTC)

Required by (16)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

prg commented on 2018-03-12 19:13 (UTC)

I believe upstream is replacing cmake for autotools (for some reason). This PKGBUILD will need to be reworked... @milkmiruku Do you want to take over this package? I have limited time at the moment

milkii commented on 2018-03-12 16:31 (UTC)

commenting out DESTDIR="$pkgdir" make install in package_projectm-git(), and it next fails for projectM-libvisual with

CMake Error: The source directory "/var/tmp/trizen-milk/projectm-git/src/projectm/src/projectM-libvisual" does not appear to contain CMakeLists.txt.
...
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.

INSTALL seems out of date so reporting upstream.

milkii commented on 2018-03-12 15:43 (UTC)

I removed the patch line and got:

==> Starting build()...
CMake Error: The source directory "/var/tmp/trizen-milk/projectm-git/src/projectm" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
==> ERROR: A failure occurred in build().

So I updated the PKGBUILD to the latest build instructions, i.e., ./autogen.sh && ./configure && make

==> Starting package_projectm-git()...
make: *** build/src/NativePresets: No such file or directory.  Stop.
==> ERROR: A failure occurred in package_projectm-git().

then, after changing the incorrect "build" directory to "project" in the build paths, I get

make: Entering directory '/var/tmp/trizen-milk/projectm-git/src/projectm/src/NativePresets'
make: *** No rule to make target 'install'.  Stop.
make: Leaving directory '/var/tmp/trizen-milk/projectm-git/src/projectm/src/NativePresets'
==> ERROR: A failure occurred in package_projectm-git().

Current git rev-list --count HEAD is 1437 so I'm flagging out of date.

abouvier commented on 2018-02-23 16:15 (UTC)

The prepare() function fails with:

can't find file to patch at input line 4

Also the compilation fails.

flying-sheep commented on 2018-01-04 10:54 (UTC)

ProjectM uses Qt5 now: https://github.com/projectM-visualizer/projectm/blob/master/src/projectM-qt/CMakeLists.txt

ct2034 commented on 2017-11-20 14:30 (UTC)

Best visualization out there!