[arch-commits] Commit in openexr/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 19 06:31:08 UTC 2021
Date: Wednesday, May 19, 2021 @ 06:31:08
Author: arojas
Revision: 415727
archrelease: copy trunk to testing-x86_64
Added:
openexr/repos/testing-x86_64/PKGBUILD
(from rev 415726, openexr/trunk/PKGBUILD)
Deleted:
openexr/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 56 +++++++++++++++++++++++++-------------------------------
1 file changed, 25 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 06:30:58 UTC (rev 415726)
+++ PKGBUILD 2021-05-19 06:31:08 UTC (rev 415727)
@@ -1,31 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=openexr
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='A high dynamic-range image file format library'
-url='https://www.openexr.com/'
-arch=(x86_64)
-license=(BSD)
-depends=(zlib imath)
-makedepends=(cmake)
-source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz
- https://github.com/AcademySoftwareFoundation/openexr/commit/f60b55b1.patch)
-sha256sums=('afcfaaba700d0bc86a54e9c2e51b22b9dd458527571046f02951ef75ddc7c8e2'
- '0bc7ab7a31a912784584728b3ee9d8b8027a966a9c9e893961467b083f95df91')
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 < f60b55b1.patch # Fix make install
-}
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- install -Dm644 $pkgname-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: openexr/repos/testing-x86_64/PKGBUILD (from rev 415726, openexr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-19 06:31:08 UTC (rev 415727)
@@ -0,0 +1,25 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=openexr
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='A high dynamic-range image file format library'
+url='https://www.openexr.com/'
+arch=(x86_64)
+license=(BSD)
+depends=(zlib imath)
+makedepends=(cmake)
+source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d3526a3ccdca78a94658d5208e1963e4686181087004edd5bb98290e1fd0f389')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $pkgname-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list