Package Details: hyperhdr-git v22.0.0.0beta1.r22.f959afa3-1

Git Clone URL: https://aur.archlinux.org/hyperhdr-git.git (read-only, click to copy)
Package Base: hyperhdr-git
Description: Highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis
Upstream URL: https://github.com/awawa-dev/HyperHDR.git
Licenses: MIT
Conflicts: hyperhdr, hyperhdr-git
Provides: hyperhdr
Submitter: Links2004
Maintainer: Links2004
Last Packager: Links2004
Votes: 3
Popularity: 0.70
First Submitted: 2024-11-02 13:44 (UTC)
Last Updated: 2026-04-03 08:25 (UTC)

Latest Comments

1 2 Next › Last »

Links2004 commented on 2026-04-03 08:27 (UTC)

have enabled ENABLE_SOUNDCAPLINUX=ON in the build.

xythobuz commented on 2026-04-02 16:51 (UTC)

It was just missing ENABLE_SOUNDCAPLINUX=ON. You're already including Pipewire dependencies, so I don't think that will change anything regarding dependencies. I can confirm, building it myself, sonud capture works fine with that define.

Links2004 commented on 2026-03-29 19:22 (UTC) (edited on 2026-03-29 19:23 (UTC) by Links2004)

correct only pipewire/wayland and x11 is enabled to keep the dependenies to a minimum.

feel free to build with more enable simple clone and edit:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hyperhdr-git#n60

and run

makepkg -i 

xythobuz commented on 2026-03-29 13:15 (UTC)

Unfortunately audio grabbing seems to not be supported in this build.

<ERROR> Could not access the sound grabber

This means no sound reactive effects can be used.

I suspect this is related:

<WARNING> The AVF grabber can not be instantiated, because it has been left out from the build
<WARNING> The MF grabber can not be instantiated, because it has been left out from the build
<WARNING> !The v4l2 grabber can not be instantiated, because it has been left out from the build

Can you enable these?

Axxlfoley commented on 2026-03-27 18:21 (UTC)

Not building for me:

[ 75%] Building CXX object sources/effects/CMakeFiles/effects.dir/EffectManufactory.cpp.o [ 75%] Built target led-drivers [ 75%] Built target effects make: *** [Makefile:156: all] Fehler 2 ==> .

berserker56 commented on 2026-03-17 19:47 (UTC)

Ive got error on building package and dont understand what`s wrong. Other packages from AUR installing correctly. How can I help with fix?

-- Installing: /home/vgolovin/.cache/yay/hyperhdr-git/pkg/hyperhdr-git/usr/bin/hyperhdr CMake Error at build/sources/hyperhdr/cmake_install.cmake:76 (file): file RPATH_CHANGE could not write new RPATH:

$ORIGIN/../lib/hyperhdr

to the file:

/home/vgolovin/.cache/yay/hyperhdr-git/pkg/hyperhdr-git/usr/bin/hyperhdr

The current RPATH is:

/home/vgolovin/.cache/yay/hyperhdr-git/src/hyperhdr/build/lib

which does not contain:

/home/vgolovin/.cache/yay/hyperhdr-git/src/hyperhdr/build/lib:

as was expected. Call Stack (most recent call first): build/sources/cmake_install.cmake:182 (include) build/cmake_install.cmake:52 (include)

==> ERROR: A failure occurred in package(). Aborting... -> error making: hyperhdr-git-exit status 4

P.S. Sorry, I`m not familiar with markdown

pando855 commented on 2025-04-21 09:48 (UTC)

I had to change systemd unit hyperhdr-x11.service to default kill mode for proper light offs on shutdown.

[Service]
KillMode=control-group

brad87 commented on 2025-04-09 19:25 (UTC)

[ 37%] Built target commandline_autogen [ 37%] Building CXX object sources/commandline/CMakeFiles/commandline.dir/Option.cpp.o In file included from /home/brad/Downloads/hyperhdr-git/src/hyperhdr/sources/commandline/Option.cpp:1: /home/brad/Downloads/hyperhdr-git/src/hyperhdr/include/commandline/Parser.h:12:41: error: field ‘_options’ has incomplete type ‘QHash<QString, commandline::Option*>’ 12 | QHash<QString, Option*> _options; | ^~ In file included from /usr/include/qt6/QtCore/qpair.h:7, from /usr/include/qt6/QtCore/qarraydata.h:8, from /usr/include/qt6/QtCore/qarraydataops.h:8, from /usr/include/qt6/QtCore/qarraydatapointer.h:7, from /usr/include/qt6/QtCore/qlist.h:8, from /usr/include/qt6/QtCore/qstringlist.h:5, from /usr/include/qt6/QtCore/qcommandlineoption.h:8, from /usr/include/qt6/QtCore/QCommandLineOption:1, from /home/brad/Downloads/hyperhdr-git/src/hyperhdr/include/commandline/Option.h:7, from /home/brad/Downloads/hyperhdr-git/src/hyperhdr/include/commandline/Parser.h:3: /usr/include/qt6/QtCore/qcontainerfwd.h:22:43: note: declaration of ‘class QHash<QString, commandline::Option*>’ 22 | template <typename Key, typename T> class QHash; | ^~~ make[2]: *** [sources/commandline/CMakeFiles/commandline.dir/build.make:113: sources/commandline/CMakeFiles/commandline.dir/Option.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:2523: sources/commandline/CMakeFiles/commandline.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Links2004 commented on 2024-11-07 17:36 (UTC)

thx fixed, not noticed this since I have the aur git checked out and building in there.