[arch-commits] Commit in openimageio/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu Jun 2 19:01:57 UTC 2022


    Date: Thursday, June 2, 2022 @ 19:01:57
  Author: svenstaro
Revision: 1218933

archrelease: copy trunk to community-x86_64

Added:
  openimageio/repos/community-x86_64/PKGBUILD
    (from rev 1218932, openimageio/trunk/PKGBUILD)
Deleted:
  openimageio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 19:01:51 UTC (rev 1218932)
+++ PKGBUILD	2022-06-02 19:01:57 UTC (rev 1218933)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgname=openimageio
-pkgver=2.3.14.0
-pkgrel=1
-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' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'libpng' 'libraw' 'libwebp'
-         'fmt' 'pugixml' 'pybind11' 'libheif' 'hdf5' 'freetype2')
-# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'opencv'
-makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender' 'ninja' 'robin-map')
-optdepends=('qt5-base: iv image viewer'
-            'python: bindings support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('42f0925bfe5470d9ed43dfd90e008b940ee6e43be4446be1853ee2cbac66041a9cbf1a469f72dc66bc6bec60d3b0049652b8c928d0d56a893b7e4185ce49dc76')
-
-build() {
-  cd oiio-$pkgver
-
-  cmake \
-    -Bbuild \
-    -GNinja \
-    -DUSE_PYTHON=ON \
-    -DPYTHON_VERSION=3.10 \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DOIIO_BUILD_TESTS=ON \
-    -DOIIO_BUILD_TOOLS=ON \
-    -DBUILD_MISSING_FMT=OFF \
-    -DUSE_EXTERNAL_PUGIXML=ON \
-    -DSTOP_ON_WARNING=OFF
-  ninja -C build
-}
-
-package() {
-  cd oiio-$pkgver
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Remove vendored fonts
-  rm -r "$pkgdir"/usr/share/fonts
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md
-}

Copied: openimageio/repos/community-x86_64/PKGBUILD (from rev 1218932, openimageio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 19:01:57 UTC (rev 1218933)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=openimageio
+pkgver=2.3.16.0
+pkgrel=1
+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' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'libpng' 'libraw' 'libwebp'
+         'fmt' 'pugixml' 'pybind11' 'libheif' 'hdf5' 'freetype2')
+# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'opencv'
+makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender' 'ninja' 'robin-map')
+optdepends=('qt5-base: iv image viewer'
+            'python: bindings support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('2249dfc7f9c4ede563d5ed05ed76557e0b81c35054832b4de2a7820c8619886afa3f260cd26b5f4291f74c9d9c16b9a2ac3772e23b5b70bc87c2c7a0d0c10726')
+
+build() {
+  cd oiio-$pkgver
+
+  cmake \
+    -Bbuild \
+    -GNinja \
+    -DUSE_PYTHON=ON \
+    -DPYTHON_VERSION=3.10 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DOIIO_BUILD_TESTS=ON \
+    -DOIIO_BUILD_TOOLS=ON \
+    -DBUILD_MISSING_FMT=OFF \
+    -DUSE_EXTERNAL_PUGIXML=ON \
+    -DSTOP_ON_WARNING=OFF
+  ninja -C build
+}
+
+package() {
+  cd oiio-$pkgver
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Remove vendored fonts
+  rm -r "$pkgdir"/usr/share/fonts
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md
+}



More information about the arch-commits mailing list