summaryrefslogtreecommitdiff
path: root/openexr
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-08-04 19:57:23 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-08-04 19:57:23 +1000
commit572102541ad0c1c4d64dae72b7e849a8008107be (patch)
tree33dac055c81b24734484150874e3cb1d3557c3bd /openexr
parent460101cf7d1bb328e672b405f035edbeccdb19e2 (diff)
downloadcontrib-572102541ad0c1c4d64dae72b7e849a8008107be.tar.gz
contrib-572102541ad0c1c4d64dae72b7e849a8008107be.tar.xz
openexr: 1.5.0 -> 1.6.0
Diffstat (limited to 'openexr')
-rw-r--r--openexr/.footprint6
-rw-r--r--openexr/.md5sum2
-rw-r--r--openexr/Pkgfile7
3 files changed, 9 insertions, 6 deletions
diff --git a/openexr/.footprint b/openexr/.footprint
index 383b5e2ba..663e7228d 100644
--- a/openexr/.footprint
+++ b/openexr/.footprint
@@ -66,9 +66,9 @@ drwxr-xr-x root/root usr/include/OpenEXR/
-rw-r--r-- root/root usr/include/OpenEXR/OpenEXRConfig.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libIlmImf.la
-lrwxrwxrwx root/root usr/lib/libIlmImf.so -> libIlmImf.so.4.0.0
-lrwxrwxrwx root/root usr/lib/libIlmImf.so.4 -> libIlmImf.so.4.0.0
--rwxr-xr-x root/root usr/lib/libIlmImf.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libIlmImf.so -> libIlmImf.so.6.0.0
+lrwxrwxrwx root/root usr/lib/libIlmImf.so.6 -> libIlmImf.so.6.0.0
+-rwxr-xr-x root/root usr/lib/libIlmImf.so.6.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/OpenEXR.pc
drwxr-xr-x root/root usr/share/
diff --git a/openexr/.md5sum b/openexr/.md5sum
index 914987c33..4a416bd85 100644
--- a/openexr/.md5sum
+++ b/openexr/.md5sum
@@ -1 +1 @@
-55342d2256ab3ae99da16f16b2e12ce9 openexr-1.5.0.tar.gz
+2a5cd9002f8ec6055bf5ba13b6d57668 openexr-1.6.0.tar.gz
diff --git a/openexr/Pkgfile b/openexr/Pkgfile
index 2b27b3816..966bef1b1 100644
--- a/openexr/Pkgfile
+++ b/openexr/Pkgfile
@@ -5,15 +5,18 @@
# Depends on: ilmbase
name=openexr
-version=1.5.0
+version=1.6.0
release=1
source=(http://download.savannah.nongnu.org/releases/openexr/openexr-$version.tar.gz)
build() {
cd openexr-$version
+
./configure \
--prefix=/usr \
- --disable-static
+ --disable-static \
+ --disable-dependency-tracking
+
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc

Generated by cgit