[arch-commits] Commit in openexr/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 12:08:12 UTC 2020
Date: Thursday, November 12, 2020 @ 12:08:11
Author: foutrelis
Revision: 400517
archrelease: copy trunk to staging-x86_64
Added:
openexr/repos/staging-x86_64/PKGBUILD
(from rev 400516, openexr/trunk/PKGBUILD)
Deleted:
openexr/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 12:08:08 UTC (rev 400516)
+++ PKGBUILD 2020-11-12 12:08:11 UTC (rev 400517)
@@ -1,31 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=openexr
-pkgver=2.5.3
-pkgrel=2
-pkgdesc="An high dynamic-range image file format library"
-url="https://www.openexr.com/"
-arch=('x86_64')
-license=('BSD')
-depends=('zlib')
-makedepends=('cmake' 'fltk' 'python' 'boost' 'freeglut' 'python-numpy' 'chrpath')
-optdepends=('fltk: for exrdisplay' 'boost-libs: python support' 'python: python support')
-conflicts=('ilmbase')
-replaces=('ilmbase')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/openexr/openexr/archive/v$pkgver.tar.gz")
-sha256sums=('6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="${pkgdir}" cmake --install build
- install -D -m644 $pkgname-$pkgver/LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-# Install missing python module
- _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
- install -Dm755 build/python3*/imathnumpy.so -t "$pkgdir"/$_pythonpath
-}
Copied: openexr/repos/staging-x86_64/PKGBUILD (from rev 400516, openexr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 12:08:11 UTC (rev 400517)
@@ -0,0 +1,31 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=openexr
+pkgver=2.5.3
+pkgrel=3
+pkgdesc="An high dynamic-range image file format library"
+url="https://www.openexr.com/"
+arch=('x86_64')
+license=('BSD')
+depends=('zlib')
+makedepends=('cmake' 'fltk' 'python' 'boost' 'freeglut' 'python-numpy' 'chrpath')
+optdepends=('fltk: for exrdisplay' 'boost-libs: python support' 'python: python support')
+conflicts=('ilmbase')
+replaces=('ilmbase')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/openexr/openexr/archive/v$pkgver.tar.gz")
+sha256sums=('6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="${pkgdir}" cmake --install build
+ install -D -m644 $pkgname-$pkgver/LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+# Install missing python module
+ _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
+ install -Dm755 build/python3*/imathnumpy.so -t "$pkgdir"/$_pythonpath
+}
More information about the arch-commits
mailing list