Search Criteria
Package Details: pfstools 2.2.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/pfstools.git (read-only, click to copy) |
---|---|
Package Base: | pfstools |
Description: | Set of command line programs for reading, writing and manipulating high-dynamic range (HDR) images |
Upstream URL: | http://pfstools.sourceforge.net/ |
Licenses: | LGPL-2.1-or-later |
Conflicts: | pfscalibration, pfstmo |
Provides: | pfscalibration, pfstmo |
Submitter: | None |
Maintainer: | None |
Last Packager: | spider-mario |
Votes: | 37 |
Popularity: | 0.000000 |
First Submitted: | 2006-11-15 06:01 (UTC) |
Last Updated: | 2024-02-13 21:35 (UTC) |
Dependencies (26)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- fftw (make)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR) (make)
- glu (glu-gitAUR) (make)
- gsl (gsl-gitAUR) (make)
- libexif (libexif-gitAUR) (make)
- libmagick6AUR (make)
- libtiff (libtiff-gitAUR, libtiff-lercAUR) (make)
- netpbm (make)
- octave (octave-hgAUR) (make)
- opencv (opencv-cuda) (make)
- openexr (openexr-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- dcraw (optional) – RAW support
- fftw (optional) – durand02,fattal02,ferradans11 tone mapping operators
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR) (optional) – OpenGL image viewer pfsglview
- glu (glu-gitAUR) (optional) – OpenGL image viewer pfsglview
- gsl (gsl-gitAUR) (optional) – mantiuk08 tone mapping operator
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – ImageMagick support
- Show 6 more dependencies...
Latest Comments
1 2 3 4 5 Next › Last »
spider-mario commented on 2024-02-13 21:31 (UTC)
Sorry, could you please be more specific as to what is broken? It builds without issue for me.
bartus commented on 2024-02-13 14:27 (UTC)
octave
build is broken again.opencv:4
cmake config has changed to component type.bartus commented on 2021-09-02 14:11 (UTC) (edited on 2021-09-02 14:12 (UTC) by bartus)
Fix build against
gcc:11.1.0
http://ix.io/3xJY/diffRequires lower cxx spec (default c++17 wont works)
Apply with
git am -s < <(curl -s http://ix.io/3xJY)
theodore commented on 2021-07-05 10:12 (UTC)
@bartus do you have any updated PKGBUILD because it seems that the package still has issues compiling. Thanks.
bartus commented on 2021-01-24 14:36 (UTC)
@alex.shpilkin: There's fresh bug report in sf pfstools bug tracker refering octave api 6.1
alex.shpilkin commented on 2020-12-27 04:32 (UTC)
Until the Octave binding is fixed, version 2.1.0-4 of this package, which only differs in not including it, builds perfectly well.
alex.shpilkin commented on 2020-12-27 04:30 (UTC)
After the recent upgrade of Octave from 5.2.0 to 6.1.0, the "few deprecation warnings" in the Octave bindings turned into build breakage. The first error I’m hitting seems to be due to use of the deprecated method
octave_value::is_map()
, which was removed in 2018 in changeset f23f27e78aa2.This should be patchable (the deprecation notices did mention a replacement), but I’m not up to it today, sorry. Upstream has bug #49 for this, but they haven’t yet fixed this, either.
stativ commented on 2020-02-11 10:07 (UTC)
disowned
bartus commented on 2020-02-04 14:15 (UTC) (edited on 2020-02-04 14:16 (UTC) by bartus)
Need a fix for
opencv4
, here's a patch I've used:Run in your local clone.
dreieck commented on 2019-11-08 14:34 (UTC)
Fails to build for me:
1 2 3 4 5 Next › Last »