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

Antonio Rojas arojas at archlinux.org
Thu Jul 23 18:06:38 UTC 2020


    Date: Thursday, July 23, 2020 @ 18:06:37
  Author: arojas
Revision: 665032

libraw 0.20 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-23 17:57:54 UTC (rev 665031)
+++ PKGBUILD	2020-07-23 18:06:37 UTC (rev 665032)
@@ -3,7 +3,7 @@
 
 pkgname=openimageio
 pkgver=2.1.16.0
-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/"
@@ -12,9 +12,16 @@
 makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender' 'ninja')
 optdepends=('qt5-base: iv image viewer'
             'python: bindings support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz")
-sha512sums=('30de5e5f915ba319d6e63d0bac2c30c5368f8ebd1434e91cb5bcfad3d39efda5b1779a3fedbcdf0c94ec09f1d1370da0b785af06a1fb8f164dfa52adec0db6cb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz"
+         openimageio-libraw-0.20.patch::"https://github.com/OpenImageIO/oiio/commit/7b602c17.patch")
+sha512sums=('30de5e5f915ba319d6e63d0bac2c30c5368f8ebd1434e91cb5bcfad3d39efda5b1779a3fedbcdf0c94ec09f1d1370da0b785af06a1fb8f164dfa52adec0db6cb'
+            '5f8bc45c6ed3f3a12c1755e6e074047600714c587d490d423a8f1630b2bb9ec80031c1529e41d7e4f6c7a910e302655d2d09366f18761688fff1d50cd0ab0e16')
 
+prepare() {
+  cd oiio-Release-$pkgver
+  patch -p1 -i ../openimageio-libraw-0.20.patch # Fix build with libraw 0.20
+}
+
 build() {
   cd oiio-Release-$pkgver
 



More information about the arch-commits mailing list