Package Details: pfstools 2.2.0-3

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: spider-mario
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)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

trougnouf commented on 2019-10-29 15:11 (UTC) (edited on 2019-10-29 15:14 (UTC) by trougnouf)

The force magick6 patch results in

-- Could NOT find ImageMagick: Found unsuitable version "7.0.8-68", but required is exact version "6" (found /usr/lib/libMagick++-6.Q16HDRI.so)

-- ImageMagick not found. The following commands will not be compiled: pfsinimgmagick pfsoutimgmagick pfsouthdrhtml.

ImageMagick CFLAGS: /usr/include/ImageMagick-7

related bug: https://sourceforge.net/p/pfstools/bugs/46/ . Probably better to disable ImageMagick than include this path which makes it fail.

bartus commented on 2019-10-12 12:27 (UTC)

Working PKGBUILD for opencv4 : https://github.com/bartoszek/AUR-pfstools

bartus commented on 2019-04-04 06:52 (UTC)

opencv3.patch need update for opencv4 https://pastebin.com/ddbEwh6W

wurzelbenutzer commented on 2018-07-19 17:56 (UTC)

For a build in a minimal environment package gtk3 was a missing (make) dependency.

gandalf3 commented on 2018-05-12 23:15 (UTC) (edited on 2018-05-12 23:20 (UTC) by gandalf3)

I get the following build error when extra/imagemagick6 is installed:

/path/to/build/src/pfstools-2.1.0/src/fileformat/pfsinimgmagick.cpp: In function ‘void readFrames(int, char)’:
/path/to/build/src/pfstools-2.1.0/src/fileformat/pfsinimgmagick.cpp:117:29: error: ‘class Magick::Image’ has no member named ‘matte’
     bool hasAlpha = imImage.matte();
                             ^~~~~
/path/to/build/src/pfstools-2.1.0/src/fileformat/pfsinimgmagick.cpp:132:39: error: ‘QuantumDepth’ was not declared in this scope
     const float maxValue = (float)(1<<QuantumDepth) - 1;
                                       ^~~~~~~~~~~~
/path/to/build/src/pfstools-2.1.0/src/fileformat/pfsinimgmagick.cpp:132:39: note: suggested alternative: ‘QuantumRange’
     const float maxValue = (float)(1<<QuantumDepth) - 1;
                                       ^~~~~~~~~~~~
                                       QuantumRange
/path/to/build/src/pfstools-2.1.0/src/fileformat/pfsinimgmagick.cpp:134:21: error: ‘PixelPacket’ in namespace ‘Magick’ does not name a type
       const Magick::PixelPacket pixels =
                     ^~~~~~~~~~~
/path/to/build/src/pfstools-2.1.0/src/fileformat/pfsinimgmagick.cpp:138:31: error: ‘pixels’ was not declared in this scope
         (X)(pixInd) = (float)pixels[c].red / maxValue;
                               ^~~~~~
/path/to/build/src/pfstools-2.1.0/src/fileformat/pfsinimgmagick.cpp:138:31: note: suggested alternative: ‘pixInd’
         (*X)(pixInd) = (float)pixels[c].red / maxValue;
                               ^~~~~~
                               pixInd
make[2]:  [src/fileformat/CMakeFiles/pfsinimgmagick.dir/build.make:63: src/fileformat/CMakeFiles/pfsinimgmagick.dir/pfsinimgmagick.cpp.o] Error 1
make[1]:  [CMakeFiles/Makefile2:804: src/fileformat/CMakeFiles/pfsinimgmagick.dir/all] Error 2

stativ commented on 2017-03-26 17:12 (UTC)

Fixed. @bartus: thank you for providing the patch.

stativ commented on 2017-03-26 15:29 (UTC)

Oh, I see. I always build packages in a clean chroot so it is built without opencv, hence I did not see any problem.

bartus commented on 2017-03-14 07:53 (UTC) (edited on 2017-03-14 09:30 (UTC) by bartus)

Got the same error as @dreleck. Figure out this was related to opencv2 should be listed as dependency of pfstools not opencv(current version in arch repo is 3.2). Make some changes to 'pfsalign.cpp' for compatibility with opencv3. http://pastebin.com/ZQQ1yhMj It build fine, but I can't test it properly with some sample data.

stativ commented on 2017-02-25 15:25 (UTC)

Thanks, I updated it to 2.0.5 which builds fine here.