From 942a4f2c6fe8b5f8848c09d722e71e6b3b6aaa49 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 7 Nov 2019 22:00:34 +0100 Subject: [PATCH] osl: bump version. --- .../{osl-1.9.5.recipe => osl-1.10.7.recipe} | 56 +++++++++---------- ...osl-1.9.5.patchset => osl-1.10.7.patchset} | 0 2 files changed, 28 insertions(+), 28 deletions(-) rename media-libs/osl/{osl-1.9.5.recipe => osl-1.10.7.recipe} (72%) rename media-libs/osl/patches/{osl-1.9.5.patchset => osl-1.10.7.patchset} (100%) diff --git a/media-libs/osl/osl-1.9.5.recipe b/media-libs/osl/osl-1.10.7.recipe similarity index 72% rename from media-libs/osl/osl-1.9.5.recipe rename to media-libs/osl/osl-1.10.7.recipe index 02a0e8aa5..80091c26b 100644 --- a/media-libs/osl/osl-1.9.5.recipe +++ b/media-libs/osl/osl-1.10.7.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2009-2017 Sony Pictures Imageworks Inc." LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/Release-$portVersion.tar.gz" -CHECKSUM_SHA256="5d9dc71f3b79714350ae94e4ad5929a7aabae40f292e7837d1749fca180eae96" +CHECKSUM_SHA256="0c4cce505e2803baa55db11744adb72fad854c2a4cc4f02592f79324ac5bfda1" SOURCE_DIR="OpenShadingLanguage-Release-$portVersion" PATCHES="osl-$portVersion.patchset" @@ -49,12 +49,12 @@ REQUIRES=" lib:libboost_system$secondaryArchSuffix lib:libboost_thread$secondaryArchSuffix lib:libboost_wave$secondaryArchSuffix - lib:libHalf$secondaryArchSuffix - lib:libIex_2_2$secondaryArchSuffix - lib:libilmimf$secondaryArchSuffix - lib:libIlmThread_2_2$secondaryArchSuffix - lib:libImath_2_2$secondaryArchSuffix - lib:libLLVM_5.0$secondaryArchSuffix + lib:libHalf_2_4$secondaryArchSuffix + lib:libIex_2_4$secondaryArchSuffix + lib:libilmimf_2_4$secondaryArchSuffix + lib:libIlmThread_2_4$secondaryArchSuffix + lib:libImath_2_4$secondaryArchSuffix + lib:libLLVM_9.0$secondaryArchSuffix lib:libopenimageio$secondaryArchSuffix lib:libpugixml$secondaryArchSuffix lib:libz$secondaryArchSuffix @@ -76,21 +76,21 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel gcc_syslibs_devel$secondaryArchSuffix - devel:libboost_atomic$secondaryArchSuffix - devel:libboost_chrono$secondaryArchSuffix - devel:libboost_date_time$secondaryArchSuffix - devel:libboost_filesystem$secondaryArchSuffix - devel:libboost_serialization$secondaryArchSuffix - devel:libboost_system$secondaryArchSuffix - devel:libboost_thread$secondaryArchSuffix - devel:libboost_wave$secondaryArchSuffix - devel:libHalf$secondaryArchSuffix - devel:libIex_2_2$secondaryArchSuffix - devel:libilmimf$secondaryArchSuffix - devel:libIlmThread_2_2$secondaryArchSuffix - devel:libImath_2_2$secondaryArchSuffix - devel:libLLVM_5.0$secondaryArchSuffix - devel:libopenimageio$secondaryArchSuffix + devel:libboost_atomic$secondaryArchSuffix >= 1.69 + devel:libboost_chrono$secondaryArchSuffix >= 1.69 + devel:libboost_date_time$secondaryArchSuffix >= 1.69 + devel:libboost_filesystem$secondaryArchSuffix >= 1.69 + devel:libboost_serialization$secondaryArchSuffix >= 1.69 + devel:libboost_system$secondaryArchSuffix >= 1.69 + devel:libboost_thread$secondaryArchSuffix >= 1.69 + devel:libboost_wave$secondaryArchSuffix >= 1.69 + devel:libHalf_2_4$secondaryArchSuffix + devel:libIex_2_4$secondaryArchSuffix + devel:libilmimf_2_4$secondaryArchSuffix + devel:libIlmThread_2_4$secondaryArchSuffix + devel:libImath_2_4$secondaryArchSuffix + devel:libLLVM_9.0.0$secondaryArchSuffix + devel:libopenimageio$secondaryArchSuffix >= 2.0 devel:libpartio$secondaryArchSuffix devel:libpugixml$secondaryArchSuffix devel:libz$secondaryArchSuffix @@ -107,12 +107,12 @@ BUILD_PREREQUIRES=" " defineDebugInfoPackage osl$secondaryArchSuffix \ - $libDir/liboslcomp.so \ - $libDir/liboslexec.so \ - $libDir/liboslnoise.so \ - $libDir/liboslquery.so \ - $libDir/libtestshade.so \ - $libDir/osl.imageio.so \ + $libDir/liboslcomp.so.$libVersion \ + $libDir/liboslexec.so.$libVersion \ + $libDir/liboslnoise.so.$libVersion \ + $libDir/liboslquery.so.$libVersion \ + $libDir/libtestshade.so.$libVersion \ + $libDir/osl.imageio.so.$libVersion \ $commandBinDir/oslc$commandSuffix \ $commandBinDir/oslinfo$commandSuffix \ $commandBinDir/testrender$commandSuffix \ diff --git a/media-libs/osl/patches/osl-1.9.5.patchset b/media-libs/osl/patches/osl-1.10.7.patchset similarity index 100% rename from media-libs/osl/patches/osl-1.9.5.patchset rename to media-libs/osl/patches/osl-1.10.7.patchset