public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/
Date: Tue, 07 Jan 2025 22:34:21 +0000 (UTC)	[thread overview]
Message-ID: <1736289239.2e2baf719eb1210bcf208659875ff4142a1f02c1.asturm@gentoo> (raw)

commit:     2e2baf719eb1210bcf208659875ff4142a1f02c1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  7 22:14:29 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 22:33:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2baf71

media-gfx/photoqt: Switch from ecm to cmake and xdg.eclass

Slightly improve IUSE vips description

See also: https://github.com/gentoo/gentoo/pull/40000
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/photoqt/metadata.xml       |  2 +-
 media-gfx/photoqt/photoqt-4.7.ebuild | 18 +++++++-----------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml
index bbb50e225e0a..3916fd4661ae 100644
--- a/media-gfx/photoqt/metadata.xml
+++ b/media-gfx/photoqt/metadata.xml
@@ -8,7 +8,7 @@
 		<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>
-		<flag name="vips">Use <pkg>media-libs/vips</pkg></flag>
+		<flag name="vips">Support for <pkg>media-libs/vips</pkg> image processing library</flag>
 	</use>
 	<upstream>
 		<remote-id type="gitlab">lspies/photoqt</remote-id>

diff --git a/media-gfx/photoqt/photoqt-4.7.ebuild b/media-gfx/photoqt/photoqt-4.7.ebuild
index 3b4f4b7f0d8c..6ece1a484215 100644
--- a/media-gfx/photoqt/photoqt-4.7.ebuild
+++ b/media-gfx/photoqt/photoqt-4.7.ebuild
@@ -4,10 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..12} )
-
-ECM_KDEINSTALLDIRS=false
-KFMIN=6.5.0
-inherit ecm optfeature python-single-r1 toolchain-funcs
+inherit cmake optfeature python-single-r1 toolchain-funcs xdg
 
 DESCRIPTION="Simple but powerful Qt-based image viewer"
 HOMEPAGE="https://photoqt.org/"
@@ -48,19 +45,18 @@ COMMON_DEPEND="
 		media-libs/vips:=
 	)
 "
-RDEPEND="
-	${COMMON_DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	geolocation? (
 		dev-qt/qtlocation:6
 		dev-qt/qtpositioning:6[qml]
 	)
 "
-DEPEND="
-	${COMMON_DEPEND}
+DEPEND="${COMMON_DEPEND}
 	vips? ( x11-base/xorg-proto )
 "
 BDEPEND="
 	dev-qt/qttools:6[linguist]
+	>=kde-frameworks/extra-cmake-modules-6.5.0:*
 	virtual/pkgconfig
 	chromecast? ( ${PYTHON_DEPS} )
 "
@@ -94,10 +90,10 @@ src_configure() {
 		)
 	fi
 
-	ecm_src_configure
+	cmake_src_configure
 }
 
 pkg_postinst() {
-	optfeature "additional image formats like AVIF, EPS, HEIF/HEIC, PSD, etc." kde-frameworks/kimageformats
-	ecm_pkg_postinst
+	optfeature "additional image formats like AVIF, EPS, HEIF/HEIC, PSD, etc." "kde-frameworks/kimageformats:6"
+	xdg_pkg_postinst
 }


             reply	other threads:[~2025-01-07 22:34 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736289239.2e2baf719eb1210bcf208659875ff4142a1f02c1.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox