openimageio: Update to 1.3.11

This commit is contained in:
Alexpux
2014-01-09 16:09:50 +04:00
parent 3f84b6508e
commit e19bcfa3f9

View File

@@ -3,9 +3,9 @@
_realname=openimageio
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgver=1.3.9
_commit=1a57f2f
pkgrel=2
pkgver=1.3.11
_commit=1548a68
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications (mingw-w64)"
arch=('any')
url="http://www.openimageio.org/"
@@ -25,17 +25,17 @@ depends=("${_mingw_suff}-openexr"
"${_mingw_suff}-openjpeg"
"${_mingw_suff}-libwebp")
makedepends=("${_mingw_suff}-cmake" "${_mingw_suff}-qt5" "${_mingw_suff}-python2" "${_mingw_suff}-boost")
optdepends=("${_mingw_suff}-qt4: iv image viewer"
optdepends=(#"${_mingw_suff}-qt4: iv image viewer"
"${_mingw_suff}-python2: bindings support")
options=('strip' 'buildflags')
source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver
fix-mingw-w64.patch)
md5sums=('b40783c357a94bf19425f6e82dbdfd9f'
md5sums=('e8594a15a3f370a36bcfdaaecbc6a19f'
'78b0e6236eaef3086c2e32473c7e40fb')
prepare() {
cd ${srcdir}/OpenImageIO-oiio-${_commit}
patch -p1 -i ${srcdir}/fix-mingw-w64.patch
cd ${srcdir}/OpenImageIO-oiio-${_commit}
patch -p1 -i ${srcdir}/fix-mingw-w64.patch
}
build() {