summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandy Westcott <brandy@gentoo.org>2003-10-15 12:28:22 +0000
committerBrandy Westcott <brandy@gentoo.org>2003-10-15 12:28:22 +0000
commitbd37d4706b68c40726754a94b7a4cccd6c81362a (patch)
treed3f585b31a7673a0af5effa2217828c4c870774c /media-libs/openexr/files
parentInitial import of OpenEXR, an image file format. (diff)
downloadhistorical-bd37d4706b68c40726754a94b7a4cccd6c81362a.tar.gz
historical-bd37d4706b68c40726754a94b7a4cccd6c81362a.tar.bz2
historical-bd37d4706b68c40726754a94b7a4cccd6c81362a.zip
Initial import of OpenEXR, an image file format.
Diffstat (limited to 'media-libs/openexr/files')
-rw-r--r--media-libs/openexr/files/digest-openexr-1.0.61
-rw-r--r--media-libs/openexr/files/openexr-1.0.6-gentoo.patch24
2 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/openexr/files/digest-openexr-1.0.6 b/media-libs/openexr/files/digest-openexr-1.0.6
new file mode 100644
index 000000000000..79558e8ade24
--- /dev/null
+++ b/media-libs/openexr/files/digest-openexr-1.0.6
@@ -0,0 +1 @@
+MD5 0d9116974479c50fb8522f42cc130741 OpenEXR-1.0.6.tar.gz 8671990
diff --git a/media-libs/openexr/files/openexr-1.0.6-gentoo.patch b/media-libs/openexr/files/openexr-1.0.6-gentoo.patch
new file mode 100644
index 000000000000..5a954c9d790c
--- /dev/null
+++ b/media-libs/openexr/files/openexr-1.0.6-gentoo.patch
@@ -0,0 +1,24 @@
+diff -ur OpenEXR-1.0.6/IlmImfExamples/Makefile.in OpenEXR-1.0.6-gentoo/IlmImfExamples/Makefile.in
+--- OpenEXR-1.0.6/IlmImfExamples/Makefile.in 2003-10-07 13:58:31.000000000 +1300
++++ OpenEXR-1.0.6-gentoo/IlmImfExamples/Makefile.in 2003-10-15 23:21:20.000000000 +1300
+@@ -167,7 +167,7 @@
+ rgbaInterfaceExamples.h generalInterfaceExamples.h
+
+
+-examplesdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@/examples
++examplesdir = $(datadir)/doc/$(P)/examples
+ examples_DATA = $(imfexamples_SOURCES)
+
+ imfexamplesdir = $(examplesdir)
+diff -ur OpenEXR-1.0.6/acinclude.m4 OpenEXR-1.0.6-gentoo/acinclude.m4
+--- OpenEXR-1.0.6/acinclude.m4 2003-10-07 12:44:20.000000000 +1300
++++ OpenEXR-1.0.6-gentoo/acinclude.m4 2003-10-15 23:21:39.000000000 +1300
+@@ -12,7 +12,7 @@
+ if test x$nvsdk_prefix != x ; then
+ NVSDK_CXXFLAGS="-DUNIX -I$nvsdk_prefix/inc"
+ else
+- NVSDK_CXXFLAGS=""
++ NVSDK_CXXFLAGS="-DUNIX"
+ fi
+
+ AC_MSG_CHECKING(for Nvidia SDK)