diff options
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtimageformats/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-6.6.0_rc.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-qt/qtimageformats/Manifest b/dev-qt/qtimageformats/Manifest index e5fdb44c3b82..d0bcfcd4e5e9 100644 --- a/dev-qt/qtimageformats/Manifest +++ b/dev-qt/qtimageformats/Manifest @@ -4,4 +4,3 @@ DIST qtimageformats-everywhere-opensource-src-5.15.10.tar.xz 1845088 BLAKE2B ff7 DIST qtimageformats-everywhere-opensource-src-5.15.11.tar.xz 1869312 BLAKE2B de2f4727f041614596856f26fd7a8d31695c560bf202e7b1451e69a74445445275bbd377f88de0f398f6ff5f70a0283bd52d177190b95d2e4963ba0636949aa6 SHA512 a41f2adec9470433914a634e3dc79a70e2eda5713be5884029f8ef5eae3c5b2cea4c6de795907ddc69268635aef194325b047cddf84c8be4cf59668d172a89fa DIST qtimageformats-everywhere-src-6.5.2.tar.xz 1966744 BLAKE2B 953b0ff7a9f79860c60651645441ebd853b355140a30b34fc0c8dec2d50e532733f3cce11de8315e756abea9f45d8b595aaa6b3a5e1a8cf751ee202f45fe5d67 SHA512 c7262b773642f216b5f6ca3496cce294f1acf7bbf55aa61db1b60ad24ec0c332b83aa9b43e8baa5ce33a54826364385b4de00426e5556fe821c3b5e770d53819 DIST qtimageformats-everywhere-src-6.5.3.tar.xz 1975664 BLAKE2B 2af9bcb5007e06764a8675b764cde2784b3ead4bad157dfc12886510f5fd83bfc93403e88e8ac53b7b3ba4de61791be9ff37a95aa893b97b2c4d10c21855bbee SHA512 66b8e7385a1b0db77f81730bd97f7e3488eec32a24829c3b21746e89e6ff179a3feacc4d023f1e4e6864a6a7aba46aeb7f66dca7e76836881829a20bb9afbad7 -DIST qtimageformats-everywhere-src-6.6.0-rc.tar.xz 1975792 BLAKE2B 1cb6c638fffd1ef0cec9c04578af89f06ae2561e1724ae6260d0c5da995372f0f9277ec71fb19979476ff149fb90abd17b11fc5fc53b7970dd219e5555de5592 SHA512 945d468f1630d47d6d2a5f70f6be8572e1e13853aae8f78605fb1303de4b6f3ee13648c6f19ef164d3473a17a5cf322dfd8ba30ebc8cb46a50ee50bf2a572127 diff --git a/dev-qt/qtimageformats/qtimageformats-6.6.0_rc.ebuild b/dev-qt/qtimageformats/qtimageformats-6.6.0_rc.ebuild deleted file mode 100644 index 044867e78e37..000000000000 --- a/dev-qt/qtimageformats/qtimageformats-6.6.0_rc.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Additional format plugins for the Qt image I/O system" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -IUSE="mng" - -RDEPEND=" - ~dev-qt/qtbase-${PV}:6[gui] - media-libs/libwebp:= - media-libs/tiff:= - mng? ( media-libs/libmng:= ) -" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DQT_FEATURE_jasper=OFF - $(qt_feature mng) - -DQT_FEATURE_tiff=ON - -DQT_FEATURE_webp=ON - -DQT_FEATURE_system_tiff=ON - -DQT_FEATURE_system_webp=ON - ) - - qt6-build_src_configure -} |