From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF57A15808B for ; Fri, 18 Feb 2022 02:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D76FDE07EE; Fri, 18 Feb 2022 02:32:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF4EFE07EE for ; Fri, 18 Feb 2022 02:32:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85065343107 for ; Fri, 18 Feb 2022 02:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5852DD for ; Fri, 18 Feb 2022 02:32:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645151532.f86c9215e901e8a610e621d2b65795f2cbcad070.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeimage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/freeimage/freeimage-3.18.0-r4.ebuild media-libs/freeimage/freeimage-3.18.0-r5.ebuild X-VCS-Directories: media-libs/freeimage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f86c9215e901e8a610e621d2b65795f2cbcad070 X-VCS-Branch: master Date: Fri, 18 Feb 2022 02:32:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ca3db37-c8d5-4a41-84fb-4e8dbdb0c8b5 X-Archives-Hash: 1d72eaa8ce0ac4e84392ec904d300954 commit: f86c9215e901e8a610e621d2b65795f2cbcad070 Author: Sam James gentoo org> AuthorDate: Fri Feb 18 02:32:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 02:32:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86c9215 media-libs/freeimage: TIFF needs OpenEXR too But put off simplifying the depenencies for now (dropping USE=openexr, maybe?) to avoid even more churn than necessary. Closes: https://bugs.gentoo.org/833494 Signed-off-by: Sam James gentoo.org> .../{freeimage-3.18.0-r4.ebuild => freeimage-3.18.0-r5.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/freeimage/freeimage-3.18.0-r4.ebuild b/media-libs/freeimage/freeimage-3.18.0-r5.ebuild similarity index 95% rename from media-libs/freeimage/freeimage-3.18.0-r4.ebuild rename to media-libs/freeimage/freeimage-3.18.0-r5.ebuild index 5d9ec9c1f57c..c13a691d0db8 100644 --- a/media-libs/freeimage/freeimage-3.18.0-r4.ebuild +++ b/media-libs/freeimage/freeimage-3.18.0-r5.ebuild @@ -20,18 +20,19 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="jpeg jpeg2k mng openexr png raw static-libs tiff webp" -# The tiff/ilmbase isn't a typo. The TIFF plugin cheats and +# The tiff/imath+openexr isn't a typo. The TIFF plugin cheats and # uses code from it to handle 16bit<->float conversions. RDEPEND=" sys-libs/zlib jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:2= ) mng? ( media-libs/libmng:= ) - openexr? ( media-libs/openexr:0= ) + openexr? ( media-libs/openexr:= ) png? ( media-libs/libpng:0= ) raw? ( media-libs/libraw:= ) tiff? ( - dev-libs/imath:= + >=dev-libs/imath-3.1.4-r2:= + >=media-libs/openexr-3:= media-libs/tiff:0 ) webp? ( media-libs/libwebp:= )"