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 CE895158089 for ; Fri, 27 Oct 2023 02:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62A742BC0B0; Fri, 27 Oct 2023 02:34:50 +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 443F72BC0B0 for ; Fri, 27 Oct 2023 02:34:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6F47335C11 for ; Fri, 27 Oct 2023 02:34:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ABA112D6 for ; Fri, 27 Oct 2023 02:34:46 +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: <1698373911.67feac3eb03a837b48659761463dee05a6e98054.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.3.ebuild media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild X-VCS-Directories: media-libs/OpenColorIO/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67feac3eb03a837b48659761463dee05a6e98054 X-VCS-Branch: master Date: Fri, 27 Oct 2023 02:34:46 +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: 4a5d3920-efbc-4d6f-ac33-1a7586ac3014 X-Archives-Hash: 3a836d4e30e59fa3d6a8f93ef5fc1e59 commit: 67feac3eb03a837b48659761463dee05a6e98054 Author: Paul Zander gmail com> AuthorDate: Wed Oct 11 15:06:26 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 27 02:31:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67feac3e media-libs/OpenColorIO: drop misleading static-libs flag * USE="static-libs" does not compile the shared libraries, which leads to breakage with minizip-ng. It's poorly documented. Remove it for now. Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild | 3 +-- media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild | 3 +-- media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild b/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild index cdc060041ea3..3f0ec84665c6 100644 --- a/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild +++ b/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild @@ -16,7 +16,7 @@ LICENSE="BSD" # to force rebuild of consumers due to changing to openexr 3 changing API. SLOT="0/$(ver_cut 1-2).1" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv" -IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test" +IUSE="cpu_flags_x86_sse2 doc opengl python test" REQUIRED_USE=" doc? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -81,7 +81,6 @@ src_configure() { # - OpenGL, GLUT and GLEW is required for building ociodisplay (USE opengl) local mycmakeargs=( -DOCIO_USE_OPENEXR_HALF=OFF - -DOCIO_BUILD_STATIC=$(usex static-libs) -DOCIO_BUILD_DOCS=$(usex doc) -DOCIO_BUILD_APPS=$(usex opengl) -DOCIO_BUILD_PYTHON=$(usex python) diff --git a/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild b/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild index 0690447e44cb..80f90760f17c 100644 --- a/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild +++ b/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild @@ -16,7 +16,7 @@ SLOT="0/$(ver_cut 1-2)" # minizip-ng: ~arm ~arm64 ~ppc64 ~riscv # osl: ~riscv KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="apps cpu_flags_x86_sse2 doc opengl python static-libs test" +IUSE="apps cpu_flags_x86_sse2 doc opengl python test" # TODO: drop opengl? It does nothing without building either the apps or the testsuite REQUIRED_USE=" apps? ( opengl ) @@ -104,7 +104,6 @@ src_configure() { # ocioconvert (USE opengl) # - OpenGL, GLUT and GLEW is required for building ociodisplay (USE opengl) local mycmakeargs=( - -DBUILD_SHARED_LIBS=$(usex !static-libs) -DOCIO_BUILD_APPS=$(usex apps) -DOCIO_BUILD_DOCS=$(usex doc) -DOCIO_BUILD_FROZEN_DOCS=$(usex doc) diff --git a/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild b/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild index 89a3ed8c0199..3d6d69685dd4 100644 --- a/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild +++ b/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild @@ -16,7 +16,7 @@ SLOT="0/$(ver_cut 1-2)" # minizip-ng: ~arm ~arm64 ~ppc64 ~riscv # osl: ~riscv KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="apps cpu_flags_x86_sse2 doc opengl python static-libs test" +IUSE="apps cpu_flags_x86_sse2 doc opengl python test" # TODO: drop opengl? It does nothing without building either the apps or the testsuite REQUIRED_USE=" apps? ( opengl ) @@ -104,7 +104,6 @@ src_configure() { # ocioconvert (USE opengl) # - OpenGL, GLUT and GLEW is required for building ociodisplay (USE opengl) local mycmakeargs=( - "-DBUILD_SHARED_LIBS=$(usex !static-libs)" "-DOCIO_BUILD_APPS=$(usex apps)" "-DOCIO_BUILD_DOCS=$(usex doc)" "-DOCIO_BUILD_FROZEN_DOCS=$(usex doc)"