mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/openimageio: upgrade to 1.8.9
This commit is contained in:
parent
757d0c1594
commit
c7a0c081fe
@ -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"
|
||||
|
||||
@ -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}")
|
||||
Loading…
x
Reference in New Issue
Block a user