Search Criteria
Package Details: projectm-git 2502.a6b4771ad-3
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: | 5 |
Popularity: | 0.53 |
First Submitted: | 2017-09-22 17:39 (UTC) |
Last Updated: | 2023-02-10 18:59 (UTC) |
Dependencies (7)
- glm (gli, glm-git)
- libxext (libxext-git)
- sdl2 (sdl2-git)
- cmake (cmake-git) (make)
- projectm-presets-classic-git (optional)
- projectm-presets-cream-of-the-crop (optional)
- projectm-sdl2-git (optional)
Required by (17)
- clementine (requires projectm)
- dpf-plugins-git (requires projectm)
- 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) (optional)
- vlc-nox (requires projectm) (make)
- vlc-wayland-git (requires projectm) (make)
- vlc-wayland-git (requires projectm) (optional)
Latest Comments
1 2 3 4 Next › Last »
prg commented on 2023-02-10 18:27 (UTC) (edited on 2023-02-10 18:51 (UTC) by prg)
UPDATE: I've updated the projectM SDL packages and they should be good to try. To try it out, install
projectm-git
,projectm-sdl2-git
andprojectm-presets-cream-of-the-crop
. Then run something like:OLD UPDATE; YOU CAN DISREGARD ALL THIS BELOW
the projectM overhaul in git is working really well in my local testing. you need to use these three repositories (projectM for the lib; frontend-sdl2 for SDL2 app; presets so it can run something besides the default projectM preset):
I'm going to overhaul these packages in AUR when I get a chance. Months ago when I was looking into this, there were some build issues in git, but those seem to have been resolved. But until then, these PKGBUILDs do NOT work and do NOT accurately reflect the current state of projectM git. If you are impatient, feel free to build it yourself or ping me with any contributions - I'm pretty busy
prg commented on 2022-10-14 17:18 (UTC)
Thanks!
I don't think it's completely fixed yet: the
projectm_set_help_text
function thatfrontend-sdl2
is calling is not present in the current projectm git:https://github.com/projectM-visualizer/projectm/search?q=projectm_set_help_text
I might patch out the help text for now just so we can have a working build in AUR, but it looks ultimately the
projectm_set_help_text
needs to be implemented somehwerecyber commented on 2022-10-14 16:14 (UTC)
Discord link is on GitHub: https://discord.gg/gaHtkQ3v
This error you see is being fixed, the API is being reworked for a 4.0 release. The commit https://github.com/projectM-visualizer/projectm/commit/62cecb36d6c796771f84511347a5772b48162960 should fix that issue
prg commented on 2022-10-14 14:22 (UTC)
Hey @Cyber; let me know if you have another discord invite or have any ideas for what I'm running into. I haven't uploaded my latest package scripts to AUR because i haven't got them to build yet, but I receive the same errors when attempting to build straight from git with cmake.
I can compile projectm-git just fine, but when attempting to compile frontend-sdl2 against projectm-git, I get some errors with
projectm_set_help_text
:Any ideas?
prg commented on 2022-04-08 13:57 (UTC)
Awesome - thanks for the heads up @cyber. I don't use Discord too frequently, but I will get on there at some point when I get a chance to troubleshoot some of these issues more
cyber commented on 2022-04-06 09:05 (UTC)
We're working towards a 4.0 stable release, dropping autotools, cleaning up the CMake builds, splitting the various components into separate repos, and introducing a new C-based API.
If you have any questions or concerns you are more than welcome to come chat with us on Discord and we can help with any build issues: https://discord.gg/TEKVDBke
prg commented on 2022-04-06 04:09 (UTC) (edited on 2022-04-06 04:09 (UTC) by prg)
I've reorganized this into multiple packages, but I'm still having some issues getting it working. The latest known working revision of projectM git for me was 2240.99b55db61
prg commented on 2022-03-21 21:57 (UTC) (edited on 2022-03-21 22:11 (UTC) by prg)
Looks like projectm has been split into multiple repositories.. This package is currently only provides libprojectM-git until I get around to overhauling the PKGBUILD
feral_hedgehog commented on 2021-09-12 23:46 (UTC) (edited on 2021-09-12 23:58 (UTC) by feral_hedgehog)
Hello!
It looks like it's only possible to build master when using CMake (src/libprojectM/projectM.h includes projectM_export.h which gets generated by CMake).
I got it to build with these changes: http://ix.io/3yI4
Note that -DQT_VERSION=5 isn't required, but the resulting build lacks native Wayland support if it's ommitted.
Thank you for this package!
prg commented on 2020-02-26 13:38 (UTC)
Thanks fisch02; added in latest revision
1 2 3 4 Next › Last »