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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Sep 4 20:59:22 UTC 2020


    Date: Friday, September 4, 2020 @ 20:59:21
  Author: svenstaro
Revision: 698648

upgpkg: openimageio 2.2.6.1-1

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-04 20:56:45 UTC (rev 698647)
+++ PKGBUILD	2020-09-04 20:59:21 UTC (rev 698648)
@@ -2,8 +2,8 @@
 # Contributor: SpepS <dreamspepser at yahoo dot it>
 
 pkgname=openimageio
-pkgver=2.1.19.0
-pkgrel=2
+pkgver=2.2.6.1
+pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
 arch=(x86_64)
 url="http://www.openimageio.org/"
@@ -16,7 +16,7 @@
             'python: bindings support')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz"
         https://patch-diff.githubusercontent.com/raw/OpenImageIO/oiio/pull/2698.patch)
-sha512sums=('5bb7d0198e77bdd5821829bce7ed02be54316fa4ef1e87225eb0ab1108fe6b8163a3ea40549ca7e9d5ef2e7b8b0459bb30be3a761c6f17a558b3cb71eb888787'
+sha512sums=('a23fa75d5de589ce6f73ff17870cd1df764bb92a0dbc32b36d0e799b30705e1f174e0763150d27611c0efa07a21cb7636508e3135942ee7c56d0d59940d3a053'
             'c42c5a0098a39072c6b32dbdcc8752e697cbf9d41e5d94b343dd4484e747c88a0682a4138a5463e1412929bc1586c148e543776228227f9f1de6ab3b6ab14912')
 
 prepare() {
@@ -38,7 +38,8 @@
       -DOIIO_BUILD_TESTS=ON \
       -DOIIO_BUILD_TOOLS=ON \
       -DBUILD_MISSING_FMT=OFF \
-      -DUSE_EXTERNAL_PUGIXML=ON
+      -DUSE_EXTERNAL_PUGIXML=ON \
+      -DSTOP_ON_WARNING=OFF
   ninja -C build
 }
 



More information about the arch-commits mailing list