Search Criteria
Package Details: luminancehdr-git 2.5.1.r245.g7dc448a6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/luminancehdr-git.git (read-only, click to copy) |
---|---|
Package Base: | luminancehdr-git |
Description: | Open source graphical user interface application that aims to provide a workflow for HDR imaging |
Upstream URL: | http://qtpfsgui.sourceforge.net/ |
Licenses: | GPL |
Conflicts: | luminancehdr |
Provides: | luminancehdr |
Submitter: | spider-mario |
Maintainer: | FabioLolix |
Last Packager: | spider-mario |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-09-03 18:20 (UTC) |
Last Updated: | 2023-05-28 15:10 (UTC) |
Dependencies (20)
- boost-libs
- ccfits
- desktop-file-utils (desktop-file-utils-gitAUR)
- exiv2 (exiv2-gitAUR)
- fftw
- gsl (gsl-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libraw (libraw-gitAUR)
- openexr (openexr-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webengine
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
- patch (patch-gitAUR) (make)
- qt5-tools (make)
- hugin (hugin-hgAUR) (optional) – align image stack functionality
Latest Comments
k8ie commented on 2020-11-15 21:18 (UTC)
Thank you for fixing this, great job!
spider-mario commented on 2020-11-13 21:36 (UTC)
Ah, in this case, they are indeed at fault. I have patched the CMakeLists.txt to work around it. Thanks again for the report.
And yes, I learned it somewhat recently too. :)
k8ie commented on 2020-11-12 17:51 (UTC)
Oh, I didn't know that! I'm learning more every day!
Problem is that the package doesn't build without is. That means the problem is probably in upstream's
CMakeLists.txt
, right?spider-mario commented on 2020-11-12 14:18 (UTC)
Thanks for the report. Such build-time-only dependencies are easy to miss, I’ll add it.
PKGBUILDs are not supposed to pass
-DCMAKE_BUILD_TYPE=Release
to CMake, though: https://wiki.archlinux.org/index.php/CMake_package_guidelines#CMake_undesired_behaviorsk8ie commented on 2020-11-11 19:48 (UTC)
There are 2 issues with this package. Firstly CMake complains that the build type wasn't specified. This is easily fixed by adding
-DCMAKE_BUILD_TYPE=Release
to CMake's arguments. Secondly eigen is required to build this package.