Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (e68bb2def293319ff060d4a60191c761d146e7a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž 'ruskie' Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (e68bb2def293319ff060d4a60191c761d146e7a4)
  • Date: Thu, 26 Jun 2008 03:31:12 -0500

GIT changes to master grimoire by Andraž 'ruskie' Levstik
<ruskie AT codemages.net>:

ChangeLog | 3 +++
graphics-libs/ftgl/DETAILS | 12 ++++++------
graphics-libs/ftgl/HISTORY | 6 ++++++
graphics-libs/libglpng/BUILD | 1 +
graphics-libs/libglpng/DETAILS | 13 +++++++++++++
graphics-libs/libglpng/HISTORY | 4 ++++
graphics-libs/libglpng/Makefile | 35 +++++++++++++++++++++++++++++++++++
graphics-libs/libglpng/PRE_BUILD | 4 ++++
8 files changed, 72 insertions(+), 6 deletions(-)

New commits:
commit 9bebbf1903e3e17a4b51c9052d7f67692f5c2395
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

ftgl: updated to 2.1.3-rc5

commit fa19b2f3bcc2e8c74c274faf89ec047c74d21f72
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

graphics-libs/libglpng: new spell, a png to gl texture library

diff --git a/ChangeLog b/ChangeLog
index cd4fc2c..e255b9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-06-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * graphics-libs/libglpng: new spell, a png to gl texture library
+
2008-06-25 Ladislav Hagara <hgr AT vabo.cz>
* utils/usbmon: new spell, USB traffic monitor

diff --git a/graphics-libs/ftgl/BUILD b/graphics-libs/ftgl/BUILD
old mode 100755
new mode 100644
diff --git a/graphics-libs/ftgl/DETAILS b/graphics-libs/ftgl/DETAILS
index d14a67d..b9b802e 100755
--- a/graphics-libs/ftgl/DETAILS
+++ b/graphics-libs/ftgl/DETAILS
@@ -1,10 +1,10 @@
SPELL=ftgl
- VERSION=2.1.2
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/FTGL
- SOURCE_URL[0]=http://opengl.geek.nz/ftgl/$SOURCE
- WEB_SITE=http://homepages.paradise.net.nz/henryj/code/
-
SOURCE_HASH=sha512:9cf1bf4a265e29d3dc6207a96b807e4aa45f8aa2529191f7bc99e7ff4e7c387436189a585db464224705d3a203b95174074d798f2c0ce13364e524e867aa7674
+ VERSION=2.1.3-rc5
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/-rc5/~rc5}
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://ftgl.wiki.sourceforge.net/
+
SOURCE_HASH=sha512:9841bdbe7e299dd0ae3bcbef08dc3a8787a863389bf242aa023b1c2442f3ffc8a2c6768a35d093d27e3ad7197c8228a9b15e795a36824424f05bef66b68c89a4
LICENSE[0]=GPL
ENTERED=20040709
KEYWORDS="opengl fonts graphics libs"
diff --git a/graphics-libs/ftgl/HISTORY b/graphics-libs/ftgl/HISTORY
index 9f26ec8..11e3cd2 100644
--- a/graphics-libs/ftgl/HISTORY
+++ b/graphics-libs/ftgl/HISTORY
@@ -1,3 +1,9 @@
+2008-06-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: Fixed SOURCE_URL[0]
+ fixed WEB_SITE
+ updated spell to 2.1.3-rc5
+ * BUILD: updated build process
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/graphics-libs/libglpng/BUILD b/graphics-libs/libglpng/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/graphics-libs/libglpng/BUILD
@@ -0,0 +1 @@
+make
diff --git a/graphics-libs/libglpng/DETAILS b/graphics-libs/libglpng/DETAILS
new file mode 100755
index 0000000..784f1ef
--- /dev/null
+++ b/graphics-libs/libglpng/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=libglpng
+ VERSION=1.45.orig
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/libg/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:41ca8e9430e097b59e57175999c53f451f60beda1e53a4341f497f77c01ab5e07dcf74dc0639d59051826f509cc1a72a3b6031512fb7d1203063d74e0997145a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
WEB_SITE="http://web.archive.org/web/20051104082809/http://www.wyatt100.freeserve.co.uk/";
+ LICENSE[0]=BSD
+ ENTERED=20080626
+ SHORT="A library to load png as GL Textures"
+cat << EOF
+a library to load png as GL textures
+EOF
diff --git a/graphics-libs/libglpng/HISTORY b/graphics-libs/libglpng/HISTORY
new file mode 100644
index 0000000..31a8bb7
--- /dev/null
+++ b/graphics-libs/libglpng/HISTORY
@@ -0,0 +1,4 @@
+2008-06-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * BUILD, PRE_BUILD, DETAILS: spell created
+ * Makefile: added from debian
+
diff --git a/graphics-libs/libglpng/Makefile b/graphics-libs/libglpng/Makefile
new file mode 100644
index 0000000..8808b09
--- /dev/null
+++ b/graphics-libs/libglpng/Makefile
@@ -0,0 +1,35 @@
+CFLAGS+=-fPIC -I$(shell pwd)/include
+LDFLAGS=-lpng -lGL
+SHAREDLIBFLAGS=-shared
+DESTDIR=$(INSTALL_ROOT)/usr/
+DOCDIR=$(DESTDIR)/share/doc/libglpng
+
+all: libglpng.a libglpng.so.1.45
+
+libglpng.a: glpng.o
+ ar rv $@ $<
+
+libglpng.so.1.45: glpng.o
+ gcc $(CFLAGS) $(SHAREDLIBFLAGS) -Wl,-soname=libglpng.so.1
-Wl,--whole-archive $< -Wl,--no-whole-archive $(LDFLAGS) -o $@
+
+glpng.o: src/glpng.c
+ gcc $(CFLAGS) -c $<
+
+clean:
+ rm glpng.o libglpng.*
+
+install: libglpng.a libglpng.so.1.45
+ for i in include include/GL lib; do \
+ install -m 755 -d $(DESTDIR)/$$i; \
+ done
+ for i in $(DOCDIR) $(DOCDIR)/examples; do \
+ install -m 755 -d $$i; \
+ done
+ install -m 644 glpng.htm $(DOCDIR)/glpng.html
+ install -m 644 Example/Stunt.png Example/Test.c $(DOCDIR)/examples
+ install -m 644 include/GL/glpng.h $(DESTDIR)/include/GL
+ install -m 644 libglpng.* $(DESTDIR)/lib
+ ln -s libglpng.so.1.45 $(DESTDIR)/lib/libglpng.so.1
+ ln -s libglpng.so.1.45 $(DESTDIR)/lib/libglpng.so
+
+.PHONY: clean install
diff --git a/graphics-libs/libglpng/PRE_BUILD
b/graphics-libs/libglpng/PRE_BUILD
new file mode 100755
index 0000000..3cf88d6
--- /dev/null
+++ b/graphics-libs/libglpng/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+cp $SPELL_DIRECTORY/Makefile $SOURCE_DIRECTORY/ &&
+sed -i "s:png/png.h:png.h:" src/glpng.c



  • [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (e68bb2def293319ff060d4a60191c761d146e7a4), Andraž 'ruskie' Levstik, 06/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page