openexr3.2, revbump, add requirement for devel:libdeflate (#11326)

This commit is contained in:
Schrijvers Luc
2024-11-12 13:15:05 +01:00
committed by GitHub
parent 68aaaa4fd3
commit 58c3906821

View File

@@ -8,7 +8,7 @@ main image file format."
HOMEPAGE="https://www.openexr.com/"
COPYRIGHT="2021, Contributors to the OpenEXR Project."
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="81e6518f2c4656fdeaf18a018f135e96a96e7f66dbe1c1f05860dd94772176cc"
SOURCE_FILENAME="openexr-$portVersion.tar.gz"
@@ -77,6 +77,7 @@ PROVIDES_devel="
"
REQUIRES_devel="
openexr3.2$secondaryArchSuffix == $portVersion base
devel:libdeflate$secondaryArchSuffix
"
CONFLICTS_devel="
openexr${secondaryArchSuffix}_devel
@@ -103,7 +104,9 @@ BUILD()
{
cmake -Bbuild -S. \
$cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev
make -Cbuild $jobArgs
}
@@ -130,6 +133,6 @@ INSTALL()
TEST()
{
# 2% tests passed, 114 tests failed out of 116
make -Cbuild test
# 9% tests passed, 116 tests failed out of 127
ctest --test-dir build --output-on-failure
}