Skip to content

Commit

Permalink
kde-frameworks/kimageformats: 5.92.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 13, 2022
1 parent e9fea9c commit b0af429
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kimageformats/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kimageformats-5.90.0.tar.xz 1223124 BLAKE2B 64a4eea197f1164ff3c46c7c6fac54df1308571f12aae048ddd14922d6131ca418b792970291c33fbea255d06d80fb7369964c3f5afe16fe03eb73afa5300665 SHA512 2a7cc433f26174c89363a39a367eb38e2214667154c6badb078bc5e46f492a04d1e9aefb8ef52fd065ba24a354ddb3f5ec8876e33a522cc1cd74708a1b44789d
DIST kimageformats-5.91.0.tar.xz 1223484 BLAKE2B 5e48ca59fcfd511055c42cb95d20823b90bc1aa4f8972d1e27d59791346428c2930756f1d31e1f45623ea3a3737422d100c1c6de3b7254849a976f730156c6bb SHA512 f22ea4e35b169fd41bc9f7bf58362597b99190390c80f9ff3350c7ba6590e609b88efd2d6c21c43b33336c4f55edd4f811828706683f48f04a5c75bedc4fcb2d
DIST kimageformats-5.92.0.tar.xz 1223892 BLAKE2B e7ac90e29715560237d0458946f1b135b84c9b8869ca3003e80b7655d7c5c9c872400e4e102015f054a26423babc7fa334b237012b88c4771f95bc7aeaa24f80 SHA512 e07521fa2b566df38baeaad2ab213c683c4fb36b5218dc63302d8e9b52ce7e0d4341b59339b3181d6b1157fda1060e645e0f043d2a187d0662f8f8a43a2e7447
39 changes: 39 additions & 0 deletions kde-frameworks/kimageformats/kimageformats-5.92.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_QTHELP="false"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Framework providing additional format plugins for Qt's image I/O system"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="avif eps heif openexr"

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
=kde-frameworks/karchive-${PVCUT}*:5
avif? ( >=media-libs/libavif-0.8.2:= )
eps? ( >=dev-qt/qtprintsupport-${QTMIN}:5 )
heif? ( >=media-libs/libheif-1.10.0:= )
openexr? ( >=media-libs/openexr-3:= )
"
RDEPEND="${DEPEND}"

DOCS=( src/imageformats/AUTHORS )

src_configure() {
local mycmakeargs=(
-DKIMAGEFORMATS_JXL=OFF # TODO: libjxl not packaged yet
$(cmake_use_find_package avif libavif)
$(cmake_use_find_package eps Qt5PrintSupport)
-DKIMAGEFORMATS_HEIF=$(usex heif)
$(cmake_use_find_package openexr OpenEXR)
)

ecm_src_configure
}

0 comments on commit b0af429

Please sign in to comment.