kde-apps/libkdcraw: 26.04.0 version bump

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-16 17:26:57 +01:00
parent 33439d0353
commit 73a16fe385
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST libkdcraw-25.12.3.tar.xz 37448 BLAKE2B fcc3a0c29703975a8aaa3e9db1758a32d224751e5d196d3d6f2f6dd9a409fa540ec8d0e207982bf6049ef958c62a07754ff47ed4cc9054c1b5a9d860ef1ed2a4 SHA512 c4de92736cf200ca1ec6e56536c330e58c83fe9f3d0a05fff9249547c6f22e5fe57f3d3382fdb56794eb2562cd0732f8ca4466f4067a79b9126b25ccfd6b37cc
DIST libkdcraw-26.04.0.tar.xz 37224 BLAKE2B 8d65a431ad80ec54ad7b13bf3697978c24b2d8dc7afc56d4f371395907f69da5e73ead2b98c35b02cb05215b07479ac9cf4535c0e1e873bb0f36991a1bf66b28 SHA512 2ea3070f261423c81e5c9b0f6a3d70692449da56594906d660e9c06ff1b97a27007f2b9406bdc621a7ebbfa7c33856938b3ef91048b6b902e0eb015668726816
@@ -0,0 +1,21 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm gear.kde.org
DESCRIPTION="Digital camera raw image library wrapper"
LICENSE="GPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=media-libs/libraw-0.16:=
"
RDEPEND="${DEPEND}"