Package Details: projectm-sdl2-git 57.a5152b3-2

Git Clone URL: https://aur.archlinux.org/projectm-sdl2-git.git (read-only, click to copy)
Package Base: projectm-sdl2-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-sdl
Provides: projectm-sdl
Submitter: prg
Maintainer: prg
Last Packager: prg
Votes: 1
Popularity: 0.144947
First Submitted: 2022-04-06 03:53 (UTC)
Last Updated: 2023-02-10 19:53 (UTC)

Latest Comments

acerix commented on 2024-01-13 01:04 (UTC)

And a few hints on getting this working...

Some hotkeys like F1 don't work, this has more info and the link mentions other hotkeys that do work:

https://github.com/projectM-visualizer/frontend-sdl2/issues/50#issuecomment-1679276936

Also, the user should make a config file (see https://github.com/projectM-visualizer/frontend-sdl2?tab=readme-ov-file#linux):

mkdir ~/.config/projectM
cp /usr/share/doc/projectm-sdl2-git/projectMSDL.properties ~/.config/projectM/

To get presets to load, replace ${application.dir} with /usr/share/projectM in the config file (~/.config/projectM/projectMSDL.properties).

acerix commented on 2024-01-13 00:13 (UTC)

There's currently an error building this:

CMake Error at /usr/lib/cmake/Poco/PocoConfig.cmake:29 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Poco/PocoUtilConfig.cmake

  but it set PocoUtil_FOUND to FALSE so package "PocoUtil" is considered to
  be NOT FOUND.  Reason given by package:

  The following imported targets are referenced, but are missing: Poco::XML
  Poco::JSON

Call Stack (most recent call first):
  CMakeLists.txt:29 (find_package)

I found this patch which gets it to build:

https://gist.github.com/trinitronx/5f2d45e3f3f23e0ed905fff4d8a82f3e#file-poco-cmakelists-patch

Thanks for this package!