public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2016-05-26 12:22 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-05-26 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7d1b88da0c524e1e540aa68e1ef77145e58849e5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 12:20:59 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 12:22:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1b88da

media-gfx/photoqt: version bump

Package-Manager: portage-2.3.0_rc1

 media-gfx/photoqt/Manifest           |  1 +
 media-gfx/photoqt/photoqt-1.4.ebuild | 60 ++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index 43dbbb2..87f7379 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1 +1,2 @@
 DIST photoqt-1.3.tar.gz 1382474 SHA256 81baba387538f62a24af1e69ec26b2a62aafd9b4c1841dd952a9ddb25cdf5348 SHA512 6fdc0c00449519304e0e0da09cabee6f096100ce8054213ca48f5093629328b5f2b6d45215edbbf5419e34189b456eac1389b561840077b3b8320461a1591762 WHIRLPOOL 7989d53468e5f94a4ae5d160feb928c11790d381c5395e97eea2e5e715f76a7c95bfff34f3879cfc5bed2a5d29a3140cd8c978c3a08757cd5efd933363fc9489
+DIST photoqt-1.4.tar.gz 1499903 SHA256 9df3392f0bd746778f119a4da98a32e8ae9ae215564df97d7bcf52efa4d08604 SHA512 6f8e8caafa9edc4c7ec9892d763ad38251ecda964df6fef731ef2ba55c1f56b7b225ba74aebc09720dec2f9a5fa115978d301a5eb5153fa65895f9bd9685f79b WHIRLPOOL 4c863fa82619c64670403cf33087872eb9d4c234c1a1fd46c7ecd235525af5dbcf053f539addcf636f64ab6e75087d58ae47152794b5a04d4dfcbd631438c43e

diff --git a/media-gfx/photoqt/photoqt-1.4.ebuild b/media-gfx/photoqt/photoqt-1.4.ebuild
new file mode 100644
index 0000000..b7f2829
--- /dev/null
+++ b/media-gfx/photoqt/photoqt-1.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="Simple but powerful Qt-based image viewer"
+HOMEPAGE="http://photoqt.org/"
+SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exiv2 graphicsmagick raw"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgraphicaleffects:5
+	dev-qt/qtgui:5
+	dev-qt/qtimageformats:5
+	dev-qt/qtmultimedia:5[qml]
+	dev-qt/qtnetwork:5
+	dev-qt/qtquickcontrols:5
+	dev-qt/qtsql:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	exiv2? ( media-gfx/exiv2:= )
+	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20 )
+	raw? ( media-libs/libraw:= )
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DEXIV2=$(usex exiv2)
+		-DGM=$(usex graphicsmagick)
+		-DRAW=$(usex raw)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2016-05-26 12:22 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-05-26 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2dc20fb07082f4c22c3c737bf534643dda48a308
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 11:45:34 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 12:22:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc20fb0

media-gfx/photoqt: metadata whitespace

Package-Manager: portage-2.3.0_rc1

 media-gfx/photoqt/metadata.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index 3434e73..1e72ffe 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>qt@gentoo.org</email>
-    <name>Gentoo Qt Project</name>
-  </maintainer>
-  <use>
-    <flag name="exiv2">
-      Use <pkg>media-gfx/exiv2</pkg> as optional dependency
-    </flag>
-    <flag name="graphicsmagick">
-      Use <pkg>media-gfx/graphicsmagick</pkg> as optional dependency
-    </flag>
-  </use>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<use>
+		<flag name="exiv2">
+			Use <pkg>media-gfx/exiv2</pkg> as optional dependency
+		</flag>
+		<flag name="graphicsmagick">
+			Use <pkg>media-gfx/graphicsmagick</pkg> as optional dependency
+		</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2016-07-08 18:38 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-07-08 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4faec7c3e2ec69baf84d01dfda0fd6c2b87855db
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 18:37:28 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 18:37:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faec7c3

media-gfx/photoqt: remove old

Package-Manager: portage-2.3.0

 media-gfx/photoqt/Manifest           |  1 -
 media-gfx/photoqt/photoqt-1.3.ebuild | 41 ------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index c3fa973..a247645 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1,3 +1,2 @@
-DIST photoqt-1.3.tar.gz 1382474 SHA256 81baba387538f62a24af1e69ec26b2a62aafd9b4c1841dd952a9ddb25cdf5348 SHA512 6fdc0c00449519304e0e0da09cabee6f096100ce8054213ca48f5093629328b5f2b6d45215edbbf5419e34189b456eac1389b561840077b3b8320461a1591762 WHIRLPOOL 7989d53468e5f94a4ae5d160feb928c11790d381c5395e97eea2e5e715f76a7c95bfff34f3879cfc5bed2a5d29a3140cd8c978c3a08757cd5efd933363fc9489
 DIST photoqt-1.4.1.tar.gz 1526368 SHA256 d78e26485bbf54823ee0eae93261bb44347c4cef905e4d31df935cf285baf9bd SHA512 1138c6e69d830a4df298440e38217785f4025be623f47d32e7f2ca101b2b6442d916f872fa438ba3b8af050722332f23b76f2135ce55a29941bdb21c8aaf0cfa WHIRLPOOL c0e41227ece32e1f03af9db7e7a1ac2185504dc40e50c117265d527d2d02f15e7332a783942f0fb2634fbed479a30ee90f65bef372ba59ac83f7cf4de9d1bc9d
 DIST photoqt-1.4.tar.gz 1499903 SHA256 9df3392f0bd746778f119a4da98a32e8ae9ae215564df97d7bcf52efa4d08604 SHA512 6f8e8caafa9edc4c7ec9892d763ad38251ecda964df6fef731ef2ba55c1f56b7b225ba74aebc09720dec2f9a5fa115978d301a5eb5153fa65895f9bd9685f79b WHIRLPOOL 4c863fa82619c64670403cf33087872eb9d4c234c1a1fd46c7ecd235525af5dbcf053f539addcf636f64ab6e75087d58ae47152794b5a04d4dfcbd631438c43e

diff --git a/media-gfx/photoqt/photoqt-1.3.ebuild b/media-gfx/photoqt/photoqt-1.3.ebuild
deleted file mode 100644
index f3c87c8..0000000
--- a/media-gfx/photoqt/photoqt-1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="http://photoqt.org/"
-SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="graphicsmagick exiv2"
-
-RDEPEND="dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtimageformats:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtquickcontrols:5
-	dev-qt/qtsql:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	exiv2? ( media-gfx/exiv2:= )
-	graphicsmagick? ( media-gfx/graphicsmagick )"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use graphicsmagick GM)
-		$(cmake-utils_use exiv2 EXIV2)
-	)
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	MAKEOPTS+=" -j1" cmake-utils_src_compile
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2016-07-08 18:38 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-07-08 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     aa2601687c225eacc309fe74d03b055e213127ce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 18:37:03 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 18:37:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa260168

