Package Details: photivo-git 1:20231208_259d0ae-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: custom:GPL3 only
Conflicts: photivo
Provides: photivo
Submitter: besc
Maintainer: besc
Last Packager: besc
Votes: 41
Popularity: 0.000000
First Submitted: 2020-08-22 16:26 (UTC)
Last Updated: 2024-01-15 19:09 (UTC)

Latest Comments

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

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?

stativ commented on 2012-09-13 07:09 (UTC)

mloskot: You don't need to prove anything. It's just that the AUR helpers abstract the users away from using PKGBUILDs directly, which often results in people not understating how packages are build, and most importantly, in people not checking PKGBUILDs. It must not be forgotten that PKGBUILDs in AUR are user submitted content and are of varying quality. I think the people should check AUR packages before building, unless they already trust the maintainer. That's why I was talking about AUR helpers with such despise (looking at my previous post I with too much). Sometimes the creator of package doesn't mean any harm, but it may happen that the PKGBUILD contains malicious code, even though TU's would remove such package upon noticing. IIRC there once was package that did something like "sudo rm -rf /home", which would have wreak havoc for some people using sudo.