Search Criteria
Package Details: hyperhdr-git v21.0.0.0.r2.0453be92-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: | 1 |
Popularity: | 0.044408 |
First Submitted: | 2024-11-02 13:44 (UTC) |
Last Updated: | 2025-03-26 13:45 (UTC) |
Dependencies (21)
- alsa-lib
- chrpath (chrpath-gitAUR)
- flatbuffers (flatbuffers-gitAUR)
- freetds
- libayatana-appindicator
- libfbclient (firebirdAUR)
- libftdi
- libglvnd (libglvnd-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libx11 (libx11-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pipewire (pipewire-full-gitAUR, pipewire-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-serialport
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- base-devel (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- Show 1 more dependencies...
Latest Comments
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.
kmarius commented on 2024-11-07 17:16 (UTC)
Thanks for adding the package! Currently it doesn't build because
fix-build.patch
is not in the sources array, and after adding it, the correct location for line 29 is../fix-build.patch
.