[arch-commits] Commit in openimageio/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Feb 19 19:39:47 UTC 2013


    Date: Tuesday, February 19, 2013 @ 20:39:47
  Author: svenstaro
Revision: 84544

Prepare new version

Modified:
  openimageio/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 19:36:00 UTC (rev 84543)
+++ PKGBUILD	2013-02-19 19:39:47 UTC (rev 84544)
@@ -3,26 +3,22 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 
 pkgname=openimageio
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.6
+pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, utilities, and applications."
 arch=(i686 x86_64)
 url="http://www.openimageio.org/"
 license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff')
 makedepends=('cmake' 'qt' 'python2' 'boost' 'mesa')
-optdepends=('qt: iv image viewer'
+optdepends=('qtbase: iv image viewer'
             'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver
-        fix32bit-fail.patch)
-md5sums=('8a5fd88f87fbf1826a4782041cf9e7d0'
-         '64403604d0b74bd6c50fe8638207116a')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('7cec2de97267c7dac2cdacfbd934a100')
 
 build() {
   cd "$srcdir"/$_pkgname*
 
-  patch -Np1 < $srcdir/fix32bit-fail.patch
-
   cd src
 
   [[ -d build ]] && rm -r build




More information about the arch-commits mailing list