diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-03-27 18:39:38 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-28 13:11:26 +0000 |
commit | c7a0c081fe7e428f9a0e91ef613bf2fc041bb68a (patch) | |
tree | f091dca8f482d39be3c59e95348131faf4df453a | |
parent | 757d0c1594933d9cb3983a5d504e3028287664e0 (diff) | |
download | aports-c7a0c081fe7e428f9a0e91ef613bf2fc041bb68a.tar.bz2 aports-c7a0c081fe7e428f9a0e91ef613bf2fc041bb68a.tar.xz |
testing/openimageio: upgrade to 1.8.9
-rw-r--r-- | testing/openimageio/APKBUILD | 9 | ||||
-rw-r--r-- | testing/openimageio/nocpp-error.patch | 10 |
2 files changed, 4 insertions, 15 deletions
diff --git a/testing/openimageio/APKBUILD b/testing/openimageio/APKBUILD index f20781538b..bc103a6a2b 100644 --- a/testing/openimageio/APKBUILD +++ b/testing/openimageio/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Mark Riedesel <mark@klowner.com> # Maintainer: Mark Riedesel <mark@klowner.com> pkgname=openimageio -pkgver=1.7.14 -pkgrel=4 +pkgver=1.8.9 +pkgrel=0 pkgdesc="Image I/O library supporting a multitude of image formats" url="https://sites.google.com/site/openimageio/" arch="all" @@ -16,7 +16,7 @@ makedepends="cmake giflib-dev zlib-dev boost-dev jpeg-dev libpng-dev tiff-dev jasper-dev opencolorio-dev" subpackages="py2-$pkgname:_python py3-$pkgname:_python $pkgname-dev $pkgname-doc $pkgname-tools" source="$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz - nocpp-error.patch" + " builddir="$srcdir/oiio-Release-$pkgver" build() { @@ -65,5 +65,4 @@ _pysitepackages() { $1 -c "import site; print(site.getsitepackages()[0])" } -sha512sums="78f0656f89001fa79cb48a7c0a320df1d9d71770e4f0d9dd159c752adc67b2f3129b87447f16885f3500d52870361209a466ad0e9a8477783ba337f90bc84427 openimageio-1.7.14.tar.gz -fc27840bc37d01badc81d6a1c49216f44370805f3f43184646a5d12879706a6358a41868d7938c13611f43a4bfc695fd1ef4d1baee3e9a926dc4629e4675fe68 nocpp-error.patch" +sha512sums="300eab0d2e7277c46550339d72af59b3ab2232d296b4d46808575015075cdbb9dd911e9b335c0d10bf6d95ebde907240af0f4828d422aca091f82491693dfef3 openimageio-1.8.9.tar.gz" diff --git a/testing/openimageio/nocpp-error.patch b/testing/openimageio/nocpp-error.patch deleted file mode 100644 index 9101322186..0000000000 --- a/testing/openimageio/nocpp-error.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -55,6 +55,8 @@ - endif () - endif () - -+add_definitions("-Wno-error=cpp") -+ - message (STATUS "CMAKE_CXX_COMPILER is ${CMAKE_CXX_COMPILER}") - message (STATUS "CMAKE_CXX_COMPILER_ID is ${CMAKE_CXX_COMPILER_ID}") |