community/openimageio to 1.2.3-1

This commit is contained in:
Kevin Mihelich 2013-12-07 17:44:59 +00:00
parent 4d06cd174d
commit e7309f3da9

View file

@ -6,7 +6,7 @@
# - removed intel-tbb from deps, set -DUSE_TBB=0
pkgname=openimageio
pkgver=1.2.1
pkgver=1.2.3
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(i686 x86_64)
@ -17,7 +17,7 @@ makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
optdepends=('qt4: iv image viewer'
'python2: bindings support')
source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
md5sums=('20066ae0e9026717242f64f107f7ee8e')
build() {
cd "$srcdir"/$_pkgname*