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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Aug 21 08:09:46 UTC 2020


    Date: Friday, August 21, 2020 @ 08:09:46
  Author: svenstaro
Revision: 685791

upgpkg: openimageio 2.1.18.1-1

Modified:
  openimageio/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-21 07:56:22 UTC (rev 685790)
+++ PKGBUILD	2020-08-21 08:09:46 UTC (rev 685791)
@@ -2,8 +2,8 @@
 # Contributor: SpepS <dreamspepser at yahoo dot it>
 
 pkgname=openimageio
-pkgver=2.1.16.0
-pkgrel=2
+pkgver=2.1.18.1
+pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
 arch=(x86_64)
 url="http://www.openimageio.org/"
@@ -12,16 +12,9 @@
 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"
-         openimageio-libraw-0.20.patch::"https://github.com/OpenImageIO/oiio/commit/7b602c17.patch")
-sha512sums=('30de5e5f915ba319d6e63d0bac2c30c5368f8ebd1434e91cb5bcfad3d39efda5b1779a3fedbcdf0c94ec09f1d1370da0b785af06a1fb8f164dfa52adec0db6cb'
-            '5f8bc45c6ed3f3a12c1755e6e074047600714c587d490d423a8f1630b2bb9ec80031c1529e41d7e4f6c7a910e302655d2d09366f18761688fff1d50cd0ab0e16')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz")
+sha512sums=('4ce0f7f104e391bc20f1491dd5519aecb8044efcd0cacd1c4e941ec1e383276024b4e85c5db8c88d234568a65525beb50bf1fa81feed0dd401cb602eee5c782a')
 
-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