mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtimageformats: add 6.5.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
DIST qtimageformats-5.15.10-gentoo-kde-1.tar.xz 6944 BLAKE2B a9e43d63cc2db043723ea3403fe24e51df8e4a6be670b7348d97c6518be04a508877868ddf907583de68f7dc209c474bac97a86102af3631c0eae257914760fb SHA512 1f8949fcc6c2733fa9e8da485bffb9e4ea7260bf50146196fabc3264916f240ba2789ebc01c17d8972b2c7d7f96644b0a431de02ffb889cf06369c04df6abd60
|
||||
DIST qtimageformats-everywhere-opensource-src-5.15.10.tar.xz 1845088 BLAKE2B ff704a5ea07173f2e6e9fe72f4e9ab11093a6cd80bedc56efeddc68ff4a53ac46bcd6d6871697f5dcaab537a6b3238aa5a61120090670a4ef529bc5173a44b81 SHA512 7373884e5f01da0aae6f7d4575ca953de3be6cd41d3d19aa29bb2a2e5998486407525f23122e8b13c26143e64aa95d4756c5381643e93f930472c9890e6561de
|
||||
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
|
||||
|
||||
35
dev-qt/qtimageformats/qtimageformats-6.5.3.ebuild
Normal file
35
dev-qt/qtimageformats/qtimageformats-6.5.3.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user