media-gfx/photoqt: version bump

Gentoo-bug: 588280

Package-Manager: portage-2.3.0

 media-gfx/photoqt/Manifest             |  1 +
 media-gfx/photoqt/photoqt-1.4.1.ebuild | 60 ++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index 87f7379..c3fa973 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1,2 +1,3 @@
 DIST photoqt-1.3.tar.gz 1382474 SHA256 81baba387538f62a24af1e69ec26b2a62aafd9b4c1841dd952a9ddb25cdf5348 SHA512 6fdc0c00449519304e0e0da09cabee6f096100ce8054213ca48f5093629328b5f2b6d45215edbbf5419e34189b456eac1389b561840077b3b8320461a1591762 WHIRLPOOL 7989d53468e5f94a4ae5d160feb928c11790d381c5395e97eea2e5e715f76a7c95bfff34f3879cfc5bed2a5d29a3140cd8c978c3a08757cd5efd933363fc9489
+DIST photoqt-1.4.1.tar.gz 1526368 SHA256 d78e26485bbf54823ee0eae93261bb44347c4cef905e4d31df935cf285baf9bd SHA512 1138c6e69d830a4df298440e38217785f4025be623f47d32e7f2ca101b2b6442d916f872fa438ba3b8af050722332f23b76f2135ce55a29941bdb21c8aaf0cfa WHIRLPOOL c0e41227ece32e1f03af9db7e7a1ac2185504dc40e50c117265d527d2d02f15e7332a783942f0fb2634fbed479a30ee90f65bef372ba59ac83f7cf4de9d1bc9d
 DIST photoqt-1.4.tar.gz 1499903 SHA256 9df3392f0bd746778f119a4da98a32e8ae9ae215564df97d7bcf52efa4d08604 SHA512 6f8e8caafa9edc4c7ec9892d763ad38251ecda964df6fef731ef2ba55c1f56b7b225ba74aebc09720dec2f9a5fa115978d301a5eb5153fa65895f9bd9685f79b WHIRLPOOL 4c863fa82619c64670403cf33087872eb9d4c234c1a1fd46c7ecd235525af5dbcf053f539addcf636f64ab6e75087d58ae47152794b5a04d4dfcbd631438c43e

diff --git a/media-gfx/photoqt/photoqt-1.4.1.ebuild b/media-gfx/photoqt/photoqt-1.4.1.ebuild
new file mode 100644
index 0000000..b7f2829
--- /dev/null
+++ b/media-gfx/photoqt/photoqt-1.4.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="Simple but powerful Qt-based image viewer"
+HOMEPAGE="http://photoqt.org/"
+SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exiv2 graphicsmagick raw"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgraphicaleffects:5
+	dev-qt/qtgui:5
+	dev-qt/qtimageformats:5
+	dev-qt/qtmultimedia:5[qml]
+	dev-qt/qtnetwork:5
+	dev-qt/qtquickcontrols:5
+	dev-qt/qtsql:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	exiv2? ( media-gfx/exiv2:= )
+	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20 )
+	raw? ( media-libs/libraw:= )
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DEXIV2=$(usex exiv2)
+		-DGM=$(usex graphicsmagick)
+		-DRAW=$(usex raw)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2016-08-11 17:05 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-08-11 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     104af29668a03e8b68d6e543bb5c23217193213e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 17:04:40 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 17:05:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104af296

media-gfx/photoqt: update LICENSE

README states GPLv2 (or later).

Package-Manager: portage-2.3.0

 media-gfx/photoqt/photoqt-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-1.4.1.ebuild b/media-gfx/photoqt/photoqt-1.4.1.ebuild
index b7f2829..d490d50 100644
--- a/media-gfx/photoqt/photoqt-1.4.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.4.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Simple but powerful Qt-based image viewer"
 HOMEPAGE="http://photoqt.org/"
 SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="exiv2 graphicsmagick raw"


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2016-08-11 17:05 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-08-11 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7367a9bec2c3fd4b54025b2a2745e84d8d30ae51
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 17:05:23 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 17:05:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7367a9be

media-gfx/photoqt: amd64 stable

Gentoo-bug: 588968

Package-Manager: portage-2.3.0

 media-gfx/photoqt/photoqt-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-1.4.1.ebuild b/media-gfx/photoqt/photoqt-1.4.1.ebuild
index d490d50..56b1a1c 100644
--- a/media-gfx/photoqt/photoqt-1.4.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="exiv2 graphicsmagick raw"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2016-08-11 17:05 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-08-11 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     77e2526bf713553969b1e41703ecef2b1e104c91
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 17:05:34 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 17:05:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e2526b

media-gfx/photoqt: remove old

Package-Manager: portage-2.3.0

 media-gfx/photoqt/Manifest           |  1 -
 media-gfx/photoqt/photoqt-1.4.ebuild | 60 ------------------------------------
 2 files changed, 61 deletions(-)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index a247645..f7122d9 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1,2 +1 @@
 DIST photoqt-1.4.1.tar.gz 1526368 SHA256 d78e26485bbf54823ee0eae93261bb44347c4cef905e4d31df935cf285baf9bd SHA512 1138c6e69d830a4df298440e38217785f4025be623f47d32e7f2ca101b2b6442d916f872fa438ba3b8af050722332f23b76f2135ce55a29941bdb21c8aaf0cfa WHIRLPOOL c0e41227ece32e1f03af9db7e7a1ac2185504dc40e50c117265d527d2d02f15e7332a783942f0fb2634fbed479a30ee90f65bef372ba59ac83f7cf4de9d1bc9d
-DIST photoqt-1.4.tar.gz 1499903 SHA256 9df3392f0bd746778f119a4da98a32e8ae9ae215564df97d7bcf52efa4d08604 SHA512 6f8e8caafa9edc4c7ec9892d763ad38251ecda964df6fef731ef2ba55c1f56b7b225ba74aebc09720dec2f9a5fa115978d301a5eb5153fa65895f9bd9685f79b WHIRLPOOL 4c863fa82619c64670403cf33087872eb9d4c234c1a1fd46c7ecd235525af5dbcf053f539addcf636f64ab6e75087d58ae47152794b5a04d4dfcbd631438c43e

