Date: Monday, April 3, 2023 @ 20:47:36
  Author: svenstaro
Revision: 1434425

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-03 20:47:24 UTC (rev 1434424)
+++ PKGBUILD    2023-04-03 20:47:36 UTC (rev 1434425)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgname=openimageio
-pkgver=2.4.9.0
-pkgrel=2
-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'
-         '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' 'fmt')
-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=('e7dd7aba8dc0baa9bc50f362c21119bf4008edbd03a0c9f31bb03e01b5b0cc18c39f8a368885a4d756f6b475965138409c7e91eeae90b0ebc18d253ff314f025')
-
-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 1434424, 
openimageio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-03 20:47:36 UTC (rev 1434425)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=openimageio
+pkgver=2.4.10.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'
+         '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' 'fmt')
+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=('c828e5528a17dc8e0c1928b7e9088c7e4983cb5260557821ee2a602d7b2801e4131fd1074dd1dcecbf1bd2e91fd9fe3d6bd62544a3fe5cce78d6c6720dd145f3')
+
+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
+}

Reply via email to