commit:     c2ee0a12de8cc34fcfce2be0b670d6e26284f34c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 20:37:17 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 20:37:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ee0a12

dev-qt/qtimageformats: Backport 5.15.6 Jasper 3 fix

jp2: use correct buffer_size for jas_stream_memopen
QTBUG: https://bugreports.qt.io/browse/QTBUG-104398
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtimageformats/qtimageformats-5.15.5-r1.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.15.5-r1.ebuild
new file mode 100644
index 000000000000..0926524f47a9
--- /dev/null
+++ b/dev-qt/qtimageformats/qtimageformats-5.15.5-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QT5_KDEPATCHSET_REV=1
+inherit qt5-build
+
+DESCRIPTION="Additional format plugins for the Qt image I/O system"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="mng"
+
+DEPEND="
+       =dev-qt/qtcore-${QT5_PV}*
+       =dev-qt/qtgui-${QT5_PV}*
+       media-libs/libwebp:=
+       media-libs/tiff:0
+       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