From 1792e74bf9c32cfe01532fa9f86d5aa8514845f8 Mon Sep 17 00:00:00 2001 From: kenmays Date: Fri, 15 Aug 2025 22:23:04 -0700 Subject: [PATCH] Vigra: bump version (#12728) --- ...igra-1.11.1.recipe => vigra-1.12.2.recipe} | 35 ++++++++++++------- 1 file changed, 22 insertions(+), 13 deletions(-) rename media-libs/vigra/{vigra-1.11.1.recipe => vigra-1.12.2.recipe} (78%) diff --git a/media-libs/vigra/vigra-1.11.1.recipe b/media-libs/vigra/vigra-1.12.2.recipe similarity index 78% rename from media-libs/vigra/vigra-1.11.1.recipe rename to media-libs/vigra/vigra-1.12.2.recipe index 707ab877b..b41e98a9f 100644 --- a/media-libs/vigra/vigra-1.11.1.recipe +++ b/media-libs/vigra/vigra-1.12.2.recipe @@ -8,11 +8,11 @@ By using template techniques similar to those in the C++ Standard Template \ Library, you can easily adapt any VIGRA component to the needs of your \ application, without thereby giving up execution speed." HOMEPAGE="http://ukoethe.github.io/vigra/" -COPYRIGHT="1998-2017 by Ullrich Koethe" +COPYRIGHT="1998 Ullrich Koethe" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/ukoethe/vigra/archive/Version-${portVersion//./-}.tar.gz" -CHECKSUM_SHA256="b2718250d28baf1932fcbe8e30f7e4d146e751ad0e726e375a72a0cdb4e3250e" +CHECKSUM_SHA256="e927477a8a0bcdabcaab914e425782f7eba82711dbaca02538dfda79476f6b7e" SOURCE_FILENAME="vigra-$portVersion.tar.gz" SOURCE_DIR="vigra-Version-${portVersion//./-}" @@ -33,11 +33,13 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libfftw3$secondaryArchSuffix - lib:libhalf$secondaryArchSuffix - lib:libiex_2_2$secondaryArchSuffix - lib:libilmimf_2_2$secondaryArchSuffix - lib:libilmthread_2_2$secondaryArchSuffix - lib:libimath_2_2$secondaryArchSuffix + lib:libIex_3_2$secondaryArchSuffix + lib:libIlmThread_3_2$secondaryArchSuffix + lib:libImath_3_1$secondaryArchSuffix + lib:libOpenEXR_3_2$secondaryArchSuffix + lib:libOpenEXRCore$secondaryArchSuffix + lib:libOpenEXRCore_3_2$secondaryArchSuffix + lib:libOpenEXRUtil_3_2$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix lib:libpng16$secondaryArchSuffix lib:libtiff$secondaryArchSuffix @@ -56,10 +58,13 @@ REQUIRES_devel=" BUILD_REQUIRES=" devel:libfftw3$secondaryArchSuffix - devel:libhalf$secondaryArchSuffix - devel:libiex$secondaryArchSuffix - devel:libilmimf$secondaryArchSuffix - devel:libimath$secondaryArchSuffix + devel:libIex_3_2$secondaryArchSuffix + devel:libIlmThread_3_2$secondaryArchSuffix + devel:libImath_3_1$secondaryArchSuffix + devel:libOpenEXR_3_2$secondaryArchSuffix + devel:libOpenEXRCore$secondaryArchSuffix + devel:libOpenEXRCore_3_2$secondaryArchSuffix + devel:libOpenEXRUtil_3_2$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libpng16$secondaryArchSuffix devel:libtiff$secondaryArchSuffix @@ -83,7 +88,11 @@ BUILD() { mkdir -p build cd build - cmake -DCMAKE_INSTALL_PREFIX=$prefix -DWITH_HDF5=0 -DWITH_VIGRANUMPY=0 \ + cmake -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_POLICY_VERSION_MINIMUM=4.0 \ + -DCMAKE_INSTALL_PREFIX=$prefix \ + -DWITH_HDF5=0 \ + -DWITH_VIGRANUMPY=0 \ -DWITH_OPENEXR=1 ../ make $jobArgs }