summaryrefslogtreecommitdiffstats
path: root/graphics/openexr
diff options
context:
space:
mode:
authorJaka Kranjc2006-08-30 22:03:15 +0200
committerJaka Kranjc2006-08-30 22:05:37 +0200
commit0c3e110906fa7871deea4b679f0145930bc1c347 (patch)
tree6e198a6fc385ad4878636df03515215dd5754f9d /graphics/openexr
parent8fbce02e4ba00852ddeef881fec8eac6f2537524 (diff)
openexr: 1.4.0a, use upstream gpg sig for verification
Diffstat (limited to 'graphics/openexr')
-rwxr-xr-xgraphics/openexr/DETAILS13
-rw-r--r--graphics/openexr/HISTORY5
-rw-r--r--graphics/openexr/OpenEXR-1.2.2-gcc4-1.patch20
-rwxr-xr-xgraphics/openexr/PRE_BUILD3
-rw-r--r--graphics/openexr/openexr.gpgbin0 -> 17751 bytes
5 files changed, 13 insertions, 28 deletions
diff --git a/graphics/openexr/DETAILS b/graphics/openexr/DETAILS
index 160d2b48c1..86fcbdee35 100755
--- a/graphics/openexr/DETAILS
+++ b/graphics/openexr/DETAILS
@@ -1,10 +1,13 @@
SPELL=openexr
- VERSION=1.2.2
- SOURCE=OpenEXR-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/OpenEXR-${VERSION%a}
+ VERSION=1.4.0a
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%a}
SOURCE_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE
- #SOURCE_URL[0]=http://www.openexr.com/downloads/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE2_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE2
+ SOURCE_URL[1]=http://www.openexr.com/downloads/$SOURCE
+ SOURCE_GPG="openexr.gpg:${SOURCE}.sig:UPSTREAM_KEY"
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.openexr.com/
ENTERED=20030123
LICENSE[0]=http://www.ilm.com/opensource/ilm-bsd-lic.html
diff --git a/graphics/openexr/HISTORY b/graphics/openexr/HISTORY
index b5826d4283..3ddf932343 100644
--- a/graphics/openexr/HISTORY
+++ b/graphics/openexr/HISTORY
@@ -1,3 +1,8 @@
+2006-08-30 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: 1.4.0a, use upstream gpg sig for verification
+ * PRE_BUILD, OpenEXR-1.2.2-gcc4-1.patch: removed
+ * openexr.gpg: added
+
2006-07-08 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* OpenEXR-1.2.2-gcc4-1.patch, PRE_BUILD: added
* DETAILS: remove GCC_VERSION (it actually worked)
diff --git a/graphics/openexr/OpenEXR-1.2.2-gcc4-1.patch b/graphics/openexr/OpenEXR-1.2.2-gcc4-1.patch
deleted file mode 100644
index 34ddad95c4..0000000000
--- a/graphics/openexr/OpenEXR-1.2.2-gcc4-1.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Submitted By: Randy McMurchy <randy_at_linuxfromscratch_dot_org>
-Date: 2005-08-23
-Initial Package Version: 1.2.2
-Upstream Status: Unknown (discussed on the OpenEXR mailing lists though)
-Origin: Jeff Clifford (on the OpenEXR mailing list)
- http://lists.gnu.org/archive/html/openexr-devel/2005-07/msg00024.html
-Description: Fixes GCC-4 related build problem
-
-
-diff -Naur OpenEXR-1.2.2-orig/exrmaketiled/Image.h OpenEXR-1.2.2/exrmaketiled/Image.h
---- OpenEXR-1.2.2-orig/exrmaketiled/Image.h 2004-06-04 04:11:23.000000000 +0000
-+++ OpenEXR-1.2.2/exrmaketiled/Image.h 2005-08-23 05:13:56.000000000 +0000
-@@ -49,6 +49,7 @@
- #include <string>
- #include <map>
-
-+class Image;
-
- class ImageChannel
- {
diff --git a/graphics/openexr/PRE_BUILD b/graphics/openexr/PRE_BUILD
deleted file mode 100755
index 18881a1f9b..0000000000
--- a/graphics/openexr/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/OpenEXR-1.2.2-gcc4-1.patch
diff --git a/graphics/openexr/openexr.gpg b/graphics/openexr/openexr.gpg
new file mode 100644
index 0000000000..fa74678fd7
--- /dev/null
+++ b/graphics/openexr/openexr.gpg
Binary files differ