diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-02-19 13:34:01 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-02-19 13:34:01 -0500 |
commit | 758ce83727a12cde36484a37d786c33bee1552c0 (patch) | |
tree | 592e134534383aa59dda6e887765d0f110db1faf /libre/openexr | |
parent | ce03a8c95dab5fa085e527dbd0ea16e68131efd2 (diff) | |
download | abslibre-758ce83727a12cde36484a37d786c33bee1552c0.tar.gz abslibre-758ce83727a12cde36484a37d786c33bee1552c0.tar.bz2 abslibre-758ce83727a12cde36484a37d786c33bee1552c0.zip |
openexr-2.4.0-7.parabola1: rebuild
Diffstat (limited to 'libre/openexr')
-rw-r--r-- | libre/openexr/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/openexr/PKGBUILD b/libre/openexr/PKGBUILD index 3f01fc834..6f3434377 100644 --- a/libre/openexr/PKGBUILD +++ b/libre/openexr/PKGBUILD @@ -4,8 +4,8 @@ pkgname=openexr pkgver=2.4.0 -pkgrel=5 -pkgrel+=.par2 +pkgrel=7 +pkgrel+=.parabola1 pkgdesc="An high dynamic-range image file format library" pkgdesc+=", without embedded nonfree fonts in the documentation" url="https://www.openexr.com/" @@ -15,6 +15,7 @@ license=('BSD3') depends=('zlib') makedepends=('cmake' 'fltk' 'python' 'boost' 'freeglut' 'python-numpy' 'chrpath') makedepends+=('unoconv' 'libepoxy') +optdepends=('fltk: for exrdisplay' 'boost-libs: python support' 'python: python support') conflicts=('ilmbase') replaces=('ilmbase') source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.gz") |