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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EB40138334 for ; Tue, 16 Jul 2019 15:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5410E0825; Tue, 16 Jul 2019 15:14:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C40DE0825 for ; Tue, 16 Jul 2019 15:14:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10AF3347D8F for ; Tue, 16 Jul 2019 15:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B56846F2 for ; Tue, 16 Jul 2019 15:14:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563290058.52fc7d3f3174a20638e801cbffc04d976044cc8e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openimageio/openimageio-1.8.17.ebuild X-VCS-Directories: media-libs/openimageio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 52fc7d3f3174a20638e801cbffc04d976044cc8e X-VCS-Branch: master Date: Tue, 16 Jul 2019 15:14:44 +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: 7ad7d616-4797-4810-929a-ec99d6942bba X-Archives-Hash: d0b6575390deed5181600362ba109d43 commit: 52fc7d3f3174a20638e801cbffc04d976044cc8e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 16 13:26:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 16 15:14:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fc7d3f media-libs/openimageio: Finish EAPI-7 bump w/ BDEPEND, sort deps Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/openimageio/openimageio-1.8.17.ebuild | 29 +++++++++++++----------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/media-libs/openimageio/openimageio-1.8.17.ebuild b/media-libs/openimageio/openimageio-1.8.17.ebuild index 4261aca86c6..a9d0a063b8e 100644 --- a/media-libs/openimageio/openimageio-1.8.17.ebuild +++ b/media-libs/openimageio/openimageio-1.8.17.ebuild @@ -25,7 +25,11 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" #431412 -RDEPEND=">=dev-libs/boost-1.62:= +BDEPEND=" + doc? ( app-doc/doxygen[latex] ) +" +RDEPEND=" + >=dev-libs/boost-1.62:= dev-libs/pugixml:= >=media-libs/ilmbase-2.2.0-r1:= media-libs/libpng:0= @@ -41,9 +45,9 @@ RDEPEND=">=dev-libs/boost-1.62:= jpeg2k? ( >=media-libs/openjpeg-1.5:0= ) opencv? ( media-libs/opencv:= ) opengl? ( + media-libs/glew:= virtual/glu virtual/opengl - media-libs/glew:= ) ptex? ( media-libs/ptex:= ) python? ( @@ -61,9 +65,9 @@ RDEPEND=">=dev-libs/boost-1.62:= !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) - truetype? ( media-libs/freetype:2= )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[latex] )" + truetype? ( media-libs/freetype:2= ) +" +DEPEND="${RDEPEND}" DOCS=( CHANGES.md CREDITS.md README.md src/doc/${PN}.pdf ) @@ -85,27 +89,26 @@ src_configure() { [[ -z ${mysimd} ]] && mysimd=("0") local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" -DINSTALL_DOCS=$(usex doc) -DOIIO_BUILD_TESTS=OFF # as they are RESTRICTed -DSTOP_ON_WARNING=OFF -DUSE_EXTERNAL_PUGIXML=ON - -DUSE_FFMPEG=$(usex ffmpeg) - -DUSE_FIELD3D=$(usex field3d) - -DUSE_FREETYPE=$(usex truetype) - -DUSE_GIF=$(usex gif) -DUSE_JPEGTURBO=ON - -DUSE_LIBRAW=$(usex raw) -DUSE_NUKE=NO # Missing in Gentoo -DUSE_NUKE=OFF -DUSE_OCIO=$(usex color-management) + -DUSE_FFMPEG=$(usex ffmpeg) + -DUSE_FIELD3D=$(usex field3d) + -DUSE_GIF=$(usex gif) + -DUSE_OPENJPEG=$(usex jpeg2k) -DUSE_OPENCV=$(usex opencv) -DUSE_OPENGL=$(usex opengl) - -DUSE_OPENJPEG=$(usex jpeg2k) - -DUSE_OPENSSL=$(usex ssl) -DUSE_PTEX=$(usex ptex) -DUSE_PYTHON=$(usex python) -DUSE_QT=$(usex qt5) + -DUSE_LIBRAW=$(usex raw) + -DUSE_OPENSSL=$(usex ssl) + -DUSE_FREETYPE=$(usex truetype) -DUSE_SIMD=$(local IFS=','; echo "${mysimd[*]}") )