Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (047c4e637acc202441b9a9dba34edc8919de8772)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (047c4e637acc202441b9a9dba34edc8919de8772)
  • Date: Mon, 9 Jul 2007 04:16:45 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
graphics-libs/freeimage/BUILD | 4 ++++
graphics-libs/freeimage/DEPENDS | 9 +++++++++
graphics-libs/freeimage/DETAILS | 23 +++++++++++++++++++++++
graphics-libs/freeimage/HISTORY | 4 ++++
graphics-libs/freeimage/INSTALL | 4 ++++
6 files changed, 47 insertions(+)

New commits:
commit 047c4e637acc202441b9a9dba34edc8919de8772
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

freeimage-393

diff --git a/ChangeLog b/ChangeLog
index e97187a..56867a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-07-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * graphics-libs/freeimage: new spell, graphics viewer
+
2007-07-08 Treeve Jelbert <treeve AT sourcemage.org>
* python-devel/python-musicbrainz2: new spell
pyhon interface to new libmusicbrainz3 API
diff --git a/graphics-libs/freeimage/BUILD b/graphics-libs/freeimage/BUILD
new file mode 100755
index 0000000..e921e35
--- /dev/null
+++ b/graphics-libs/freeimage/BUILD
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+make &&
+make -f Makefile.fip
+
diff --git a/graphics-libs/freeimage/DEPENDS b/graphics-libs/freeimage/DEPENDS
new file mode 100755
index 0000000..aef7e8d
--- /dev/null
+++ b/graphics-libs/freeimage/DEPENDS
@@ -0,0 +1,9 @@
+depends g++ &&
+#depends autoconf &&
+#depends automake
+#depends xyz
+#optional_depends "something" "yes-flags" "no-flags" "what for"
+depends tiff &&
+depends jpeg &&
+depends libpng &&
+depends libmng
diff --git a/graphics-libs/freeimage/DETAILS b/graphics-libs/freeimage/DETAILS
new file mode 100755
index 0000000..5c4edb6
--- /dev/null
+++ b/graphics-libs/freeimage/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=freeimage
+ SPELLX=FreeImage
+ VERSION=393
+
SOURCE_HASH=sha512:221eb3b72b5291434ec9525a87a7d78f7775039ce0f6b8d753b93d745456db41680b63d568c47b7c0f73dbd0473b4e71eb94142181c549454f1c8ce30cfce136
+ SOURCE=$SPELLX$VERSION.zip
+# SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
+
+WEB_SITE=http://$SPELL.SourceForge.net
+ LICENSE[0]=GPL
+ ENTERED=20070709
+ KEYWORDS="graphics viewer"
+ SHORT="graphics image viewer"
+cat << EOF
+FreeImage is an Open Source library project for developers who would
+like to support popular graphics image formats like PNG, BMP, JPEG,
+TIFF and others as needed by today's multimedia applications.
+FreeImage is easy to use, fast, multithreading safe,
+EOF
diff --git a/graphics-libs/freeimage/HISTORY b/graphics-libs/freeimage/HISTORY
new file mode 100644
index 0000000..d6e9688
--- /dev/null
+++ b/graphics-libs/freeimage/HISTORY
@@ -0,0 +1,4 @@
+2007-07-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 393
+ spell created
+
diff --git a/graphics-libs/freeimage/INSTALL b/graphics-libs/freeimage/INSTALL
new file mode 100755
index 0000000..c61d777
--- /dev/null
+++ b/graphics-libs/freeimage/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+make install &&
+make -f Makefile.fip install
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (047c4e637acc202441b9a9dba34edc8919de8772), Treeve Jelbert, 07/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page