diff --git a/media-gfx/photoqt/photoqt-1.4.ebuild b/media-gfx/photoqt/photoqt-1.4.ebuild
deleted file mode 100644
index b7f2829..0000000
--- a/media-gfx/photoqt/photoqt-1.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="http://photoqt.org/"
-SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="exiv2 graphicsmagick raw"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgraphicaleffects:5
-	dev-qt/qtgui:5
-	dev-qt/qtimageformats:5
-	dev-qt/qtmultimedia:5[qml]
-	dev-qt/qtnetwork:5
-	dev-qt/qtquickcontrols:5
-	dev-qt/qtsql:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	exiv2? ( media-gfx/exiv2:= )
-	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20 )
-	raw? ( media-libs/libraw:= )
-"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DEXIV2=$(usex exiv2)
-		-DGM=$(usex graphicsmagick)
-		-DRAW=$(usex raw)
-	)
-	cmake-utils_src_configure
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2017-01-22 16:14 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-01-22 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     40aca74c0b5e5c23569707556280d600f12f1c31
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 16:13:28 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 16:13:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40aca74c

media-gfx/photoqt: version bump 1.5.1

Gentoo-bug: 606748

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/photoqt/Manifest             |  1 +
 media-gfx/photoqt/photoqt-1.5.1.ebuild | 59 ++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index f7122d9..bfd3f01 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1 +1,2 @@
 DIST photoqt-1.4.1.tar.gz 1526368 SHA256 d78e26485bbf54823ee0eae93261bb44347c4cef905e4d31df935cf285baf9bd SHA512 1138c6e69d830a4df298440e38217785f4025be623f47d32e7f2ca101b2b6442d916f872fa438ba3b8af050722332f23b76f2135ce55a29941bdb21c8aaf0cfa WHIRLPOOL c0e41227ece32e1f03af9db7e7a1ac2185504dc40e50c117265d527d2d02f15e7332a783942f0fb2634fbed479a30ee90f65bef372ba59ac83f7cf4de9d1bc9d
+DIST photoqt-1.5.1.tar.gz 1596831 SHA256 61018feba7e3e0b82b0bc845cab4740ea3e26339cd4b69847ed1ba5fe7bf739e SHA512 ccb4ada12e76b611475ec66ceaa2ad3a15f92311d2b7c22aa8b94cd145a062bf502af6ff40fa9bb681c5dad97b2941c2a8203da4ac937c8d86c34d805084ec7c WHIRLPOOL af9bb0adfb602a270da0b754ee665e53108b1bc5584a47e779bf79b27ae262f1e5b65d4bc03ea420d55f04504f85dea6a9f27d1997c3a84aefaf1ccddac94cb6

diff --git a/media-gfx/photoqt/photoqt-1.5.1.ebuild b/media-gfx/photoqt/photoqt-1.5.1.ebuild
new file mode 100644
index 00000000..5d63d0f
--- /dev/null
+++ b/media-gfx/photoqt/photoqt-1.5.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="Simple but powerful Qt-based image viewer"
+HOMEPAGE="http://photoqt.org/"
+SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exiv2 graphicsmagick raw"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgraphicaleffects:5
+	dev-qt/qtgui:5
+	dev-qt/qtimageformats:5
+	dev-qt/qtmultimedia:5[qml]
+	dev-qt/qtnetwork:5
+	dev-qt/qtsql:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	exiv2? ( media-gfx/exiv2:= )
+	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
+	raw? ( media-libs/libraw:= )
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DEXIV2=$(usex exiv2)
+		-DGM=$(usex graphicsmagick)
+		-DRAW=$(usex raw)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2017-04-26  7:40 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2017-04-26  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     caba86aee77bebc1529b9a798b5d3c09ef3adc43
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 07:40:17 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 07:40:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caba86ae

media-gfx/photoqt: amd64 stable wrt bug #616572

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-gfx/photoqt/photoqt-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-1.5.1.ebuild b/media-gfx/photoqt/photoqt-1.5.1.ebuild
index 9c0d0fd2184..f4e7f28a6dd 100644
--- a/media-gfx/photoqt/photoqt-1.5.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="exiv2 graphicsmagick raw"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2017-04-27 12:17 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-04-27 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     75a071fbe5f1ce3ad6ef2b804e72b48537bb4362
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 12:12:18 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 12:17:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a071fb

media-gfx/photoqt: remove 1.4.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/photoqt/Manifest             |  1 -
 media-gfx/photoqt/photoqt-1.4.1.ebuild | 59 ----------------------------------
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index bfd3f01a031..03020f5759f 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1,2 +1 @@
-DIST photoqt-1.4.1.tar.gz 1526368 SHA256 d78e26485bbf54823ee0eae93261bb44347c4cef905e4d31df935cf285baf9bd SHA512 1138c6e69d830a4df298440e38217785f4025be623f47d32e7f2ca101b2b6442d916f872fa438ba3b8af050722332f23b76f2135ce55a29941bdb21c8aaf0cfa WHIRLPOOL c0e41227ece32e1f03af9db7e7a1ac2185504dc40e50c117265d527d2d02f15e7332a783942f0fb2634fbed479a30ee90f65bef372ba59ac83f7cf4de9d1bc9d
 DIST photoqt-1.5.1.tar.gz 1596831 SHA256 61018feba7e3e0b82b0bc845cab4740ea3e26339cd4b69847ed1ba5fe7bf739e SHA512 ccb4ada12e76b611475ec66ceaa2ad3a15f92311d2b7c22aa8b94cd145a062bf502af6ff40fa9bb681c5dad97b2941c2a8203da4ac937c8d86c34d805084ec7c WHIRLPOOL af9bb0adfb602a270da0b754ee665e53108b1bc5584a47e779bf79b27ae262f1e5b65d4bc03ea420d55f04504f85dea6a9f27d1997c3a84aefaf1ccddac94cb6

diff --git a/media-gfx/photoqt/photoqt-1.4.1.ebuild b/media-gfx/photoqt/photoqt-1.4.1.ebuild
deleted file mode 100644
index cb29abe4afd..00000000000
--- a/media-gfx/photoqt/photoqt-1.4.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="http://photoqt.org/"
-SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="exiv2 graphicsmagick raw"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgraphicaleffects:5
-	dev-qt/qtgui:5
-	dev-qt/qtimageformats:5
-	dev-qt/qtmultimedia:5[qml]
-	dev-qt/qtnetwork:5
-	dev-qt/qtquickcontrols:5
-	dev-qt/qtsql:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	exiv2? ( media-gfx/exiv2:= )
-	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20 )
-	raw? ( media-libs/libraw:= )
-"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DEXIV2=$(usex exiv2)
-		-DGM=$(usex graphicsmagick)
-		-DRAW=$(usex raw)
-	)
-	cmake-utils_src_configure
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2017-07-02  3:04 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-07-02  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5bd61c911bf48dde7cf170f3657a06c36af6c8ce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 03:04:11 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 03:04:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd61c91

