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 9A7C015808B for ; Tue, 15 Feb 2022 22:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 941E0E07D0; Tue, 15 Feb 2022 22:39:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70ADDE07D0 for ; Tue, 15 Feb 2022 22:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7968B34343E for ; Tue, 15 Feb 2022 22:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5752272 for ; Tue, 15 Feb 2022 22:39:38 +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: <1644964760.84c70107a75cc164301bb3fd6bfa47d4a26c6880.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencolorio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencolorio/opencolorio-2.1.1-r4.ebuild media-libs/opencolorio/opencolorio-2.1.1-r5.ebuild X-VCS-Directories: media-libs/opencolorio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 84c70107a75cc164301bb3fd6bfa47d4a26c6880 X-VCS-Branch: master Date: Tue, 15 Feb 2022 22:39:38 +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: f730348a-4820-4a53-9541-3c89ef9131ba X-Archives-Hash: 6cbed0c75bd887c6f28e7b871317e4ee commit: 84c70107a75cc164301bb3fd6bfa47d4a26c6880 Author: Sam James gentoo org> AuthorDate: Tue Feb 15 22:38:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 15 22:39:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c70107 media-libs/opencolorio: force newer version of OIIO for OpenEXR 3 We want to verify we're building against a version that is OpenEXR3'd. Closes: https://bugs.gentoo.org/833439 Signed-off-by: Sam James gentoo.org> .../{opencolorio-2.1.1-r4.ebuild => opencolorio-2.1.1-r5.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-libs/opencolorio/opencolorio-2.1.1-r4.ebuild b/media-libs/opencolorio/opencolorio-2.1.1-r5.ebuild similarity index 94% rename from media-libs/opencolorio/opencolorio-2.1.1-r4.ebuild rename to media-libs/opencolorio/opencolorio-2.1.1-r5.ebuild index f90a88c6c238..98b170f06824 100644 --- a/media-libs/opencolorio/opencolorio-2.1.1-r4.ebuild +++ b/media-libs/opencolorio/opencolorio-2.1.1-r5.ebuild @@ -23,10 +23,7 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " -# Not compatible with oiio 2.3 -# https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1509 -# bug #821073 -# 2.1.1 should be? +# Works with older OIIO but need to force a version w/ OpenEXR 3 RDEPEND=" dev-cpp/pystring dev-python/pybind11 @@ -35,7 +32,7 @@ RDEPEND=" dev-libs/tinyxml opengl? ( media-libs/lcms:2 - media-libs/openimageio:= + >=media-libs/openimageio-2.1.1-r4:= media-libs/glew:= media-libs/freeglut virtual/opengl