From 02ddc476fa118b2a164ee6eec1cfafb19b86c530 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Wed, 11 Oct 2023 23:01:07 +0200 Subject: dev-libs/imath -> dev-libs/Imath: rename * match repo name so we can avoid extra logic Signed-off-by: Paul Zander Signed-off-by: Sam James --- app-office/calligra/calligra-3.2.1-r8.ebuild | 2 +- .../openscenegraph-openmw-3.6_p20221115.ebuild | 2 +- .../openscenegraph-3.6.5-r114.ebuild | 2 +- dev-libs/Imath/Imath-3.1.6.ebuild | 69 ++++++++++++++++++++ dev-libs/Imath/Imath-3.1.7.ebuild | 71 +++++++++++++++++++++ dev-libs/Imath/Manifest | 2 + dev-libs/Imath/metadata.xml | 25 ++++++++ dev-libs/imath/Manifest | 2 - dev-libs/imath/imath-3.1.6.ebuild | 72 --------------------- dev-libs/imath/imath-3.1.7.ebuild | 74 ---------------------- dev-libs/imath/metadata.xml | 25 -------- media-gfx/alembic/alembic-1.8.4.ebuild | 4 +- media-gfx/alembic/alembic-1.8.5.ebuild | 4 +- media-gfx/blender/blender-3.3.6-r1.ebuild | 2 +- media-gfx/blender/blender-3.3.8.ebuild | 2 +- media-gfx/blender/blender-3.4.1-r3.ebuild | 2 +- media-gfx/blender/blender-3.5.1-r1.ebuild | 2 +- media-gfx/blender/blender-3.6.0.ebuild | 2 +- media-gfx/blender/blender-9999.ebuild | 2 +- media-gfx/gmic/gmic-3.2.6.ebuild | 2 +- media-gfx/mandelbulber/mandelbulber-2.28-r1.ebuild | 2 +- media-gfx/openvdb/openvdb-10.0.1.ebuild | 2 +- .../superslicer/superslicer-2.5.59.0-r3.ebuild | 2 +- .../superslicer/superslicer-2.5.59.2-r2.ebuild | 2 +- media-libs/Field3D/Field3D-1.7.2-r3.ebuild | 2 +- media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild | 2 +- media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild | 2 +- media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild | 2 +- media-libs/OpenImageIO/OpenImageIO-2.4.12.0.ebuild | 2 +- media-libs/OpenImageIO/OpenImageIO-2.4.13.0.ebuild | 2 +- .../OpenImageIO/OpenImageIO-2.4.6.0-r1.ebuild | 2 +- media-libs/ctl/ctl-1.5.2_p20221224.ebuild | 2 +- media-libs/freeimage/freeimage-3.18.0-r10.ebuild | 2 +- media-libs/freeimage/freeimage-3.18.0-r11.ebuild | 2 +- media-libs/opencv/opencv-4.6.0-r4.ebuild | 2 +- media-libs/opencv/opencv-4.7.0-r1.ebuild | 2 +- media-libs/opencv/opencv-4.7.0.ebuild | 2 +- media-libs/opencv/opencv-4.8.0-r1.ebuild | 2 +- media-libs/opencv/opencv-4.8.0.ebuild | 2 +- media-libs/openexr/openexr-3.1.5-r1.ebuild | 2 +- media-libs/openexr/openexr-3.1.7.ebuild | 2 +- media-libs/vigra/vigra-1.11.1-r9.ebuild | 2 +- media-libs/vigra/vigra-9999.ebuild | 2 +- profiles/package.mask | 2 +- profiles/updates/4Q-2023 | 1 + 45 files changed, 206 insertions(+), 211 deletions(-) create mode 100644 dev-libs/Imath/Imath-3.1.6.ebuild create mode 100644 dev-libs/Imath/Imath-3.1.7.ebuild create mode 100644 dev-libs/Imath/Manifest create mode 100644 dev-libs/Imath/metadata.xml delete mode 100644 dev-libs/imath/Manifest delete mode 100644 dev-libs/imath/imath-3.1.6.ebuild delete mode 100644 dev-libs/imath/imath-3.1.7.ebuild delete mode 100644 dev-libs/imath/metadata.xml diff --git a/app-office/calligra/calligra-3.2.1-r8.ebuild b/app-office/calligra/calligra-3.2.1-r8.ebuild index 49aba50d91f5..0e5e0c94e6e7 100644 --- a/app-office/calligra/calligra-3.2.1-r8.ebuild +++ b/app-office/calligra/calligra-3.2.1-r8.ebuild @@ -102,7 +102,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-libs/boost - lcms? ( dev-libs/imath:3 ) + lcms? ( dev-libs/Imath:3 ) test? ( >=kde-frameworks/threadweaver-${KFMIN}:5 ) " RDEPEND="${COMMON_DEPEND} diff --git a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild index ef31dfac302f..b5a9ac5db2ba 100644 --- a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild +++ b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild @@ -65,7 +65,7 @@ RDEPEND=" las? ( >=sci-geosciences/liblas-1.8.0 ) lua? ( ${LUA_DEPS} ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= >=media-libs/openexr-3:= ) openinventor? ( media-libs/coin ) diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild b/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild index 787f6cda77eb..779e46ec2109 100644 --- a/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild +++ b/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild @@ -66,7 +66,7 @@ RDEPEND=" las? ( >=sci-geosciences/liblas-1.8.0 ) lua? ( ${LUA_DEPS} ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= >=media-libs/openexr-3:= ) openinventor? ( media-libs/coin ) diff --git a/dev-libs/Imath/Imath-3.1.6.ebuild b/dev-libs/Imath/Imath-3.1.6.ebuild new file mode 100644 index 000000000000..7be7d851d903 --- /dev/null +++ b/dev-libs/Imath/Imath-3.1.6.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) + +inherit cmake python-single-r1 + +DESCRIPTION="Imath basic math package" +HOMEPAGE="https://imath.readthedocs.io" +SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +# re-keywording needed for (according to ilmbase keywords): ~x64-macos ~x86-solaris +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + +LICENSE="BSD" +SLOT="3/29" +IUSE="doc large-stack python test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" + +# blocker due to file collision #803347 +RDEPEND=" + !dev-libs/imath:0 + !media-libs/ilmbase + sys-libs/zlib + python? ( + !dev-python/pyilmbase + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-libs/boost:=[python,${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ') + ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( $(python_gen_cond_dep 'dev-python/breathe[${PYTHON_USEDEP}]') ) + python? ( ${PYTHON_DEPS} ) +" + +DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md docs/PortingGuide2-3.md ) + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_configure() { + local mycmakeargs=( + -DDOCS=$(usex doc) + -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack) + -DIMATH_HALF_USE_LOOKUP_TABLE=ON + -DIMATH_INSTALL_PKG_CONFIG=ON + -DIMATH_USE_CLANG_TIDY=OFF + -DIMATH_USE_NOEXCEPT=ON + ) + if use python; then + mycmakeargs+=( + -DBoost_NO_BOOST_CMAKE=OFF + -DPYTHON=ON + -DPython3_EXECUTABLE="${PYTHON}" + -DPython3_INCLUDE_DIR=$(python_get_includedir) + -DPython3_LIBRARY=$(python_get_library_path) + ) + fi + + cmake_src_configure +} diff --git a/dev-libs/Imath/Imath-3.1.7.ebuild b/dev-libs/Imath/Imath-3.1.7.ebuild new file mode 100644 index 000000000000..6bf1de90a8d2 --- /dev/null +++ b/dev-libs/Imath/Imath-3.1.7.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) + +inherit cmake python-single-r1 + +DESCRIPTION="Imath basic math package" +HOMEPAGE="https://imath.readthedocs.io" +SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +# re-keywording needed for (according to ilmbase keywords): ~x64-macos +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + +LICENSE="BSD" +SLOT="3/30" +IUSE="large-stack python test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" + +# blocker due to file collision #803347 +RDEPEND=" + !dev-libs/imath:0 + !media-libs/ilmbase + sys-libs/zlib + python? ( + !dev-python/pyilmbase + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-libs/boost:=[python,${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ') + ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + python? ( ${PYTHON_DEPS} ) +" + +DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md docs/PortingGuide2-3.md ) + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_configure() { + local mycmakeargs=( + # requires press theme, not available in ::gentoo + -DBUILD_DOCS=OFF + -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack) + # the following options are at their default value + -DIMATH_HALF_USE_LOOKUP_TABLE=ON + -DIMATH_INSTALL_PKG_CONFIG=ON + -DIMATH_USE_CLANG_TIDY=OFF + -DIMATH_USE_DEFAULT_VISIBILITY=OFF + -DIMATH_USE_NOEXCEPT=ON + ) + if use python; then + mycmakeargs+=( + -DBoost_NO_BOOST_CMAKE=OFF + -DPYTHON=ON + -DPython3_EXECUTABLE="${PYTHON}" + -DPython3_INCLUDE_DIR=$(python_get_includedir) + -DPython3_LIBRARY=$(python_get_library_path) + ) + fi + + cmake_src_configure +} diff --git a/dev-libs/Imath/Manifest b/dev-libs/Imath/Manifest new file mode 100644 index 000000000000..ea8c385883f6 --- /dev/null +++ b/dev-libs/Imath/Manifest @@ -0,0 +1,2 @@ +DIST Imath-3.1.6.tar.gz 573255 BLAKE2B c4d5a785a2aed9c5b9b1441ab016a5cf47abeb1d44c0625f0654e8c4d1e47dddddd62c61f83fd7b160beae8aaf5db9350d2a3bc43754e795fe75b10c4836a1b8 SHA512 c099a291ed7fd7702a7609575f2f3d2ed7f95256c23c2180e2ef1f76ceb07734365f57da5244b1d6cec81ca9859864eb4c9236df02a64aa783af6639a3b59acd +DIST Imath-3.1.7.tar.gz 583049 BLAKE2B 54619339f349a944e1d72fcea4438d7bd2ef6c9655ba0e16ac608934a8df30c97a2f3cf5c75adaeb8a6fe6bf19ec3240c11439550b452571d0a8cbf75d6bd83e SHA512 e298454cb845cadde28f7881fdaa4739c3942f941278a07ec912459ac376c2ee7858cb3b2d2047b9afb4d4dacae7a8a52ffef4c104f8499b4e0a1f0ed46cc0f0 diff --git a/dev-libs/Imath/metadata.xml b/dev-libs/Imath/metadata.xml new file mode 100644 index 000000000000..e8c22a1a5aea --- /dev/null +++ b/dev-libs/Imath/metadata.xml @@ -0,0 +1,25 @@ + + + + + waebbl-gentoo@posteo.net + Bernd Waibel + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers + + + Basic, light-weight C++ library for efficient representation of 2D + and 3D vectors and matrices and data type common to computer graphics + applications. + + + + Enables code to take advantage of large stack support + + + + AcademySoftwareFoundation/Imath + + diff --git a/dev-libs/imath/Manifest b/dev-libs/imath/Manifest deleted file mode 100644 index 4bf4962b7f9d..000000000000 --- a/dev-libs/imath/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST imath-3.1.6.tar.gz 573255 BLAKE2B c4d5a785a2aed9c5b9b1441ab016a5cf47abeb1d44c0625f0654e8c4d1e47dddddd62c61f83fd7b160beae8aaf5db9350d2a3bc43754e795fe75b10c4836a1b8 SHA512 c099a291ed7fd7702a7609575f2f3d2ed7f95256c23c2180e2ef1f76ceb07734365f57da5244b1d6cec81ca9859864eb4c9236df02a64aa783af6639a3b59acd -DIST imath-3.1.7.tar.gz 583049 BLAKE2B 54619339f349a944e1d72fcea4438d7bd2ef6c9655ba0e16ac608934a8df30c97a2f3cf5c75adaeb8a6fe6bf19ec3240c11439550b452571d0a8cbf75d6bd83e SHA512 e298454cb845cadde28f7881fdaa4739c3942f941278a07ec912459ac376c2ee7858cb3b2d2047b9afb4d4dacae7a8a52ffef4c104f8499b4e0a1f0ed46cc0f0 diff --git a/dev-libs/imath/imath-3.1.6.ebuild b/dev-libs/imath/imath-3.1.6.ebuild deleted file mode 100644 index 140156298dbb..000000000000 --- a/dev-libs/imath/imath-3.1.6.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit cmake python-single-r1 - -MY_PN="${PN^}" - -DESCRIPTION="Imath basic math package" -HOMEPAGE="https://imath.readthedocs.io" -SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -# re-keywording needed for (according to ilmbase keywords): ~x64-macos ~x86-solaris -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="BSD" -SLOT="3/29" -IUSE="doc large-stack python test" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="!test? ( test )" - -# blocker due to file collision #803347 -RDEPEND=" - !dev-libs/imath:0 - !media-libs/ilmbase - sys-libs/zlib - python? ( - !dev-python/pyilmbase - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-libs/boost:=[python,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ') - ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( $(python_gen_cond_dep 'dev-python/breathe[${PYTHON_USEDEP}]') ) - python? ( ${PYTHON_DEPS} ) -" - -DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md docs/PortingGuide2-3.md ) - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DDOCS=$(usex doc) - -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack) - -DIMATH_HALF_USE_LOOKUP_TABLE=ON - -DIMATH_INSTALL_PKG_CONFIG=ON - -DIMATH_USE_CLANG_TIDY=OFF - -DIMATH_USE_NOEXCEPT=ON - ) - if use python; then - mycmakeargs+=( - -DBoost_NO_BOOST_CMAKE=OFF - -DPYTHON=ON - -DPython3_EXECUTABLE="${PYTHON}" - -DPython3_INCLUDE_DIR=$(python_get_includedir) - -DPython3_LIBRARY=$(python_get_library_path) - ) - fi - - cmake_src_configure -} diff --git a/dev-libs/imath/imath-3.1.7.ebuild b/dev-libs/imath/imath-3.1.7.ebuild deleted file mode 100644 index 2e490284d2c3..000000000000 --- a/dev-libs/imath/imath-3.1.7.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit cmake python-single-r1 - -MY_PN="${PN^}" - -DESCRIPTION="Imath basic math package" -HOMEPAGE="https://imath.readthedocs.io" -SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -# re-keywording needed for (according to ilmbase keywords): ~x64-macos -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="BSD" -SLOT="3/30" -IUSE="large-stack python test" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="!test? ( test )" - -# blocker due to file collision #803347 -RDEPEND=" - !dev-libs/imath:0 - !media-libs/ilmbase - sys-libs/zlib - python? ( - !dev-python/pyilmbase - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-libs/boost:=[python,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ') - ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - python? ( ${PYTHON_DEPS} ) -" - -DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md docs/PortingGuide2-3.md ) - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - # requires press theme, not available in ::gentoo - -DBUILD_DOCS=OFF - -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack) - # the following options are at their default value - -DIMATH_HALF_USE_LOOKUP_TABLE=ON - -DIMATH_INSTALL_PKG_CONFIG=ON - -DIMATH_USE_CLANG_TIDY=OFF - -DIMATH_USE_DEFAULT_VISIBILITY=OFF - -DIMATH_USE_NOEXCEPT=ON - ) - if use python; then - mycmakeargs+=( - -DBoost_NO_BOOST_CMAKE=OFF - -DPYTHON=ON - -DPython3_EXECUTABLE="${PYTHON}" - -DPython3_INCLUDE_DIR=$(python_get_includedir) - -DPython3_LIBRARY=$(python_get_library_path) - ) - fi - - cmake_src_configure -} diff --git a/dev-libs/imath/metadata.xml b/dev-libs/imath/metadata.xml deleted file mode 100644 index e8c22a1a5aea..000000000000 --- a/dev-libs/imath/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - waebbl-gentoo@posteo.net - Bernd Waibel - - - proxy-maint@gentoo.org - Gentoo Proxy Maintainers - - - Basic, light-weight C++ library for efficient representation of 2D - and 3D vectors and matrices and data type common to computer graphics - applications. - - - - Enables code to take advantage of large stack support - - - - AcademySoftwareFoundation/Imath - - diff --git a/media-gfx/alembic/alembic-1.8.4.ebuild b/media-gfx/alembic/alembic-1.8.4.ebuild index f3bfe4a9376b..c5dc94f437b4 100644 --- a/media-gfx/alembic/alembic-1.8.4.ebuild +++ b/media-gfx/alembic/alembic-1.8.4.ebuild @@ -20,8 +20,8 @@ RESTRICT="!test? ( test )" RDEPEND=" ${PYTHON_DEPS} - dev-libs/imath:= - python? ( dev-libs/imath:=[python,${PYTHON_SINGLE_USEDEP}] ) + dev-libs/Imath:= + python? ( dev-libs/Imath:=[python,${PYTHON_SINGLE_USEDEP}] ) hdf5? ( >=sci-libs/hdf5-1.10.2:=[zlib(+)] >=sys-libs/zlib-1.2.11-r1 diff --git a/media-gfx/alembic/alembic-1.8.5.ebuild b/media-gfx/alembic/alembic-1.8.5.ebuild index 3194df0d5070..34c19da39b44 100644 --- a/media-gfx/alembic/alembic-1.8.5.ebuild +++ b/media-gfx/alembic/alembic-1.8.5.ebuild @@ -23,8 +23,8 @@ RESTRICT="!test? ( test )" RDEPEND=" ${PYTHON_DEPS} - dev-libs/imath:= - python? ( dev-libs/imath:=[python,${PYTHON_SINGLE_USEDEP}] ) + dev-libs/Imath:= + python? ( dev-libs/Imath:=[python,${PYTHON_SINGLE_USEDEP}] ) hdf5? ( >=sci-libs/hdf5-1.10.2:=[zlib(+)] >=sys-libs/zlib-1.2.11-r1 diff --git a/media-gfx/blender/blender-3.3.6-r1.ebuild b/media-gfx/blender/blender-3.3.6-r1.ebuild index f228b85b096b..849e211f77de 100644 --- a/media-gfx/blender/blender-3.3.6-r1.ebuild +++ b/media-gfx/blender/blender-3.3.6-r1.ebuild @@ -89,7 +89,7 @@ RDEPEND="${PYTHON_DEPS} oidn? ( >=media-libs/oidn-1.4.1 ) openimageio? ( >=media-libs/OpenImageIO-2.3.12.0-r3:= ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) opensubdiv? ( >=media-libs/opensubdiv-3.4.0 ) diff --git a/media-gfx/blender/blender-3.3.8.ebuild b/media-gfx/blender/blender-3.3.8.ebuild index f0d90eccb2d6..a312ee90f65b 100644 --- a/media-gfx/blender/blender-3.3.8.ebuild +++ b/media-gfx/blender/blender-3.3.8.ebuild @@ -89,7 +89,7 @@ RDEPEND="${PYTHON_DEPS} oidn? ( >=media-libs/oidn-1.4.1 ) openimageio? ( >=media-libs/OpenImageIO-2.3.12.0-r3:= ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) opensubdiv? ( >=media-libs/opensubdiv-3.4.0 ) diff --git a/media-gfx/blender/blender-3.4.1-r3.ebuild b/media-gfx/blender/blender-3.4.1-r3.ebuild index ce1a498991a1..99c65802bed3 100644 --- a/media-gfx/blender/blender-3.4.1-r3.ebuild +++ b/media-gfx/blender/blender-3.4.1-r3.ebuild @@ -84,7 +84,7 @@ RDEPEND="${PYTHON_DEPS} oidn? ( >=media-libs/oidn-1.4.1 ) openimageio? ( >=media-libs/OpenImageIO-2.3.12.0-r3:= ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) opensubdiv? ( >=media-libs/opensubdiv-3.4.0 ) diff --git a/media-gfx/blender/blender-3.5.1-r1.ebuild b/media-gfx/blender/blender-3.5.1-r1.ebuild index 9d71790215eb..5b87057fa22c 100644 --- a/media-gfx/blender/blender-3.5.1-r1.ebuild +++ b/media-gfx/blender/blender-3.5.1-r1.ebuild @@ -85,7 +85,7 @@ RDEPEND="${PYTHON_DEPS} openal? ( media-libs/openal ) oidn? ( >=media-libs/oidn-1.4.1 ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) openpgl? ( media-libs/openpgl ) diff --git a/media-gfx/blender/blender-3.6.0.ebuild b/media-gfx/blender/blender-3.6.0.ebuild index 9d71790215eb..5b87057fa22c 100644 --- a/media-gfx/blender/blender-3.6.0.ebuild +++ b/media-gfx/blender/blender-3.6.0.ebuild @@ -85,7 +85,7 @@ RDEPEND="${PYTHON_DEPS} openal? ( media-libs/openal ) oidn? ( >=media-libs/oidn-1.4.1 ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) openpgl? ( media-libs/openpgl ) diff --git a/media-gfx/blender/blender-9999.ebuild b/media-gfx/blender/blender-9999.ebuild index 6040738583aa..c65f24e793ef 100644 --- a/media-gfx/blender/blender-9999.ebuild +++ b/media-gfx/blender/blender-9999.ebuild @@ -85,7 +85,7 @@ RDEPEND="${PYTHON_DEPS} openal? ( media-libs/openal ) oidn? ( >=media-libs/oidn-1.4.1 ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) openpgl? ( media-libs/openpgl ) diff --git a/media-gfx/gmic/gmic-3.2.6.ebuild b/media-gfx/gmic/gmic-3.2.6.ebuild index ce792e435b08..da7e6a1b6f91 100644 --- a/media-gfx/gmic/gmic-3.2.6.ebuild +++ b/media-gfx/gmic/gmic-3.2.6.ebuild @@ -38,7 +38,7 @@ DEPEND=" jpeg? ( media-libs/libjpeg-turbo:= ) opencv? ( >=media-libs/opencv-2.3.1a-r1:= ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= media-libs/openexr:= ) png? ( media-libs/libpng:= ) diff --git a/media-gfx/mandelbulber/mandelbulber-2.28-r1.ebuild b/media-gfx/mandelbulber/mandelbulber-2.28-r1.ebuild index 3b2b29b89171..b3b2a21652cb 100644 --- a/media-gfx/mandelbulber/mandelbulber-2.28-r1.ebuild +++ b/media-gfx/mandelbulber/mandelbulber-2.28-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" virtual/opencl ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= media-libs/openexr:= ) sndfile? ( media-libs/libsndfile ) diff --git a/media-gfx/openvdb/openvdb-10.0.1.ebuild b/media-gfx/openvdb/openvdb-10.0.1.ebuild index 104a9d150db1..57779a03ddb1 100644 --- a/media-gfx/openvdb/openvdb-10.0.1.ebuild +++ b/media-gfx/openvdb/openvdb-10.0.1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" dev-libs/boost:= dev-libs/jemalloc:= dev-libs/log4cplus:= - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= sys-libs/zlib:= x11-libs/libXcursor x11-libs/libXi diff --git a/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild b/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild index 7cdeaa9cc284..7f5886a59476 100644 --- a/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild +++ b/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild @@ -34,7 +34,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/gmp:= dev-libs/mpfr:= - dev-libs/imath:= + dev-libs/Imath:= >=media-gfx/openvdb-8.2:= net-misc/curl[adns] media-libs/glew:0= diff --git a/media-gfx/superslicer/superslicer-2.5.59.2-r2.ebuild b/media-gfx/superslicer/superslicer-2.5.59.2-r2.ebuild index 8d4ac88db07d..5b52d41743bc 100644 --- a/media-gfx/superslicer/superslicer-2.5.59.2-r2.ebuild +++ b/media-gfx/superslicer/superslicer-2.5.59.2-r2.ebuild @@ -34,7 +34,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/gmp:= dev-libs/mpfr:= - dev-libs/imath:= + dev-libs/Imath:= >=media-gfx/openvdb-8.2:= net-misc/curl[adns] media-libs/glew:0= diff --git a/media-libs/Field3D/Field3D-1.7.2-r3.ebuild b/media-libs/Field3D/Field3D-1.7.2-r3.ebuild index c8141a0bbffe..de07b882e7f3 100644 --- a/media-libs/Field3D/Field3D-1.7.2-r3.ebuild +++ b/media-libs/Field3D/Field3D-1.7.2-r3.ebuild @@ -16,7 +16,7 @@ IUSE="mpi" RDEPEND=" dev-libs/boost:= - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= sci-libs/hdf5:= mpi? ( virtual/mpi ) diff --git a/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild b/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild index 0488f4276e20..cdc060041ea3 100644 --- a/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild +++ b/media-libs/OpenColorIO/OpenColorIO-2.1.3.ebuild @@ -30,7 +30,7 @@ RDEPEND=" dev-cpp/pystring dev-python/pybind11 =dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= dev-libs/tinyxml opengl? ( media-libs/lcms:2 diff --git a/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild b/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild index 4498f1affad1..0690447e44cb 100644 --- a/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild +++ b/media-libs/OpenColorIO/OpenColorIO-2.2.1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" dev-cpp/pystring =dev-libs/imath-3.1.5:= + >=dev-libs/Imath-3.1.5:= sys-libs/minizip-ng sys-libs/zlib apps? ( diff --git a/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild b/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild index 73514884cca5..89a3ed8c0199 100644 --- a/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild +++ b/media-libs/OpenColorIO/OpenColorIO-2.3.0.ebuild @@ -29,7 +29,7 @@ RDEPEND=" dev-cpp/pystring >=dev-cpp/yaml-cpp-0.7.0:= dev-libs/expat - >=dev-libs/imath-3.1.5:= + >=dev-libs/Imath-3.1.5:= sys-libs/minizip-ng sys-libs/zlib apps? ( diff --git a/media-libs/OpenImageIO/OpenImageIO-2.4.12.0.ebuild b/media-libs/OpenImageIO/OpenImageIO-2.4.12.0.ebuild index aa1bbbef1fbc..bb0e461ac5ac 100644 --- a/media-libs/OpenImageIO/OpenImageIO-2.4.12.0.ebuild +++ b/media-libs/OpenImageIO/OpenImageIO-2.4.12.0.ebuild @@ -54,7 +54,7 @@ RDEPEND=" media-libs/libjpeg-turbo:= media-libs/libpng:0= >=media-libs/libwebp-0.2.1:= - >=dev-libs/imath-3.1.2-r4:= + >=dev-libs/Imath-3.1.2-r4:= >=media-libs/OpenColorIO-2.1.1-r4:= >=media-libs/openexr-3:0= media-libs/tiff:= diff --git a/media-libs/OpenImageIO/OpenImageIO-2.4.13.0.ebuild b/media-libs/OpenImageIO/OpenImageIO-2.4.13.0.ebuild index 1a17a4c54d43..e0b5b8df737b 100644 --- a/media-libs/OpenImageIO/OpenImageIO-2.4.13.0.ebuild +++ b/media-libs/OpenImageIO/OpenImageIO-2.4.13.0.ebuild @@ -54,7 +54,7 @@ RDEPEND=" media-libs/libjpeg-turbo:= media-libs/libpng:0= >=media-libs/libwebp-0.2.1:= - >=dev-libs/imath-3.1.2-r4:= + >=dev-libs/Imath-3.1.2-r4:= >=media-libs/OpenColorIO-2.1.1-r4:= >=media-libs/openexr-3:0= media-libs/tiff:= diff --git a/media-libs/OpenImageIO/OpenImageIO-2.4.6.0-r1.ebuild b/media-libs/OpenImageIO/OpenImageIO-2.4.6.0-r1.ebuild index 9a3785449cf6..bd15fed2793e 100644 --- a/media-libs/OpenImageIO/OpenImageIO-2.4.6.0-r1.ebuild +++ b/media-libs/OpenImageIO/OpenImageIO-2.4.6.0-r1.ebuild @@ -54,7 +54,7 @@ RDEPEND=" media-libs/libjpeg-turbo:= media-libs/libpng:0= >=media-libs/libwebp-0.2.1:= - >=dev-libs/imath-3.1.2-r4:= + >=dev-libs/Imath-3.1.2-r4:= >=media-libs/OpenColorIO-2.1.1-r4:= >=media-libs/openexr-3:0= media-libs/tiff:= diff --git a/media-libs/ctl/ctl-1.5.2_p20221224.ebuild b/media-libs/ctl/ctl-1.5.2_p20221224.ebuild index fe8ff0e39185..92708ff95646 100644 --- a/media-libs/ctl/ctl-1.5.2_p20221224.ebuild +++ b/media-libs/ctl/ctl-1.5.2_p20221224.ebuild @@ -20,7 +20,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-libs/imath:= + dev-libs/Imath:= >=media-libs/openexr-3:=[threads] media-libs/tiff:= !media-libs/openexr_ctl" diff --git a/media-libs/freeimage/freeimage-3.18.0-r10.ebuild b/media-libs/freeimage/freeimage-3.18.0-r10.ebuild index 502ee0298dbe..cc2a0e8598d7 100644 --- a/media-libs/freeimage/freeimage-3.18.0-r10.ebuild +++ b/media-libs/freeimage/freeimage-3.18.0-r10.ebuild @@ -31,7 +31,7 @@ RDEPEND=" png? ( media-libs/libpng:0= ) raw? ( media-libs/libraw:= ) tiff? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= >=media-libs/tiff-4.4.0:= ) diff --git a/media-libs/freeimage/freeimage-3.18.0-r11.ebuild b/media-libs/freeimage/freeimage-3.18.0-r11.ebuild index 727d83891786..7858e9c97043 100644 --- a/media-libs/freeimage/freeimage-3.18.0-r11.ebuild +++ b/media-libs/freeimage/freeimage-3.18.0-r11.ebuild @@ -31,7 +31,7 @@ RDEPEND=" png? ( media-libs/libpng:0= ) raw? ( media-libs/libraw:= ) tiff? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= >=media-libs/tiff-4.4.0:= ) diff --git a/media-libs/opencv/opencv-4.6.0-r4.ebuild b/media-libs/opencv/opencv-4.6.0-r4.ebuild index 11596eede91e..d607377a6418 100644 --- a/media-libs/opencv/opencv-4.6.0-r4.ebuild +++ b/media-libs/opencv/opencv-4.6.0-r4.ebuild @@ -121,7 +121,7 @@ RDEPEND=" ) opencl? ( virtual/opencl[${MULTILIB_USEDEP}] ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= media-libs/openexr:= ) opengl? ( diff --git a/media-libs/opencv/opencv-4.7.0-r1.ebuild b/media-libs/opencv/opencv-4.7.0-r1.ebuild index ddf36bc7442e..6bf3563a650f 100644 --- a/media-libs/opencv/opencv-4.7.0-r1.ebuild +++ b/media-libs/opencv/opencv-4.7.0-r1.ebuild @@ -121,7 +121,7 @@ RDEPEND=" ) opencl? ( virtual/opencl[${MULTILIB_USEDEP}] ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= media-libs/openexr:= ) opengl? ( diff --git a/media-libs/opencv/opencv-4.7.0.ebuild b/media-libs/opencv/opencv-4.7.0.ebuild index 15fd917278e6..4ab69a62c636 100644 --- a/media-libs/opencv/opencv-4.7.0.ebuild +++ b/media-libs/opencv/opencv-4.7.0.ebuild @@ -121,7 +121,7 @@ RDEPEND=" ) opencl? ( virtual/opencl[${MULTILIB_USEDEP}] ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= media-libs/openexr:= ) opengl? ( diff --git a/media-libs/opencv/opencv-4.8.0-r1.ebuild b/media-libs/opencv/opencv-4.8.0-r1.ebuild index 2910615c0b36..3b69baf82b51 100644 --- a/media-libs/opencv/opencv-4.8.0-r1.ebuild +++ b/media-libs/opencv/opencv-4.8.0-r1.ebuild @@ -123,7 +123,7 @@ RDEPEND=" ) opencl? ( virtual/opencl[${MULTILIB_USEDEP}] ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= media-libs/openexr:= ) opengl? ( diff --git a/media-libs/opencv/opencv-4.8.0.ebuild b/media-libs/opencv/opencv-4.8.0.ebuild index 772cd8408d98..9cff14513c76 100644 --- a/media-libs/opencv/opencv-4.8.0.ebuild +++ b/media-libs/opencv/opencv-4.8.0.ebuild @@ -121,7 +121,7 @@ RDEPEND=" ) opencl? ( virtual/opencl[${MULTILIB_USEDEP}] ) openexr? ( - dev-libs/imath:= + dev-libs/Imath:= media-libs/openexr:= ) opengl? ( diff --git a/media-libs/openexr/openexr-3.1.5-r1.ebuild b/media-libs/openexr/openexr-3.1.5-r1.ebuild index 25424ab3f979..b307b8c8c2ac 100644 --- a/media-libs/openexr/openexr-3.1.5-r1.ebuild +++ b/media-libs/openexr/openexr-3.1.5-r1.ebuild @@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_avx doc examples large-stack utils test threads" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/imath-${PV}:= + >=dev-libs/Imath-${PV}:= sys-libs/zlib !media-libs/openexr:3 !media-libs/ilmbase diff --git a/media-libs/openexr/openexr-3.1.7.ebuild b/media-libs/openexr/openexr-3.1.7.ebuild index 2ec269776660..445494079498 100644 --- a/media-libs/openexr/openexr-3.1.7.ebuild +++ b/media-libs/openexr/openexr-3.1.7.ebuild @@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_avx examples large-stack utils test threads" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/imath-3.1.6:= + >=dev-libs/Imath-3.1.6:= sys-libs/zlib !media-libs/openexr:3 !media-libs/ilmbase diff --git a/media-libs/vigra/vigra-1.11.1-r9.ebuild b/media-libs/vigra/vigra-1.11.1-r9.ebuild index 6e3de6f74804..6f92e9b161c3 100644 --- a/media-libs/vigra/vigra-1.11.1-r9.ebuild +++ b/media-libs/vigra/vigra-1.11.1-r9.ebuild @@ -37,7 +37,7 @@ DEPEND=" hdf5? ( >=sci-libs/hdf5-1.8.0:=[mpi=] ) jpeg? ( media-libs/libjpeg-turbo:= ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) png? ( media-libs/libpng:0= ) diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild index 8e668e863ad0..830558e68913 100644 --- a/media-libs/vigra/vigra-9999.ebuild +++ b/media-libs/vigra/vigra-9999.ebuild @@ -37,7 +37,7 @@ DEPEND=" hdf5? ( >=sci-libs/hdf5-1.8.0:=[mpi=] ) jpeg? ( media-libs/libjpeg-turbo:= ) openexr? ( - >=dev-libs/imath-3.1.4-r2:= + >=dev-libs/Imath-3.1.4-r2:= >=media-libs/openexr-3:0= ) png? ( media-libs/libpng:0= ) diff --git a/profiles/package.mask b/profiles/package.mask index 7f3bc5a97795..1573793c32fa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -387,7 +387,7 @@ net-misc/openr2 # shortly which fixes this. # See https://github.com/AcademySoftwareFoundation/Imath/issues/189#issuecomment-1567077722 # Bug: #907211 -=dev-libs/imath-3.1.7 +=dev-libs/Imath-3.1.7 # Sam James (2023-05-19) # Breaks Portage's pid-sandbox at least with 5.10 kernels. Pending investigation. diff --git a/profiles/updates/4Q-2023 b/profiles/updates/4Q-2023 index c0cc310026e7..cbe9f8ace83d 100644 --- a/profiles/updates/4Q-2023 +++ b/profiles/updates/4Q-2023 @@ -8,3 +8,4 @@ move dev-python/memory_allocator dev-python/memory-allocator move media-libs/openimageio media-libs/OpenImageIO move media-libs/opencolorio media-libs/OpenColorIO move media-libs/osl media-libs/OpenShadingLanguage +move dev-libs/imath dev-libs/Imath -- cgit v1.2.3-65-gdbad