media-gfx/photoqt: add missing dependency

Gentoo-bug: 623372
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-gfx/photoqt/{photoqt-1.5.1.ebuild => photoqt-1.5.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/photoqt/photoqt-1.5.1.ebuild b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
similarity index 97%
rename from media-gfx/photoqt/photoqt-1.5.1.ebuild
rename to media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
index 04d0e023b9c..257cbfbf17c 100644
--- a/media-gfx/photoqt/photoqt-1.5.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
 	dev-qt/qtimageformats:5
 	dev-qt/qtmultimedia:5[qml]
 	dev-qt/qtnetwork:5
+	dev-qt/qtquickcontrols:5
 	dev-qt/qtsql:5
 	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2018-01-12 10:45 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2018-01-12 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f964471b05f65524268d5cc26a97c19a5716ad3a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 10:42:03 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 10:45:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f964471b

media-gfx/photoqt: use HTTPS

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 media-gfx/photoqt/photoqt-1.5.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
index 257cbfbf17c..ff02aa7771c 100644
--- a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit cmake-utils gnome2-utils xdg-utils
 
 DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="http://photoqt.org/"
-SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
+HOMEPAGE="https://photoqt.org/"
+SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2018-06-30  2:37 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2018-06-30  2:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8532c236395116684d2ad7081e4023b4518ab6e1
Author:     Frank Krömmelbein <kroemmelbein <AT> gmx <DOT> de>
AuthorDate: Sat Jun 30 02:35:53 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 02:37:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8532c236

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(+)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index 4848dcd8682..fe99b76aa1a 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1 +1,2 @@
 DIST photoqt-1.5.1.tar.gz 1596831 BLAKE2B 306beaf97cb9e81a2a219e9549abba35eecfaa0f2ad79d769095014d73708f525d5efa3ff4d83f75e89e0f9971a3a46da8b98ca7259b3666e27fc9addc9e836a SHA512 ccb4ada12e76b611475ec66ceaa2ad3a15f92311d2b7c22aa8b94cd145a062bf502af6ff40fa9bb681c5dad97b2941c2a8203da4ac937c8d86c34d805084ec7c
+DIST photoqt-1.7.1.tar.gz 1324774 BLAKE2B b739508511cdc34b6de5736260692c48186a49d0cf62d8283238ee274d2fdf73716589277fa602f86c8c15fff87b49d1700202d260480e002dfa18380b47d328 SHA512 50cee1a77a5e69d05f19a8f1ac8ab18d1ef420962b05f3a76e12ce0f3202db7037c894bbd7631674504f0e51c2be690aff4248ed343d0da2dc8a1ccce2d8e078

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index 79e6bfbc93a..c0acf63798d 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -6,6 +6,12 @@
 		<name>Gentoo Qt Project</name>
 	</maintainer>
 	<use>
+		<flag name="devil">
+			Support additional image formats using <pkg>media-libs/devil</pkg>
+		</flag>
+		<flag name="freeimage">
+			Support additional iamge formats using <pkg>media-libs/freeimage</pkg>
+		</flag>
 		<flag name="exiv2">
 			Use <pkg>media-gfx/exiv2</pkg> as optional dependency
 		</flag>

diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild b/media-gfx/photoqt/photoqt-1.7.1.ebuild
new file mode 100644
index 00000000000..b1e9fd011de
--- /dev/null
+++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="Simple but powerful Qt-based image viewer"
+HOMEPAGE="https://photoqt.org/"
+SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="devil exiv2 freeimage graphicsmagick pdf raw"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgraphicaleffects:5
+	dev-qt/qtgui:5
+	dev-qt/qtimageformats:5
+	dev-qt/qtmultimedia:5[qml]
+	dev-qt/qtnetwork:5
+	dev-qt/qtquickcontrols:5
+	dev-qt/qtsql:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	app-arch/libarchive:=
+	app-arch/unrar
+	devil? ( media-libs/devil )
+	exiv2? ( media-gfx/exiv2:= )
+	freeimage? ( media-libs/freeimage )
+	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
+	pdf? ( app-text/poppler[qt5] )
+	raw? ( media-libs/libraw:= )
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+	kde-frameworks/extra-cmake-modules:5
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DDEVIL=$(usex devil)
+		-DEXIV2=$(usex exiv2)
+		-DFREEIMAGE=$(usex freeimage)
+		-DGM=$(usex graphicsmagick)
+		-DPOPPLER=$(usex pdf)
+		-DRAW=$(usex raw)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2018-12-29 22:02 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2018-12-29 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f31a16ea4e8ac0bb599edc608ed55e06faecc86b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 21:29:41 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 22:02:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31a16ea

media-gfx/photoqt: USE exiv2 (local) -> exif (global)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/metadata.xml            | 3 ---
 media-gfx/photoqt/photoqt-1.5.1-r1.ebuild | 8 ++++----
 media-gfx/photoqt/photoqt-1.7.1.ebuild    | 8 ++++----
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index c0acf63798d..d6620e46687 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -12,8 +12,5 @@
 		<flag name="freeimage">
 			Support additional iamge formats using <pkg>media-libs/freeimage</pkg>
 		</flag>
-		<flag name="exiv2">
-			Use <pkg>media-gfx/exiv2</pkg> as optional dependency
-		</flag>
 	</use>
 </pkgmetadata>

diff --git a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
index ff02aa7771c..7702e5284c0 100644
--- a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="exiv2 graphicsmagick raw"
+IUSE="exif graphicsmagick raw"
 
 RDEPEND="
 	dev-qt/qtcore:5
@@ -27,7 +27,7 @@ RDEPEND="
 	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
-	exiv2? ( media-gfx/exiv2:= )
+	exif? ( media-gfx/exiv2:= )
 	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
 	raw? ( media-libs/libraw:= )
 "
@@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		-DEXIV2=$(usex exiv2)
+		-DEXIV2=$(usex exif)
 		-DGM=$(usex graphicsmagick)
 		-DRAW=$(usex raw)
 	)

diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild b/media-gfx/photoqt/photoqt-1.7.1.ebuild
index b1e9fd011de..b37af5d4f16 100644
--- a/media-gfx/photoqt/photoqt-1.7.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="devil exiv2 freeimage graphicsmagick pdf raw"
+IUSE="devil exif freeimage graphicsmagick pdf raw"
 
 RDEPEND="
 	dev-qt/qtcore:5
