New Package: openexr - high dynamic-range (HDR) image file format

Is building fine. Hope it works as i can't test because the
viewer use the FLTK toolkit with OpenGl and our is not GL
enabled

regards and thanks a lot for ilmbase

Carlo
This commit is contained in:
onekk 2014-05-04 19:15:04 +02:00
parent 366c1fe921
commit 58b85f8b20
1 changed files with 20 additions and 0 deletions

20
srcpkgs/openexr/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'openexr'
pkgname=openexr
version=2.1.0
revision=1
build_style=gnu-configure
CFLAGS="-fPIC"
CXXFLAGS="-fPIC -lrt"
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://www.openexr.com/"
license="BSD"
short_desc="OpenEXR is a high dynamic-range (HDR) image file format"
hostmakedepends="pkg-config "
makedepends="ilmbase-devel zlib-devel"
distfiles="http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="54486b454073c1dcb5ae9892cf0f730ffefe62f38176325281505093fd218a14"
post_install(){
# license
vinstall ${wrksrc}/LICENSE 644 usr/share/licenses/${pkgname}
}