Search Criteria
Package Details: projectm-git 2584.70132f18e-1
Package Actions
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.000135 |
First Submitted: | 2017-09-22 17:39 (UTC) |
Last Updated: | 2023-10-05 19:41 (UTC) |
Dependencies (7)
- glm (glm-gitAUR)
- libxext (libxext-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- projectm-presets-classic-gitAUR (optional)
- projectm-presets-cream-of-the-cropAUR (optional)
- projectm-sdl2-gitAUR (optional)
Required by (18)
- clementine (requires projectm)
- clementine-git (requires projectm)
- dpf-plugins-git (requires projectm)
- libvlc-luajit (requires projectm) (make)
- libvlc-nox (requires projectm) (make)
- projectm-presets-classic-git
- projectm-presets-cream-of-the-crop
- projectm-sdl2-git
- qmmp-1 (requires projectm) (make)
- qmmp-1 (requires projectm) (optional)
- qmmp-svn (requires projectm) (make)
- qmmp-svn (requires projectm) (optional)
- vlc-git (requires projectm) (make)
- vlc-git (requires projectm) (optional)
- vlc-luajit (requires projectm) (make)
- vlc-luajit (requires projectm) (optional)
- vlc-nox (requires projectm) (make)
- vlc-nox (requires projectm) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4
prg commented on 2018-03-12 19:17 (UTC)
It's still unclear what the relationship this git repo has with the upstream projectM repo. i'm not certain if this is an unofficial fork or the official repo of projectM (i believe its the former)
Some really "strange" stuff in this repo - look at BUILDING_LINUX.txt lol. Doesn't look like they bothered to write build scripts for libvisual and other components.
Honestly - i'm not sure how much value there is in maintaining this set of packages. Orphaning.
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 withINSTALL seems out of date so reporting upstream.
milkii commented on 2018-03-12 15:43 (UTC)
I removed the patch line and got:
So I updated the PKGBUILD to the latest build instructions, i.e.,
./autogen.sh && ./configure && make
then, after changing the incorrect "build" directory to "project" in the build paths, I get
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)
« First ‹ Previous 1 2 3 4