@@ -30,7 +30,7 @@ RDEPEND="
 	app-arch/libarchive:=
 	app-arch/unrar
 	devil? ( media-libs/devil )
-	exiv2? ( media-gfx/exiv2:= )
+	exif? ( media-gfx/exiv2:= )
 	freeimage? ( media-libs/freeimage )
 	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
 	pdf? ( app-text/poppler[qt5] )
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
 src_configure() {
 	local mycmakeargs=(
 		-DDEVIL=$(usex devil)
-		-DEXIV2=$(usex exiv2)
+		-DEXIV2=$(usex exif)
 		-DFREEIMAGE=$(usex freeimage)
 		-DGM=$(usex graphicsmagick)
 		-DPOPPLER=$(usex pdf)


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2018-12-30 13:22 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2018-12-30 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8b5a9eb8e6aecfe792bcc0e25508c0ed51a79501
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 30 01:27:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 30 13:21:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5a9eb8

media-gfx/photoqt: Fix metadata typo

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index d6620e46687..b44c7e9f443 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -10,7 +10,7 @@
 			Support additional image formats using <pkg>media-libs/devil</pkg>
 		</flag>
 		<flag name="freeimage">
-			Support additional iamge formats using <pkg>media-libs/freeimage</pkg>
+			Support additional image formats using <pkg>media-libs/freeimage</pkg>
 		</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2018-12-31 16:43 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2018-12-31 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b628d7179272c544fcbcf5c72cac5836c46f3cc5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 16:34:23 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 16:34:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b628d717

media-gfx/photoqt: x86 stable (bug #665556)

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-gfx/photoqt/photoqt-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild b/media-gfx/photoqt/photoqt-1.7.1.ebuild
index a865dab8014..9abea34299f 100644
--- a/media-gfx/photoqt/photoqt-1.7.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="devil exif freeimage graphicsmagick pdf raw"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2019-01-16 15:12 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2019-01-16 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9a78cf9f263aa5f4a9ef1e9b50e02d6e19eb63c3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 15:11:56 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 15:12:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a78cf9f

media-gfx/photoqt: amd64 stable wrt bug #665556

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-gfx/photoqt/photoqt-1.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild b/media-gfx/photoqt/photoqt-1.7.1.ebuild
index 9abea34299f..fc23fddb9b7 100644
--- a/media-gfx/photoqt/photoqt-1.7.1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="devil exif freeimage graphicsmagick pdf raw"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2019-02-15  0:18 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2019-02-15  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e8a4ea49af940150bbd97725af3a6966f1185d9c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 00:04:47 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 00:17:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a4ea49

media-gfx/photoqt: x86 stable (bug #675924)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-gfx/photoqt/photoqt-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild b/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
index 10122796833..44015fc0d12 100644
--- a/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="devil exif freeimage graphicsmagick pdf raw"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2019-02-15 17:09 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2019-02-15 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1cb990c740d6ed7fbba2d6e1b546a8cf7c73eff1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 17:09:24 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 17:09:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb990c7

media-gfx/photoqt: amd64 stable wrt bug #675924

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-gfx/photoqt/photoqt-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild b/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
index 44015fc0d12..b8f003fbdbf 100644
--- a/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="devil exif freeimage graphicsmagick pdf raw"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2019-02-15 20:10 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2019-02-15 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4eb7ab9255e0a3b0da91d28acb53bcf9a80eb1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 20:04:24 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 20:10:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4eb7ab

media-gfx/photoqt: Drop 1.5.1-r1

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/Manifest                |  1 -
 media-gfx/photoqt/photoqt-1.5.1-r1.ebuild | 59 -------------------------------
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index fe99b76aa1a..04e072b09d0 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1,2 +1 @@
-DIST photoqt-1.5.1.tar.gz 1596831 BLAKE2B 306beaf97cb9e81a2a219e9549abba35eecfaa0f2ad79d769095014d73708f525d5efa3ff4d83f75e89e0f9971a3a46da8b98ca7259b3666e27fc9addc9e836a SHA512 ccb4ada12e76b611475ec66ceaa2ad3a15f92311d2b7c22aa8b94cd145a062bf502af6ff40fa9bb681c5dad97b2941c2a8203da4ac937c8d86c34d805084ec7c
 DIST photoqt-1.7.1.tar.gz 1324774 BLAKE2B b739508511cdc34b6de5736260692c48186a49d0cf62d8283238ee274d2fdf73716589277fa602f86c8c15fff87b49d1700202d260480e002dfa18380b47d328 SHA512 50cee1a77a5e69d05f19a8f1ac8ab18d1ef420962b05f3a76e12ce0f3202db7037c894bbd7631674504f0e51c2be690aff4248ed343d0da2dc8a1ccce2d8e078

diff --git a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild b/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
deleted file mode 100644
index 7702e5284c0..00000000000
--- a/media-gfx/photoqt/photoqt-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="https://photoqt.org/"
-SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="exif graphicsmagick raw"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgraphicaleffects:5
-	dev-qt/qtgui:5
-	dev-qt/qtimageformats:5
-	dev-qt/qtmultimedia:5[qml]
-	dev-qt/qtnetwork:5
-	dev-qt/qtquickcontrols:5
-	dev-qt/qtsql:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	exif? ( media-gfx/exiv2:= )
-	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
-	raw? ( media-libs/libraw:= )
-"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DEXIV2=$(usex exif)
-		-DGM=$(usex graphicsmagick)
-		-DRAW=$(usex raw)
-	)
-	cmake-utils_src_configure
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2019-03-17 13:22 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2019-03-17 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ebe2b5d26bcdb23a0a83ec73e0b534ffe580b744
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 13:15:41 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 13:22:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe2b5d2

media-gfx/photoqt: Drop 1.7.1 (r0)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/photoqt-1.7.1.ebuild | 66 ----------------------------------
 1 file changed, 66 deletions(-)

diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild b/media-gfx/photoqt/photoqt-1.7.1.ebuild
deleted file mode 100644
index fc23fddb9b7..00000000000
--- a/media-gfx/photoqt/photoqt-1.7.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="https://photoqt.org/"
-SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="devil exif freeimage graphicsmagick pdf raw"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgraphicaleffects:5
-	dev-qt/qtgui:5
-	dev-qt/qtimageformats:5
-	dev-qt/qtmultimedia:5[qml]
-	dev-qt/qtnetwork:5
-	dev-qt/qtquickcontrols:5
-	dev-qt/qtsql:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	app-arch/libarchive:=
-	app-arch/unrar
-	devil? ( media-libs/devil )
-	exif? ( media-gfx/exiv2:= )
-	freeimage? ( media-libs/freeimage )
-	graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
-	pdf? ( app-text/poppler[qt5] )
-	raw? ( media-libs/libraw:= )
-"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-	kde-frameworks/extra-cmake-modules:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		-DDEVIL=$(usex devil)
-		-DEXIV2=$(usex exif)
-		-DFREEIMAGE=$(usex freeimage)
-		-DGM=$(usex graphicsmagick)
-		-DPOPPLER=$(usex pdf)
-		-DRAW=$(usex raw)
-	)
-	cmake-utils_src_configure
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2019-12-09 12:26 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2019-12-09 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     997c773fb537808f5c175e46987230cdbc352fae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 11:50:41 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 12:26:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997c773f

media-gfx/photoqt: Switch to ecm.eclass, EAPI-7 bump

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/photoqt-1.7.1-r1.ebuild | 26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild b/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
index b8f003fbdbf..53e9fae1e60 100644
--- a/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
+++ b/media-gfx/photoqt/photoqt-1.7.1-r1.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils gnome2-utils xdg-utils
+ECM_KDEINSTALLDIRS=false
+inherit ecm
 
 DESCRIPTION="Simple but powerful Qt-based image viewer"
 HOMEPAGE="https://photoqt.org/"
@@ -14,8 +15,10 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="devil exif freeimage graphicsmagick pdf raw"
 
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
 RDEPEND="
-	dev-qt/qtcore:5
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgraphicaleffects:5
 	dev-qt/qtgui:5
@@ -36,10 +39,7 @@ RDEPEND="
 	pdf? ( app-text/poppler[qt5] )
 	raw? ( media-libs/libraw:= )
 "
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-	kde-frameworks/extra-cmake-modules:5
-"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
 	"${FILESDIR}/${P}-cmake.patch"
@@ -55,15 +55,5 @@ src_configure() {
 		-DPOPPLER=$(usex pdf)
 		-DRAW=$(usex raw)
 	)
-	cmake-utils_src_configure
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
+	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2022-09-23 20:07 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2022-09-23 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     946ada2019a30b9d2a49ddf6828f64df570adcbb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 18:53:01 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 20:07:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946ada20

media-gfx/photoqt: add 2.9.1, EAPI-8 bump, update dependencies

Thanks-to: Frank Krömmelbein <kroemmelbein <AT> gmx.de>
Closes: https://bugs.gentoo.org/709474
Closes: https://bugs.gentoo.org/770091
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/Manifest             |  1 +
 media-gfx/photoqt/metadata.xml         |  9 ++---
 media-gfx/photoqt/photoqt-2.9.1.ebuild | 69 ++++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 6 deletions(-)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index 04e072b09d0c..1cf8748b9630 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1 +1,2 @@
 DIST photoqt-1.7.1.tar.gz 1324774 BLAKE2B b739508511cdc34b6de5736260692c48186a49d0cf62d8283238ee274d2fdf73716589277fa602f86c8c15fff87b49d1700202d260480e002dfa18380b47d328 SHA512 50cee1a77a5e69d05f19a8f1ac8ab18d1ef420962b05f3a76e12ce0f3202db7037c894bbd7631674504f0e51c2be690aff4248ed343d0da2dc8a1ccce2d8e078
+DIST photoqt-2.9.1.tar.gz 3708647 BLAKE2B dd8c958709ebd830558f150f59c90c317d3f5edb363f92e9fadcd1506de4c97a41f6766670e202081397081c231604028298771eb52911255dae53bfa92a1a8d SHA512 c2ac3bce2ffa0962b243808cdd2495d45af3bd5703389de5e9626a518a8edf25646a317ff420dc0fdd8dc60a53104b1b5ec7e473087454d5c2f0b967066dc192

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index 48778e41513a..4e3804f8122d 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -6,11 +6,8 @@
 		<name>Gentoo Qt Project</name>
 	</maintainer>
 	<use>
-		<flag name="devil">
-			Support additional image formats using <pkg>media-libs/devil</pkg>
-		</flag>
-		<flag name="freeimage">
-			Support additional image formats using <pkg>media-libs/freeimage</pkg>
-		</flag>
+		<flag name="devil">Support additional image formats using <pkg>media-libs/devil</pkg></flag>
+		<flag name="freeimage">Support additional image formats using <pkg>media-libs/freeimage</pkg></flag>
+		<flag name="mpv">Support for video files using <pkg>media-video/mpv</pkg></flag>
 	</use>
 </pkgmetadata>

diff --git a/media-gfx/photoqt/photoqt-2.9.1.ebuild b/media-gfx/photoqt/photoqt-2.9.1.ebuild
new file mode 100644
index 000000000000..26dc0b657581
--- /dev/null
+++ b/media-gfx/photoqt/photoqt-2.9.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_KDEINSTALLDIRS=false
+inherit ecm optfeature
+
+DESCRIPTION="Simple but powerful Qt-based image viewer"
+HOMEPAGE="https://photoqt.org/"
+SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
+
+DEPEND="
+	app-arch/libarchive:=
+	app-arch/unrar
+	dev-libs/pugixml
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5[jpeg]
+	dev-qt/qtimageformats:5
+	dev-qt/qtmultimedia:5[qml]
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsql:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	devil? ( media-libs/devil )
+	exif? ( media-gfx/exiv2:= )
+	freeimage? ( media-libs/freeimage )
+	imagemagick? (
+		!graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
+		graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
+	)
+	mpv? ( media-video/mpv[libmpv] )
+	pdf? ( app-text/poppler[qt5] )
+	raw? ( media-libs/libraw:= )
+"
+RDEPEND="${DEPEND}
+	dev-qt/qtgraphicaleffects:5
+	dev-qt/qtquickcontrols:5
+	dev-qt/qtquickcontrols2:5
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCHROMECAST=OFF # TODO needs python
+		-DDEVIL=$(usex devil)
+		-DEXIV2=$(usex exif)
+		-DFREEIMAGE=$(usex freeimage)
+		-DGRAPHICSMAGICK=$(usex graphicsmagick $(usex imagemagick))
+		-DIMAGEMAGICK=$(usex imagemagick $(usex !graphicsmagick))
+		-DVIDEO_MPV=$(usex mpv)
+		-DPOPPLER=$(usex pdf)
+		-DRAW=$(usex raw)
+	)
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	optfeature "additional image formats like AVIF, EPS, HEIF/HEIC, PSD, etc." kde-frameworks/kimageformats
+	ecm_pkg_postinst
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2022-09-24  7:16 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2022-09-24  7:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a98a7d124049f3b0d29d897f1ee76058a27b7c1a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 07:16:06 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 07:16:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98a7d12

media-gfx/photoqt: Add missing DEPEND

Uses QtConcurrent::run

Closes: https://bugs.gentoo.org/872602
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/photoqt-2.9.1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-gfx/photoqt/photoqt-2.9.1.ebuild b/media-gfx/photoqt/photoqt-2.9.1.ebuild
index 26dc0b657581..af9a0fe11515 100644
--- a/media-gfx/photoqt/photoqt-2.9.1.ebuild
+++ b/media-gfx/photoqt/photoqt-2.9.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
 
-DEPEND="
+COMMON_DEPEND="
 	app-arch/libarchive:=
 	app-arch/unrar
 	dev-libs/pugixml
@@ -41,7 +41,10 @@ DEPEND="
 	pdf? ( app-text/poppler[qt5] )
 	raw? ( media-libs/libraw:= )
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	dev-qt/qtconcurrent:5
+"
+RDEPEND="${COMMON_DEPEND}
 	dev-qt/qtgraphicaleffects:5
 	dev-qt/qtquickcontrols:5
 	dev-qt/qtquickcontrols2:5


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2022-10-25 17:55 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2022-10-25 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9fa5e8c573f37864e8d1d8f0b91f4978db0acc9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:54:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:54:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa5e8c5

media-gfx/photoqt: Stabilize 2.9.1 amd64, #878265

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/photoqt-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-2.9.1.ebuild b/media-gfx/photoqt/photoqt-2.9.1.ebuild
index af9a0fe11515..32259b176a16 100644
--- a/media-gfx/photoqt/photoqt-2.9.1.ebuild
+++ b/media-gfx/photoqt/photoqt-2.9.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
 
 COMMON_DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2022-10-25 17:55 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2022-10-25 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6080501e257860c4a00a5e5ca085232c33e8f304
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:54:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:54:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6080501e

media-gfx/photoqt: Stabilize 2.9.1 x86, #878265

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/photoqt-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-2.9.1.ebuild b/media-gfx/photoqt/photoqt-2.9.1.ebuild
index 32259b176a16..f73af804f930 100644
--- a/media-gfx/photoqt/photoqt-2.9.1.ebuild
+++ b/media-gfx/photoqt/photoqt-2.9.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
 
 COMMON_DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2023-01-20  3:54 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-20  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d1240dd1537c0b0c6b2563998d3f719e0a85a02d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 03:54:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 03:54:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1240dd1

media-gfx/photoqt: Stabilize 2.9.1-r2 amd64, #891355

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/photoqt-2.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild b/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild
index cdd579030848..5f63ed3a14b4 100644
--- a/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild
+++ b/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
 
 COMMON_DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2023-01-25 19:22 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2023-01-25 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9c75670510f45ec413ef481b9e6c65d2ededb58c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 19:22:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 19:22:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c756705

media-gfx/photoqt: Stabilize 2.9.1-r2 x86, #891355

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/photoqt/photoqt-2.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild b/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild
index 5f63ed3a14b4..3d56e5fca782 100644
--- a/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild
+++ b/media-gfx/photoqt/photoqt-2.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
 
 COMMON_DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2023-05-15 21:42 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2023-05-15 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     8b71aacba01c8e878297d5adfa78435f3212180a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 21:40:09 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 15 21:41:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b71aacb

media-gfx/photoqt: drop 2.9.1-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/photoqt-2.9.1-r1.ebuild | 76 -------------------------------
 1 file changed, 76 deletions(-)

diff --git a/media-gfx/photoqt/photoqt-2.9.1-r1.ebuild b/media-gfx/photoqt/photoqt-2.9.1-r1.ebuild
deleted file mode 100644
index 094f15dc4bbd..000000000000
--- a/media-gfx/photoqt/photoqt-2.9.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_KDEINSTALLDIRS=false
-inherit ecm optfeature
-
-DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="https://photoqt.org/"
-SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
-
-COMMON_DEPEND="
-	app-arch/libarchive:=
-	app-arch/unrar
-	dev-libs/pugixml
-	dev-qt/qtdbus:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgui:5[jpeg]
-	dev-qt/qtimageformats:5
-	dev-qt/qtmultimedia:5[qml]
-	dev-qt/qtnetwork:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtsql:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	devil? ( media-libs/devil )
-	exif? ( media-gfx/exiv2:= )
-	freeimage? ( media-libs/freeimage )
-	imagemagick? (
-		!graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
-		graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
-	)
-	mpv? ( media-video/mpv:=[libmpv] )
-	pdf? ( app-text/poppler[qt5] )
-	raw? ( media-libs/libraw:= )
-"
-DEPEND="${COMMON_DEPEND}
-	dev-qt/qtconcurrent:5
-"
-RDEPEND="${COMMON_DEPEND}
-	dev-qt/qtgraphicaleffects:5
-	dev-qt/qtquickcontrols:5
-	dev-qt/qtquickcontrols2:5
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-libmpv-api2.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DCHROMECAST=OFF # TODO needs python
-		-DDEVIL=$(usex devil)
-		-DEXIV2=$(usex exif)
-		-DFREEIMAGE=$(usex freeimage)
-		-DGRAPHICSMAGICK=$(usex graphicsmagick $(usex imagemagick))
-		-DIMAGEMAGICK=$(usex imagemagick $(usex !graphicsmagick))
-		-DVIDEO_MPV=$(usex mpv)
-		-DPOPPLER=$(usex pdf)
-		-DRAW=$(usex raw)
-	)
-	ecm_src_configure
-}
-
-pkg_postinst() {
-	optfeature "additional image formats like AVIF, EPS, HEIF/HEIC, PSD, etc." kde-frameworks/kimageformats
-	ecm_pkg_postinst
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2023-05-15 23:16 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-05-15 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b311ad0d2689bd13c90aedfc2fc0793e073d83bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 20:18:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 15 23:02:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b311ad0d

media-gfx/photoqt: add gitlab upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index 4e3804f8122d..8f1e7db6c6e3 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -10,4 +10,7 @@
 		<flag name="freeimage">Support additional image formats using <pkg>media-libs/freeimage</pkg></flag>
 		<flag name="mpv">Support for video files using <pkg>media-video/mpv</pkg></flag>
 	</use>
+	<upstream>
+		<remote-id type="gitlab">lspies/photoqt</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2023-06-16 21:02 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-06-16 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     117eb40fcd6126de811f1e74b305197b7085fdae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 21:02:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 21:02:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117eb40f

media-gfx/photoqt: Stabilize 3.2 x86, #908274

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/photoqt-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-3.2.ebuild b/media-gfx/photoqt/photoqt-3.2.ebuild
index 514da69340d7..bab52e77182e 100644
--- a/media-gfx/photoqt/photoqt-3.2.ebuild
+++ b/media-gfx/photoqt/photoqt-3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
 
 COMMON_DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2023-06-16 22:59 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-06-16 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     1dcca90b576a763cad1bf37bf332b0fcdf31ef03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 22:58:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 22:58:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcca90b

media-gfx/photoqt: Stabilize 3.2 amd64, #908274

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/photoqt-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-3.2.ebuild b/media-gfx/photoqt/photoqt-3.2.ebuild
index bab52e77182e..5cdfa03f5411 100644
--- a/media-gfx/photoqt/photoqt-3.2.ebuild
+++ b/media-gfx/photoqt/photoqt-3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw"
 
 COMMON_DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
@ 2023-11-14 22:55 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2023-11-14 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6eda645073f1a7c67b11175d805cf1dfb31f97b0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  8 22:53:56 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 22:55:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eda6450

media-gfx/photoqt: add 3.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/Manifest           |  1 +
 media-gfx/photoqt/photoqt-3.3.ebuild | 75 ++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index 4e6d861d95f5..dafca25005d1 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1 +1,2 @@
 DIST photoqt-3.2.tar.gz 965895 BLAKE2B ae1e159401b24a1bede344e4d398dbd6c2ae13fd467a4eac9ef15ea2d15933dc1756325a5a4f305a5f447bfd1a9e2d636e0b9367d0201ca356393c033c4f2f0f SHA512 ab7030d0ed6edf79373b1a99b1b8469cd567f04e5c233a87496084424603d8c241f7b473c22d323f4df8480d3f74918a987d2d590ec5026f1b7ca2c92b5c6bba
+DIST photoqt-3.3.tar.gz 1407575 BLAKE2B 8106519dbce79e523ca350a664ef38f20016538407baaef7757183fcd3e5d0351610265cffd53a6d188da8aa3167456b4ed5db0527d673c276ba2a8331bce802 SHA512 d21537b5f56e016b49be6dfd91c47c4acf26d739921a44242a8f53dd3e5bea00c807bf71b4224f689e25b23f5c0126aa5258ffe0ad1ff50e4c895aa7ba523fd5

diff --git a/media-gfx/photoqt/photoqt-3.3.ebuild b/media-gfx/photoqt/photoqt-3.3.ebuild
new file mode 100644
index 000000000000..e6de5535bbdb
--- /dev/null
+++ b/media-gfx/photoqt/photoqt-3.3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_KDEINSTALLDIRS=false
+inherit ecm optfeature
+
+DESCRIPTION="Simple but powerful Qt-based image viewer"
+HOMEPAGE="https://photoqt.org/"
+SRC_URI="https://photoqt.org/pkgs/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="devil exif freeimage geolocation graphicsmagick imagemagick mpv pdf raw"
+
+COMMON_DEPEND="
+	app-arch/libarchive:=
+	app-arch/unrar
+	dev-libs/pugixml
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5[jpeg]
+	dev-qt/qtimageformats:5
+	dev-qt/qtmultimedia:5[qml]
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsql:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	devil? ( media-libs/devil )
+	exif? ( media-gfx/exiv2:=[bmff] )
+	freeimage? ( media-libs/freeimage )
+	geolocation? ( dev-qt/qtpositioning:5[qml] )
+	imagemagick? (
+		!graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
+		graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
+	)
+	mpv? ( media-video/mpv:=[libmpv] )
+	pdf? ( app-text/poppler[qt5] )
+	raw? ( media-libs/libraw:= )
+"
+DEPEND="${COMMON_DEPEND}
+	dev-qt/qtconcurrent:5
+"
+RDEPEND="${COMMON_DEPEND}
+	dev-qt/qtgraphicaleffects:5
+	dev-qt/qtquickcontrols:5
+	dev-qt/qtquickcontrols2:5
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCHROMECAST=OFF # TODO needs python
+		-DDEVIL=$(usex devil)
+		-DEXIV2=$(usex exif)
+		-DEXIV2_ENABLE_BMFF=$(usex exif)
+		-DFREEIMAGE=$(usex freeimage)
+		-DLOCATION=$(usex geolocation)
+		-DGRAPHICSMAGICK=$(usex graphicsmagick $(usex imagemagick))
+		-DIMAGEMAGICK=$(usex imagemagick $(usex !graphicsmagick))
+		-DVIDEO_MPV=$(usex mpv)
+		-DPOPPLER=$(usex pdf)
+		-DRAW=$(usex raw)
+	)
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	optfeature "additional image formats like AVIF, EPS, HEIF/HEIC, PSD, etc." kde-frameworks/kimageformats
+	ecm_pkg_postinst
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2023-11-14 22:55 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26 12:22 [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-05-26 12:22 Michael Palimaka
2016-07-08 18:38 Michael Palimaka
2016-07-08 18:38 Michael Palimaka
2016-08-11 17:05 Michael Palimaka
2016-08-11 17:05 Michael Palimaka
2016-08-11 17:05 Michael Palimaka
2017-01-22 16:14 Michael Palimaka
2017-04-26  7:40 Agostino Sarubbo
2017-04-27 12:17 Michael Palimaka
2017-07-02  3:04 Michael Palimaka
2018-01-12 10:45 Michael Palimaka
2018-06-30  2:37 Michael Palimaka
2018-12-29 22:02 Andreas Sturmlechner
2018-12-30 13:22 Andreas Sturmlechner
2018-12-31 16:43 Thomas Deutschmann
2019-01-16 15:12 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2019-02-15 17:09 Mikle Kolyada
2019-02-15 20:10 Andreas Sturmlechner
2019-03-17 13:22 Andreas Sturmlechner
2019-12-09 12:26 Andreas Sturmlechner
2022-09-23 20:07 Andreas Sturmlechner
2022-09-24  7:16 Andreas Sturmlechner
2022-10-25 17:55 Sam James
2022-10-25 17:55 Sam James
2023-01-20  3:54 Sam James
2023-01-25 19:22 Arthur Zamarin
2023-05-15 21:42 Andreas Sturmlechner
2023-05-15 23:16 Sam James
2023-06-16 21:02 Sam James
2023-06-16 22:59 Sam James
2023-11-14 22:55 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox