Skip to content

Commit

Permalink
kde-frameworks/kimageformats: 5.77.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 Dec 12, 2020
1 parent 88af6d5 commit 06e0ad0
Show file tree
Hide file tree
Showing 2 changed files with 38 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.74.0.tar.xz 406584 BLAKE2B 3ea6bc5ef80558e334046368210d8c946584fe6b16b64774b216b75913eb4373c3e8a7f37f12aeb68fb3621f26e4724cd215f357b1019b7101734fa6ab151561 SHA512 08a74183bed30679523993b3b2a170e96f676954d6ad89fda61903c5797fbbf936e5620625f6f382f2a9cbf6c131be779f223603a51e7e2e5e61af6ec818efd1
DIST kimageformats-5.76.0.tar.xz 548452 BLAKE2B 840eca86815aac64c9508eacc95a6dbff8a06592657446410cfdc630cdaa767f2d2e26f3a1c0f64147aa18ee4d1d4f12e98ce01f9a71bc2c5207d57e3a9b0ffa SHA512 9cb7fcbad9f15f6d1daf1e2218c0adb2722f13683a6627081366cb75d3bb3d40b4bcc569dd5b149d0498a785fb5cced6d63be9fabac31e3843292550223fefdd
DIST kimageformats-5.77.0.tar.xz 548968 BLAKE2B 29c0f5182a1cc2148f77c5ca2b8a28523d7c3c725cb2666e17bdb3efb4c815a08d3431605083dfa1d4711d584fd933e043cf647bc7046b038f21f87d6afbe4b3 SHA512 dfb6ffabe3b61652a9a59bb063c5f7c0fc0286bae6f66c34f5b20f5d984925d683190c806e1ead0b8fcae991a2830c6bbece679e5abfae5189af0d08f1cf8705
37 changes: 37 additions & 0 deletions kde-frameworks/kimageformats/kimageformats-5.77.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_QTHELP="false"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.1
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 ~x86"
IUSE="eps openexr"

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
=kde-frameworks/karchive-${PVCUT}*:5
eps? ( >=dev-qt/qtprintsupport-${QTMIN}:5 )
openexr? (
media-libs/ilmbase:=
media-libs/openexr:=
)
"
RDEPEND="${DEPEND}"

DOCS=( src/imageformats/AUTHORS )

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package eps Qt5PrintSupport)
$(cmake_use_find_package openexr OpenEXR)
)

ecm_src_configure
}

0 comments on commit 06e0ad0

Please sign in to comment.