Package Details: photivo-git 1:20240904_517cc62-1

Git Clone URL: https://aur.archlinux.org/photivo-git.git (read-only, click to copy)
Package Base: photivo-git
Description: Free and open source photo processor
Upstream URL: https://photivo.org/
Licenses: GPL-3.0-only
Conflicts: photivo
Provides: photivo
Submitter: besc
Maintainer: besc
Last Packager: besc
Votes: 42
Popularity: 0.019711
First Submitted: 2020-08-22 16:26 (UTC)
Last Updated: 2024-09-04 08:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

stativ commented on 2013-04-18 17:06 (UTC)

Oh, it has been reported already: http://code.google.com/p/photivo/issues/detail?id=123

stativ commented on 2013-04-18 17:01 (UTC)

I'm afraid that this is an upstream problem. Could you please report it to the upstream?

DrTebi commented on 2013-04-17 10:02 (UTC)

Similar problem here, please update the package! In file included from /usr/include/qt4/QtCore/QtCore:53:0, from ../Sources/ptSettings.h:27, from ../Sources/batch/ptBatchWindow.cpp:25: /usr/include/qt4/QtCore/qtconcurrentfilter.h: In function ‘QtConcurrent::ThreadEngineStarter<void> QtConcurrent::filterInternal(Sequence&, KeepFunctor, ReduceFunctor)’: /usr/include/qt4/QtCore/qtconcurrentfilter.h:108:47: warning: typedef ‘Iterator’ locally defined but not used [-Wunused-local-typedefs] typedef typename Sequence::const_iterator Iterator; ^ In file included from ../Sources/ptDcRaw.h:125:0, from ../Sources/ptSettings.h:31, from ../Sources/batch/ptBatchWindow.cpp:25: ../Sources/ptDefines.h: At global scope: ../Sources/ptDefines.h:53:1: error: ‘unique_ptr’ in namespace ‘std’ does not name a type std::unique_ptr<T> make_unique(Args&& ...args) { ^ In file included from ../Sources/ptChoice.h:32:0, from ../Sources/ptSettings.h:33, from ../Sources/batch/ptBatchWindow.cpp:25: ../Sources/filters/ptCfgItem.h:113:5: error: ‘shared_ptr’ in namespace ‘std’ does not name a type std::shared_ptr<ptCurve> Curve; ^ ../Sources/filters/ptCfgItem.h:176:3: error: ‘shared_ptr’ in namespace ‘std’ does not name a type std::shared_ptr<ptCurve> Curve; ^ make[1]: *** [ptBatchWindow.o] Error 1 make[1]: Leaving directory `/home/drtebi/Downloads/photivo-hg/src/photivo-build/photivoProject' make: *** [sub-photivoProject-make_default] Error 2

ayr0 commented on 2013-04-10 05:47 (UTC)

I cannot build the package. :( make[1]: *** [ptJobListModel.o] Error 1 In file included from ../Sources/filemgmt/../ptChoice.h:32:0, from ../Sources/filemgmt/../ptSettings.h:33, from ../Sources/filemgmt/ptColumnGridThumbnailLayouter.cpp:26: ../Sources/filters/ptCfgItem.h:113:5: error: ‘shared_ptr’ in namespace ‘std’ does not name a type std::shared_ptr<ptCurve> Curve; ^ ../Sources/filters/ptCfgItem.h:176:3: error: ‘shared_ptr’ in namespace ‘std’ does not name a type std::shared_ptr<ptCurve> Curve; ^ make[1]: *** [ptColumnGridThumbnailLayouter.o] Error 1 make[1]: Leaving directory `/build/packer/photivo-hg/src/photivo-build/photivoProject' make: *** [sub-photivoProject-make_default] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

prettyvanilla commented on 2013-03-06 13:38 (UTC)

The PKGBUILD needs to be adjusted for the new qt4 packages: qt -> qt4 qmake -> qmake-qt4

stativ commented on 2013-01-12 18:22 (UTC)

bellette: thank you very much for your help. I really appreciate it, because I didn't have time to dig into that myself.

alexG commented on 2013-01-04 09:49 (UTC)

At line 45, replace : qmake PREFIX=/usr by qmake PREFIX=/usr CONFIG+=WithGimp and Gimp plugin will compile and install !

<deleted-account> commented on 2012-12-30 13:04 (UTC)

What I found out until now is, that omitting the 2 command lines for GIMP integration (at the very end of the PKGBUILD file) will lead to a successful compilation and package. If You are okay without GIMP integration, this can be the workaround for You. I am reading a lot at the moment, how this AUR-packaging works. When I am able to give a hint, how the two GIMP plugin files can be prepared properly, I'll surely post it.

<deleted-account> commented on 2012-12-24 21:29 (UTC)

I have the same problem as waldbaer59 below.

<deleted-account> commented on 2012-12-16 18:36 (UTC)

A problem when working through makepkg arised. Make complains that a stat command failed with the ptGimp plugin and resumes work. Is there a fix for this?