diff options
-rw-r--r-- | libre/openimageio/PKGBUILD (renamed from libre/openimageio-parabola/PKGBUILD) | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/libre/openimageio-parabola/PKGBUILD b/libre/openimageio/PKGBUILD index ad8104e89..84ec3570b 100644 --- a/libre/openimageio-parabola/PKGBUILD +++ b/libre/openimageio/PKGBUILD @@ -2,22 +2,20 @@ # Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com> # Maintainer: Márcio Silva <coadde@parabola.nu> -_pkgname=openimageio -pkgname=$_pkgname-parabola +pkgname=openimageio pkgver=1.4.12 pkgrel=3.2 pkgdesc='A library for reading and writing images, including classes, utilities, and applications (built for the blender-parabola package)' arch=('i686' 'x86_64' 'mips64el') -url="http://www.$_pkgname.org/" +url="http://www.$pkgname.org/" license=('custom') depends=('boost-libs' 'freetype2' 'glew' 'libtiff' 'libwebp' 'openjpeg' 'opencolorio' 'openexr' 'giflib-lts') # add giflib-lts to build pkg makedepends=('boost' 'cmake' 'git' 'python2' 'qt4') optdepends=('qt4: iv image viewer' 'python2: bindings support') -provides=("$_pkgname=$pkgver") -conflicts=("$_pkgname") -replaces=("$_pkgname") -source=("git+git://github.com/OpenImageIO/oiio.git#tag=Release-$pkgver") +conflicts=("$pkgname-parabola") +replaces=("$pkgname-parabola") +source=("git://github.com/OpenImageIO/oiio.git#tag=Release-$pkgver") md5sums=('SKIP') prepare() { @@ -64,7 +62,7 @@ package() { # license cd .. - install -Dm644 LICENSE $pkgdir/usr/share/licenses/$_pkgname/LICENSE + install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE } # vim:set ts=2 sw=2 et: |