Search Criteria
Package Details: hyperhdr-git v22.0.0.0beta1.r22.f959afa3-1
Package Actions
| 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) |
Dependencies (21)
- alsa-lib
- chrpath (chrpath-gitAUR)
- flatbuffers (flatbuffers-gitAUR)
- freetds
- libayatana-appindicator
- libfbclient (firebirdAUR)
- libftdi
- libglvnd (libglvnd-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libx11 (libx11-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-minimal-gitAUR, mesa-nollvm-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-aegisAUR)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR)
- python
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-serialport
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- base-devel (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- Show 1 more dependencies...
Latest Comments
1 2 Next › Last »
Links2004 commented on 2026-04-03 08:27 (UTC)
have enabled
ENABLE_SOUNDCAPLINUX=ONin 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
xythobuz commented on 2026-03-29 13:15 (UTC)
Unfortunately audio grabbing seems to not be supported in this build.
This means no sound reactive effects can be used.
I suspect this is related:
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)
I
ve 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:
to the file:
The current RPATH is:
which does not contain:
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.
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.
1 2 Next › Last »