Date: Monday, May 12, 2014 @ 03:30:08 Author: svenstaro Revision: 111022
upgpkg: openimageio 1.4.5.git-1 use recent git commit to be able to build osl Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-12 01:29:26 UTC (rev 111021) +++ PKGBUILD 2014-05-12 01:30:08 UTC (rev 111022) @@ -3,7 +3,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=openimageio -pkgver=1.4.5dev +pkgver=1.4.5.git pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) @@ -10,14 +10,14 @@ url="http://www.openimageio.org/" license=('custom') depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-tbb') -makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa') +makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git') optdepends=('qt4: iv image viewer' 'python2: bindings support') -source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz) -md5sums=('d89a4abc2f138d4e556764e991b5b62f') +source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb) +md5sums=('SKIP') build() { - cd oiio-Release-$pkgver + cd oiio [[ -d build ]] && rm -r build mkdir build && cd build @@ -32,7 +32,7 @@ } package() { - cd oiio-Release-$pkgver/build + cd oiio/build make DESTDIR="$pkgdir" install
