summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre')
-rw-r--r--libre/opencolorio/PKGBUILD (renamed from libre/opencolorio-parabola/PKGBUILD)18
-rw-r--r--libre/openimageio/PKGBUILD (renamed from libre/openimageio-parabola/PKGBUILD)14
2 files changed, 14 insertions, 18 deletions
diff --git a/libre/opencolorio-parabola/PKGBUILD b/libre/opencolorio/PKGBUILD
index 66e74a823..7a3e4fd98 100644
--- a/libre/opencolorio-parabola/PKGBUILD
+++ b/libre/opencolorio/PKGBUILD
@@ -2,35 +2,33 @@
# Contributor (Arch): Dumitru Ursu <dima@ceata.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
-_pkgname=opencolorio
-pkgname=$_pkgname-parabola
+pkgname=opencolorio
pkgver=1.0.9
pkgrel=2.6
-pkgdesc='A color management framework for visual effects and animation (built for the blender-parabola package)'
+pkgdesc='A color management framework for visual effects and animation (built for the blender package)'
arch=('i686' 'x86_64' 'mips64el')
url="http://$pkgname.org"
license=('BSD')
depends=('freeglut' 'glew' 'lcms2' 'openimageio' 'python')
makedepends=('cmake')
-provides=("$_pkgname=$pkgver")
-conflicts=("$_pkgname")
-replaces=("$_pkgname")
+conflicts=("$pkgname-parabola")
+replaces=("$pkgname-parabola")
source=("http://github.com/imageworks/OpenColorIO/tarball/v$pkgver")
sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
build() {
- mv imageworks-OpenColorIO-* $_pkgname-$pkgver
- cd $_pkgname-$pkgver
+ mv imageworks-OpenColorIO-* $pkgname-$pkgver
+ cd $pkgname-$pkgver
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DOCIO_BUILD_DOCS=OFF -DOCIO_PYGLUE_SONAME=ON
make
}
package() {
- cd $_pkgname-$pkgver
+ cd $pkgname-$pkgver
make DESTDIR=$pkgdir install
- 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:
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: