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:
parent
366c1fe921
commit
58b85f8b20
|
@ -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}
|
||||
}
|
Loading…
Reference in New Issue