Package Details: photoflow-git r2808.a0d2421d-1

Git Clone URL: https://aur.archlinux.org/photoflow-git.git (read-only, click to copy)
Package Base: photoflow-git
Description: Non-destructive, layer-based photo retouching including RAW image development
Upstream URL: http://aferrero2707.github.io/PhotoFlow
Licenses: GPL3
Conflicts: photoflow
Provides: photoflow
Submitter: Joermungand
Maintainer: Joermungand
Last Packager: Joermungand
Votes: 2
Popularity: 0.000000
First Submitted: 2015-10-30 22:24 (UTC)
Last Updated: 2020-01-29 05:14 (UTC)

Latest Comments

« First ‹ Previous 1 2

photofloweditor commented on 2017-06-11 18:31 (UTC)

I just committed a patch that should solve the compilation problem you reported. Could you try to build once more? Thanks!

Joermungand commented on 2017-06-10 11:56 (UTC)

Yeah, I figured that out, but then I ran into another error and then got too busy to be able to address the issue any more: https://gist.github.com/Joermungand/f1144f579daf6f6dadc6571e4abf58d7

photofloweditor commented on 2017-06-10 07:59 (UTC)

Building of the recent stable branch seems to fail, due to the fact that the bundled RawSpeed library does not support in-source builds. The error message is the following (the issue has been initially reported here: https://discuss.pixls.us/t/photoflow-antergos-arch-update-problem/4413): BEFORE add_subdirectory(external/rawspeed) CMake Error at src/external/rawspeed/CMakeLists.txt:11 (message): In-source builds are not permitted. Make a separate folder for building: One solution would be to modify the build phase of the PKGBUILD script in this way: build() { cd ${srcdir}/${pkgname%-*} mkdir -p build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_PREFIX=/usr -DBUNDLED_GEXIV2=OFF .. make }

Joermungand commented on 2017-01-04 07:42 (UTC)

You need to rebuild vips. It’s built against an older version of ImageMagick than the one you currently have on your system.

darkbasic commented on 2017-01-04 01:15 (UTC)

[100%] Linking CXX executable pfgimp-load /usr/bin/ld: warning: libMagickWand-6.Q16HDRI.so.2, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libMagickCore-6.Q16HDRI.so.2, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "CloneImageInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "DestroyExceptionInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetNextImageProperty" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "PingImage" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "PingBlob" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetImageProperty" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetExceptionInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "DestroyImageList" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "ReadImage" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "DestroyImageInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "SetImageOption" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetImageType" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "ResetImagePropertyIterator" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetNextImageInList" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetVirtualPixels" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "MagickCoreGenesis" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "BlobToImage" collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/pfgimp.dir/build.make:140: src/pfgimp] Error 1 make[1]: *** [CMakeFiles/Makefile2:430: src/CMakeFiles/pfgimp.dir/all] Error 2 /usr/bin/ld: warning: libMagickWand-6.Q16HDRI.so.2, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libMagickCore-6.Q16HDRI.so.2, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "CloneImageInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "DestroyExceptionInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetNextImageProperty" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "PingImage" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "PingBlob" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetImageProperty" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetExceptionInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "DestroyImageList" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "ReadImage" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "DestroyImageInfo" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "SetImageOption" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetImageType" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "ResetImagePropertyIterator" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetNextImageInList" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "GetVirtualPixels" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "MagickCoreGenesis" /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libvips.so: riferimento non definito a "BlobToImage" collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/pfgimp-load.dir/build.make:140: src/pfgimp-load] Error 1 make[1]: *** [CMakeFiles/Makefile2:470: src/CMakeFiles/pfgimp-load.dir/all] Error 2 make: *** [Makefile:150: all] Error 2 ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... :: failed to build photoflow-git package(s)

Joermungand commented on 2016-11-17 06:52 (UTC)

If you installed photoflow-git recently (within the past two weeks or so, I believe), the latest tag in upstream git is ‘continuous’ hence your package version should start with the same word (check the output of pacman -Qi photoflow-git), which, on comparison, is less than 0.2.7 (package-management apps expect tags to be version numbers, not words). I have changed the versioning scheme to number of revisions (and ditched the tag altogether), which should solve the problem. You will have to reinstall the package, as pacaur will most likely not update it – and there are recent commits upstream, anyway. Please let me know how it goes.

darkbasic commented on 2016-11-16 21:03 (UTC)

pacaur keeps asking to reinstall photoflow-git every time I run "pacaur -Syu". Why?