summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-04-07 12:39:03 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-04-07 13:15:43 +0200
commit0888f9318bb916220a2395e43f3c6fa16b18771b (patch)
tree84d3ae660b7454d8ed25f83d2c0db2dd3b2bb0c8
parentc7fff0f89407157d6fac6e0876af617a16e4d528 (diff)
downloadabslibre-0888f9318bb916220a2395e43f3c6fa16b18771b.tar.gz
abslibre-0888f9318bb916220a2395e43f3c6fa16b18771b.tar.bz2
abslibre-0888f9318bb916220a2395e43f3c6fa16b18771b.zip
libre: openexr: update to 2.5.5 by syncing with arch
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--libre/openexr/PKGBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/libre/openexr/PKGBUILD b/libre/openexr/PKGBUILD
index befdbbb4f..021f6b2d3 100644
--- a/libre/openexr/PKGBUILD
+++ b/libre/openexr/PKGBUILD
@@ -3,14 +3,12 @@
# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: grizzlyuser <grizzlyuser@protonmail.com>
-
# parabola changes and rationale
# * removed documentation with embedded non-free fonts
-
pkgname=openexr
-pkgver=2.5.3
-pkgrel=4
+pkgver=2.5.5
+pkgrel=1
pkgrel+=.parabola1
pkgdesc="An high dynamic-range image file format library"
pkgdesc+=", without embedded nonfree fonts in the documentation"
@@ -19,16 +17,15 @@ arch=('x86_64')
arch+=('i686' 'armv7h')
license=('BSD3')
depends=('zlib')
-makedepends=('cmake' 'fltk' 'python' 'boost' 'freeglut' 'python-numpy' 'chrpath')
-optdepends=('fltk: for exrdisplay' 'boost-libs: python support' 'python: python support')
+makedepends=('cmake' 'python' 'boost' 'freeglut' 'python-numpy' 'chrpath')
+optdepends=('boost-libs: python support' 'python: python support')
optdepends+=('libreoffice-still: for reading documentation')
conflicts=('ilmbase')
replaces=('ilmbase')
-options=(!debug)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/openexr/openexr/archive/v$pkgver.tar.gz"
- install-odt-docs-not-pdf.patch)
-sha256sums=('6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf'
- 'fd0cc640265605b6a25db3dd901641be3adebfa2b748e6b559cffcba1e5ceb94')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/openexr/openexr/archive/v$pkgver.tar.gz")
+source+=(install-odt-docs-not-pdf.patch)
+sha256sums=('59e98361cb31456a9634378d0f653a2b9554b8900f233450f2396ff495ea76b3')
+sha256sums+=('fd0cc640265605b6a25db3dd901641be3adebfa2b748e6b559cffcba1e5ceb94')
prepare() {
cd $pkgname-$pkgver