Merge pull request #2293 from lemmi/oiio
openimageio: update to 1.5.18.
This commit is contained in:
commit
11a3e78c8b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openimageio'
|
# Template file for 'openimageio'
|
||||||
pkgname=openimageio
|
pkgname=openimageio
|
||||||
version=1.5.17
|
version=1.5.18
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=oiio-Release-${version}
|
wrksrc=oiio-Release-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_OPENGL=0 -DUSE_QT=0 -DUSE_PYTHON=0 -DOIIO_BUILD_TESTS=0"
|
configure_args="-DUSE_OPENGL=0 -DUSE_QT=0 -DUSE_PYTHON=0 -DOIIO_BUILD_TESTS=0"
|
||||||
|
@ -17,7 +17,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://sites.google.com/site/openimageio/home"
|
homepage="https://sites.google.com/site/openimageio/home"
|
||||||
distfiles="https://github.com/OpenImageIO/oiio/archive/Release-${version}.tar.gz"
|
distfiles="https://github.com/OpenImageIO/oiio/archive/Release-${version}.tar.gz"
|
||||||
checksum=497c60bba9525b913935f0af771126338f07c2f78bd84e96fd19df38b6574706
|
checksum=5e22fb0fbc46f72dd8904282cf43ae5501415f11b0043c61660dd99ac267c756
|
||||||
nocross=yes # -> ilmbase
|
nocross=yes # -> ilmbase
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in New Issue