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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Feb 27 15:40:28 UTC 2013


    Date: Wednesday, February 27, 2013 @ 16:40:28
  Author: svenstaro
Revision: 85184

upgpkg: openimageio 1.1.7-2

Fix for qt5

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-27 15:35:26 UTC (rev 85183)
+++ PKGBUILD	2013-02-27 15:40:28 UTC (rev 85184)
@@ -4,14 +4,14 @@
 
 pkgname=openimageio
 pkgver=1.1.7
-pkgrel=1
+pkgrel=2
 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' 'libtiff' 'opencolorio' 'intel-tbb')
-makedepends=('cmake' 'qtbase' 'python2' 'boost' 'mesa')
-optdepends=('qtbase: iv image viewer'
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
             'python2: bindings support')
 source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
 md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d')




More information about the arch-commits mailing list