summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl-gentoo@posteo.net>2021-07-21 22:03:58 +0200
committerMarek Szuba <marecki@gentoo.org>2021-07-21 22:57:38 +0100
commit465ea9ec2489aa271ea438af622d06f4ff11a167 (patch)
tree28f1d12857fdfe552e6e7b30902a8243144bd43e /kde-frameworks
parentmedia-gfx/yafaray: add slot for openexr (diff)
downloadgentoo-465ea9ec2489aa271ea438af622d06f4ff11a167.tar.gz
gentoo-465ea9ec2489aa271ea438af622d06f4ff11a167.tar.bz2
gentoo-465ea9ec2489aa271ea438af622d06f4ff11a167.zip
kde-frameworks/kimageformats: add support for openexr-3
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kimageformats/kimageformats-5.84.0-r1.ebuild (renamed from kde-frameworks/kimageformats/kimageformats-5.84.0.ebuild)12
1 files changed, 10 insertions, 2 deletions
diff --git a/kde-frameworks/kimageformats/kimageformats-5.84.0.ebuild b/kde-frameworks/kimageformats/kimageformats-5.84.0-r1.ebuild
index 1e0b558caa85..d289229e7c20 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.84.0.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.84.0-r1.ebuild
@@ -21,8 +21,16 @@ DEPEND="
eps? ( >=dev-qt/qtprintsupport-${QTMIN}:5 )
heif? ( >=media-libs/libheif-1.10.0:= )
openexr? (
- media-libs/ilmbase:=
- media-libs/openexr:=
+ || (
+ (
+ media-libs/ilmbase:0
+ <media-libs/openexr-3.0.0:0
+ )
+ (
+ dev-libs/imath:3
+ media-libs/openexr:3
+ )
+ )
)
"
RDEPEND="${DEPEND}"