community/openimageio to 1.4.12-3

This commit is contained in:
Kevin Mihelich 2014-09-07 14:41:33 +00:00
parent f6637e021f
commit 81cfffc2e0

View file

@ -6,7 +6,7 @@
# - removed intel-tbb from deps, set -DUSE_TBB=0
pkgname=openimageio
pkgver=1.4.5.git
pkgver=1.4.12
pkgrel=3
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(i686 x86_64)
@ -16,7 +16,7 @@ depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio')
makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
optdepends=('qt4: iv image viewer'
'python2: bindings support')
source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
md5sums=('SKIP')
build() {