Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (21983cba73bd3fd1aaff8026a9c0562742962764)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (21983cba73bd3fd1aaff8026a9c0562742962764)
  • Date: Sun, 17 Sep 2006 07:18:12 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

dev/null |binary
graphics/openexr/BUILD | 2 --
graphics/openexr/DEPENDS | 2 +-
graphics/openexr/DETAILS | 18 ++++++++++++------
graphics/openexr/HISTORY | 9 +++++++++
graphics/openexr/OpenEXR-1.2.2.tar.gz.sig | 0
graphics/openexr/OpenEXR.pc.in | 11 -----------
7 files changed, 22 insertions(+), 20 deletions(-)

New commits:
commit e12d8ddd427337089f2243081a654d80c28aa067
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

openexr: Fixed bug #12940, made depends fltk optional, removed obsolete
sig file.

diff --git a/graphics/openexr/BUILD b/graphics/openexr/BUILD
deleted file mode 100755
index 8127529..0000000
--- a/graphics/openexr/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-cp $SCRIPT_DIRECTORY/OpenEXR.pc.in . &&
-default_build
diff --git a/graphics/openexr/DEPENDS b/graphics/openexr/DEPENDS
index fd0010f..31efd9b 100755
--- a/graphics/openexr/DEPENDS
+++ b/graphics/openexr/DEPENDS
@@ -1 +1 @@
-depends fltk
+optional_depends fltk "" "" "to build 'exrdisplay' image viewer"
diff --git a/graphics/openexr/DETAILS b/graphics/openexr/DETAILS
index 86fcbde..86f8de1 100755
--- a/graphics/openexr/DETAILS
+++ b/graphics/openexr/DETAILS
@@ -1,22 +1,28 @@
SPELL=openexr
VERSION=1.4.0a
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.sig
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%a}
SOURCE_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE
- SOURCE2_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE2
+ 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
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.openexr.com/
ENTERED=20030123
+ PATCHLEVEL=1
LICENSE[0]=http://www.ilm.com/opensource/ilm-bsd-lic.html
KEYWORDS="graphics"
SHORT="High dynamic-range (HDR) image file format"
cat << EOF
-OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.
+OpenEXR is a high dynamic-range (HDR) image file format developed by
+Industrial Light & Magic for use in computer imaging applications.

-OpenEXR has already been used by ILM on 4 major motion pictures -- Harry
Potter and the Sorcerer's Stone, Men in Black II, Gangs of New York, and
Signs -- and is also being used on several other movies currently in
production.
+OpenEXR has already been used by ILM on 4 major motion pictures -- Harry
+Potter and the Sorcerer's Stone, Men in Black II, Gangs of New York, and
+Signs -- and is also being used on several other movies currently in
+production.

-some sample images at:
http://savannah.nongnu.org/download/openexr/OpenEXR-images.pkg/1.0/OpenEXR-images.tar.gz
(15mb)
+some sample images at:
+http://savannah.nongnu.org/download/openexr/OpenEXR-images.pkg/1.0/OpenEXR-images.tar.gz
(15mb)
EOF
diff --git a/graphics/openexr/HISTORY b/graphics/openexr/HISTORY
index 3ddf932..dedd7c0 100644
--- a/graphics/openexr/HISTORY
+++ b/graphics/openexr/HISTORY
@@ -1,3 +1,12 @@
+2006-09-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * OpenEXR.pc.in: Deleted in favor of source package's own
+ .pc.in file, fixes bug #12940.
+ * BUILD: Deleted, existed only for the .pc.in.
+ * DETAILS: Added PATCHLEVEL=1, realigned lines & description.
+ * DEPENDS: Made depends fltk optional.
+ * OpenEXR-1.2.2.tar.gz.sig: Deleted, old and obsolete with
+ upstream signatures.
+
2006-08-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: 1.4.0a, use upstream gpg sig for verification
* PRE_BUILD, OpenEXR-1.2.2-gcc4-1.patch: removed
diff --git a/graphics/openexr/OpenEXR-1.2.2.tar.gz.sig
b/graphics/openexr/OpenEXR-1.2.2.tar.gz.sig
deleted file mode 100644
index 29f5832..0000000
Binary files a/graphics/openexr/OpenEXR-1.2.2.tar.gz.sig and /dev/null differ
diff --git a/graphics/openexr/OpenEXR.pc.in b/graphics/openexr/OpenEXR.pc.in
deleted file mode 100644
index bf7d14a..0000000
--- a/graphics/openexr/OpenEXR.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-OpenEXR_includedir=@includedir@/@PACKAGE@
-
-Name: OpenEXR
-Description: OpenEXR image library
-Version: @OPENEXR_VERSION@
-Libs: -L${libdir} -lIlmImf -lImath -lHalf -lIex -lz
-Cflags: -I${OpenEXR_includedir}



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (21983cba73bd3fd1aaff8026a9c0562742962764), Juuso Alasuutari, 09/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page