Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648810 - media-gfx/photoqt-1.7.1 version bump
Summary: media-gfx/photoqt-1.7.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-26 09:38 UTC by Frank Krömmelbein
Modified: 2018-07-01 17:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
photoqt-1.7.ebuild (photoqt-1.7.ebuild,1.34 KB, text/plain)
2018-05-18 07:57 UTC, Frank Krömmelbein
Details
photoqt-1.7.1.ebuild (photoqt-1.7.1.ebuild,1.34 KB, text/plain)
2018-06-11 07:32 UTC, Frank Krömmelbein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Krömmelbein 2018-02-26 09:38:23 UTC
Changelog:
https://photoqt.org/change/

Renaming works for me:
[ebuild   R    ] media-gfx/photoqt-1.6::mylocal  USE="raw -exiv2 -graphicsmagick" 0 KiB
Comment 1 Frank Krömmelbein 2018-04-05 22:02:28 UTC
Ping. 

I did a testrun with tatt, there were no problems:

USE='-exiv2 -graphicsmagick -raw'  succeeded for =media-gfx/photoqt-1.6
USE='exiv2 -graphicsmagick -raw'  succeeded for =media-gfx/photoqt-1.6
USE='-exiv2 graphicsmagick -raw'  succeeded for =media-gfx/photoqt-1.6
USE='exiv2 graphicsmagick -raw'  succeeded for =media-gfx/photoqt-1.6
USE='-exiv2 -graphicsmagick raw'  succeeded for =media-gfx/photoqt-1.6
USE='exiv2 -graphicsmagick raw'  succeeded for =media-gfx/photoqt-1.6
USE='-exiv2 graphicsmagick raw'  succeeded for =media-gfx/photoqt-1.6
USE='exiv2 graphicsmagick raw'  succeeded for =media-gfx/photoqt-1.6
 FEATURES= test succeeded for =media-gfx/photoqt-1.6
Comment 2 Frank Krömmelbein 2018-05-15 08:41:41 UTC
PING!
Comment 3 Frank Krömmelbein 2018-05-18 07:54:53 UTC
Version 1.7 was released on 15/05/2018. Changelog:
https://photoqt.org/change/


Here the diff against the previous version with the changed dependencies and new use flags:

--- photoqt-1.5.1-r1.ebuild	2018-01-12 20:15:46.000000000 +0100
+++ photoqt-1.7.ebuild	2018-05-18 09:30:34.970873531 +0200
@@ -11,8 +11,8 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="exiv2 graphicsmagick raw"
+KEYWORDS="~amd64 ~x86"
+IUSE="devil exiv2 freeimage graphicsmagick pdf raw"
 
 RDEPEND="
 	dev-qt/qtcore:5
@@ -27,8 +27,13 @@
 	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
+	app-arch/libarchive
+	app-arch/unrar
 	exiv2? ( media-gfx/exiv2:= )
 	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
+	devil? ( media-libs/devil )
+	freeimage? ( media-libs/freeimage )
+	pdf? ( app-text/poppler[qt5] )
 	raw? ( media-libs/libraw:= )
 "
 DEPEND="${RDEPEND}
@@ -39,6 +44,9 @@
 	local mycmakeargs=(
 		-DEXIV2=$(usex exiv2)
 		-DGM=$(usex graphicsmagick)
+		-DDEVIL=$(usex devil)
+		-DFREEIMAGE=$(usex freeimage)
+		-DPOPPLER=$(usex pdf)
 		-DRAW=$(usex raw)
 	)
 	cmake-utils_src_configure
Comment 4 Frank Krömmelbein 2018-05-18 07:57:09 UTC
Created attachment 531978 [details]
photoqt-1.7.ebuild

Added the full ebuild.
Positive results of a tatt test run:

USE='-devil -exiv2 -freeimage -graphicsmagick -pdf -raw'  succeeded for =media-gfx/photoqt-1.7
USE='-devil exiv2 -freeimage -graphicsmagick -pdf -raw'  succeeded for =media-gfx/photoqt-1.7
USE='-devil exiv2 freeimage -graphicsmagick -pdf -raw'  succeeded for =media-gfx/photoqt-1.7
USE='-devil exiv2 -freeimage graphicsmagick -pdf -raw'  succeeded for =media-gfx/photoqt-1.7
USE='devil -exiv2 freeimage graphicsmagick -pdf -raw'  succeeded for =media-gfx/photoqt-1.7
USE='-devil -exiv2 freeimage graphicsmagick pdf -raw'  succeeded for =media-gfx/photoqt-1.7
USE='-devil exiv2 -freeimage -graphicsmagick -pdf raw'  succeeded for =media-gfx/photoqt-1.7
USE='devil -exiv2 freeimage -graphicsmagick -pdf raw'  succeeded for =media-gfx/photoqt-1.7
USE='devil exiv2 -freeimage -graphicsmagick pdf raw'  succeeded for =media-gfx/photoqt-1.7
USE='-devil exiv2 freeimage -graphicsmagick pdf raw'  succeeded for =media-gfx/photoqt-1.7
USE='devil exiv2 -freeimage graphicsmagick pdf raw'  succeeded for =media-gfx/photoqt-1.7
USE='devil -exiv2 freeimage graphicsmagick pdf raw'  succeeded for =media-gfx/photoqt-1.7
USE='devil exiv2 freeimage graphicsmagick pdf raw'  succeeded for =media-gfx/photoqt-1.7
 FEATURES= test succeeded for =media-gfx/photoqt-1.7
Comment 5 Frank Krömmelbein 2018-06-11 07:31:23 UTC
Release 1.7.1 was released on 03/06/2018 with some bugfixes.
Comment 6 Frank Krömmelbein 2018-06-11 07:32:04 UTC
Created attachment 535632 [details]
photoqt-1.7.1.ebuild
Comment 7 Larry the Git Cow gentoo-dev 2018-06-30 02:37:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8532c236395116684d2ad7081e4023b4518ab6e1

commit 8532c236395116684d2ad7081e4023b4518ab6e1
Author:     Frank Krömmelbein <kroemmelbein@gmx.de>
AuthorDate: 2018-06-30 02:35:53 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2018-06-30 02:37:36 +0000

    media-gfx/photoqt: version bump 1.7.1
    
    Closes: https://bugs.gentoo.org/648810
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/photoqt/Manifest             |  1 +
 media-gfx/photoqt/metadata.xml         |  6 ++++
 media-gfx/photoqt/photoqt-1.7.1.ebuild | 64 ++++++++++++++++++++++++++++++++++
 3 files changed, 71 insertions(+)
Comment 8 Michael Palimaka (kensington) gentoo-dev 2018-06-30 02:38:23 UTC
Thanks for the patch, I squashed some small changes into it.
Comment 9 Frank Krömmelbein 2018-07-01 17:08:09 UTC
(In reply to Michael Palimaka (kensington) from comment #8)
> Thanks for the patch, I squashed some small changes into it.

Thank you very much Michael.