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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Dec 22 07:27:02 UTC 2015


    Date: Tuesday, December 22, 2015 @ 08:27:02
  Author: svenstaro
Revision: 154140

upgpkg: openimageio 1.6.8-3

Use OpenSSL to fix linking problems and to improve hashing performance

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-22 07:01:27 UTC (rev 154139)
+++ PKGBUILD	2015-12-22 07:27:02 UTC (rev 154140)
@@ -4,12 +4,12 @@
 
 pkgname=openimageio
 pkgver=1.6.8
-pkgrel=2
+pkgrel=3
 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')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl')
 makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
 optdepends=('qt4: iv image viewer'
             'python2: bindings support')
@@ -23,14 +23,14 @@
   mkdir build && cd build
 
   # Python is currently broken :(
-  # OIIO_BUILD_TOOLS currently broken
   cmake .. \
       -DUSE_PYTHON=OFF \
       -DUSE_PYTHON3=OFF \
+      -DUSE_OPENSSL=ON \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-      -DOIIO_BUILD_TESTS=OFF \
-      -DOIIO_BUILD_TOOLS=OFF
+      -DOIIO_BUILD_TESTS=ON \
+      -DOIIO_BUILD_TOOLS=ON
   make
 }
 



More information about the arch-commits mailing list