commit:     bcc714937d1d83ec10695ad564a7e2ed9f014439
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 13:04:15 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:40:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc71493

dev-qt/qtimageformats: Bump to QT5_KDEPATCHSET_REV=2

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

 .../qtimageformats/qtimageformats-5.15.8-r1.ebuild | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-qt/qtimageformats/qtimageformats-5.15.8-r1.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.15.8-r1.ebuild
new file mode 100644
index 000000000000..1fc71ebd4a6d
--- /dev/null
+++ b/dev-qt/qtimageformats/qtimageformats-5.15.8-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != *9999* ]]; then
+       QT5_KDEPATCHSET_REV=1
+       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+inherit qt5-build
+
+DESCRIPTION="Additional format plugins for the Qt image I/O system"
+
+IUSE="mng"
+
+DEPEND="
+       =dev-qt/qtcore-${QT5_PV}*
+       =dev-qt/qtgui-${QT5_PV}*
+       media-libs/libwebp:=
+       media-libs/tiff:=
+       mng? ( media-libs/libmng:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       sed -e 's/qtConfig(jasper)/false:/' \
+               -i src/plugins/imageformats/imageformats.pro || die
+       qt_use_disable_config mng mng src/plugins/imageformats/imageformats.pro
+
+       qt5-build_src_configure
+}

Reply via email to