summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-12 17:58:55 +0000
committerSam James <sam@gentoo.org>2022-02-15 19:49:37 +0000
commit7e6dd2ea7633bea9d8b3ff8ab037db8fa8a03eac (patch)
treeecef574cc0ce0ba9ae9b10260f02fdd6dedfef0c /dev-libs/imath
parentmedia-libs/openexr: unslot (diff)
downloadgentoo-7e6dd2ea7633bea9d8b3ff8ab037db8fa8a03eac.tar.gz
gentoo-7e6dd2ea7633bea9d8b3ff8ab037db8fa8a03eac.tar.bz2
gentoo-7e6dd2ea7633bea9d8b3ff8ab037db8fa8a03eac.zip
dev-libs/imath: unslot OpenEXR
Bug: https://bugs.gentoo.org/833158 Bug: https://bugs.gentoo.org/831357 Bug: https://bugs.gentoo.org/832862 Bug: https://bugs.gentoo.org/821247 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/imath')
-rw-r--r--dev-libs/imath/imath-3.1.4-r2.ebuild (renamed from dev-libs/imath/imath-3.1.4-r1.ebuild)13
1 files changed, 1 insertions, 12 deletions
diff --git a/dev-libs/imath/imath-3.1.4-r1.ebuild b/dev-libs/imath/imath-3.1.4-r2.ebuild
index 0c407bd3727e..d097a706b4dd 100644
--- a/dev-libs/imath/imath-3.1.4-r1.ebuild
+++ b/dev-libs/imath/imath-3.1.4-r2.ebuild
@@ -25,6 +25,7 @@ RESTRICT="!test? ( test )"
# blocker due to file collision #803347
RDEPEND="
!dev-libs/imath:0
+ !media-libs/ilmbase
sys-libs/zlib
python? (
${PYTHON_DEPS}
@@ -41,7 +42,6 @@ BDEPEND="
python? ( ${PYTHON_DEPS} )
"
-PATCHES=( "${FILESDIR}"/${P}-Gentoo-specific-changes-needed-for-slotting.patch )
DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md docs/PortingGuide2-3.md )
pkg_setup() {
@@ -49,15 +49,12 @@ pkg_setup() {
}
src_configure() {
- local majorver=$(ver_cut 1)
-
local mycmakeargs=(
-DBUILD_SHARED_LIBS=$(usex !static-libs)
-DDOCS=$(usex doc)
-DIMATH_ENABLE_LARGE_STACK=$(usex large-stack)
-DIMATH_HALF_USE_LOOKUP_TABLE=ON
-DIMATH_INSTALL_PKG_CONFIG=ON
- -DIMATH_OUTPUT_SUBDIR="${MY_PN}-${majorver}"
-DIMATH_USE_CLANG_TIDY=OFF
-DIMATH_USE_NOEXCEPT=ON
)
@@ -73,11 +70,3 @@ src_configure() {
cmake_src_configure
}
-
-src_install() {
- cmake_src_install
-
- newenvd - 99${PN}3 <<-EOF
- LDPATH=${EPREFIX}/usr/$(get_libdir)/${MY_PN}-3
- EOF
-}