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.000003 |
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-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- projectm-presets-classic-gitAUR (optional)
- projectm-presets-cream-of-the-cropAUR (optional)
- projectm-sdl2-gitAUR (optional)
Required by (19)
- 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-nox (requires projectm) (make)
- vlc-nox (requires projectm) (optional)
- vlc-plugin-lua-git (requires projectm) (make)
- vlc-plugin-luajit (requires projectm) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
michaelnix commented on 2018-09-03 21:24 (UTC) (edited on 2018-09-03 21:28 (UTC) by michaelnix)
ProjectM moved away from Cmake some time ago. This does not work. The one in the official repository works fine, albeit more than likely without the shader updates.
cyber commented on 2018-09-03 19:53 (UTC)
Update: https://spiegelmock.com/2018/07/29/projectm-opengl-and-shader-modernization/
prg commented on 2018-03-13 00:42 (UTC)
Thanks for the clarification and information cyber. If anyone wants to adopt this PKGBUILD before I get around to updating it, feel free as my time is limited atm
cyber commented on 2018-03-12 23:36 (UTC) (edited on 2018-03-12 23:37 (UTC) by cyber)
Yes hello, the github repo is the current maintained official version. It's not a fork. The old maintainers have abandoned it so I am trying to breathe new life into it.
There is a community of folks interested in the project so I'm trying to modernize some parts and make it easier to contribute to. If you would like to help out that'd be super awesome!
Please see the "maintainers" section of the README: https://github.com/projectM-visualizer/projectm#maintainers for more info.
The main piece of the project is libprojectM. The other applications (pulseaudio, jack, test, etc) are essentially demo applications. If you are having trouble building the library itself that's a major problem that we can try to solve. As far as the companion demo applications, we're updating the makefiles etc for them as needed.
At this point in time, building shared and static versions of libprojectM should be as simple as a bog-standard ./configure && make && sudo make install. If that fails on arch, let's try to figure that out. There is a new demo application built on sdl (projectm-sdl) that is dead simple and cross-platform that I would suggest bundling, if you do want an application to test out the library. It's lacking in features but is supported by the build system (which is just plain GNU autotools) and a helpful example for people looking at an example of how to use the library.
Thanks for the interest!
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
« First ‹ Previous 1 2 3 4 5 Next › Last »