[arch-commits] Commit in openimageio/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Jul 7 15:48:12 UTC 2018
Date: Saturday, July 7, 2018 @ 15:48:12
Author: svenstaro
Revision: 354017
Build using qt5
Modified:
openimageio/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-07 15:47:42 UTC (rev 354016)
+++ PKGBUILD 2018-07-07 15:48:12 UTC (rev 354017)
@@ -4,14 +4,14 @@
pkgname=openimageio
pkgver=1.8.12
-pkgrel=1
+pkgrel=2
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(x86_64)
url="http://www.openimageio.org/"
license=('custom')
depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender')
-optdepends=('qt4: iv image viewer'
+makedepends=('cmake' 'qt5-base' 'python2' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender')
+optdepends=('qt5-base: iv image viewer'
'python2: bindings support')
source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
md5sums=('SKIP')
More information about the arch-commits
mailing list