summaryrefslogtreecommitdiff
path: root/community/openimageio
diff options
context:
space:
mode:
Diffstat (limited to 'community/openimageio')
-rw-r--r--community/openimageio/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
index 8f47b1d4d..1e99fca3f 100644
--- a/community/openimageio/PKGBUILD
+++ b/community/openimageio/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 102264 2013-12-07 10:36:49Z bpiotrowski $
+# $Id: PKGBUILD 103862 2014-01-12 20:24:23Z foutrelis $
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=openimageio
-pkgver=1.2.3
+pkgver=1.3.10
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(i686 x86_64)
@@ -13,13 +13,11 @@ depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-t
makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
optdepends=('qt4: iv image viewer'
'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('20066ae0e9026717242f64f107f7ee8e')
+source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
+md5sums=('e1cd34e1926b7c15626f8618e9e4fc70')
build() {
- cd "$srcdir"/$_pkgname*
-
- cd src
+ cd oiio-Release-$pkgver
[[ -d build ]] && rm -r build
mkdir build && cd build
@@ -34,11 +32,11 @@ build() {
}
package() {
- cd "$srcdir"/$_pkgname*/src/build
+ cd oiio-Release-$pkgver/build
make DESTDIR="$pkgdir" install
# license
- cd ../..
+ cd ..
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}