Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (327da003821287e0fe8b459482349594aa246edd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (327da003821287e0fe8b459482349594aa246edd)
  • Date: Mon, 26 Nov 2007 09:14:27 -0600

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

edutainment/tuxpaint/BUILD | 8 ++-
edutainment/tuxpaint/DEPENDS | 9 ++--
edutainment/tuxpaint/DETAILS | 27
+++++++------
edutainment/tuxpaint/HISTORY | 17 ++++++++
edutainment/tuxpaint/INSTALL | 10 ++--
edutainment/tuxpaint/tuxpaint-0.9.18.tar.gz.sig |binary
edutainment/tuxpaint/tuxpaint-stamps-2007.11.21.tar.gz.sig |binary
7 files changed, 49 insertions(+), 22 deletions(-)

New commits:
commit 327da003821287e0fe8b459482349594aa246edd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tuxpaint: Updated to 0.9.18

diff --git a/edutainment/tuxpaint/BUILD b/edutainment/tuxpaint/BUILD
index f36134c..452f9e4 100755
--- a/edutainment/tuxpaint/BUILD
+++ b/edutainment/tuxpaint/BUILD
@@ -1,3 +1,7 @@
-sedit "s/\/usr\/local/\/usr/g" Makefile &&
-sedit "s/CFLAGS=-O2/CFLAGS=$CFLAGS/g" Makefile &&
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+ sedit "s:CFLAGS=-g:& $CFLAGS:" magic/Makefile
+fi &&
+
+sedit "s/\/usr\/local/\/usr/g" Makefile &&
+sedit "s/OPTFLAGS=-O2/CFLAGS=$CFLAGS/g" Makefile &&
make
diff --git a/edutainment/tuxpaint/DEPENDS b/edutainment/tuxpaint/DEPENDS
index e9f2b06..a9a3ee0 100755
--- a/edutainment/tuxpaint/DEPENDS
+++ b/edutainment/tuxpaint/DEPENDS
@@ -1,9 +1,12 @@
+depends cairo &&
+depends freetype2 &&
+depends gettext &&
+depends libpaper &&
+depends libpng &&
depends sdl_image &&
depends sdl_mixer &&
+depends sdl_pango &&
depends sdl_ttf &&
-depends libpng &&
-depends gettext &&
-depends freetype2 &&

optional_depends netpbm \
"" \
diff --git a/edutainment/tuxpaint/DETAILS b/edutainment/tuxpaint/DETAILS
index 20d6e68..c72398b 100755
--- a/edutainment/tuxpaint/DETAILS
+++ b/edutainment/tuxpaint/DETAILS
@@ -1,22 +1,25 @@
SPELL=tuxpaint
- VERSION=0.9.15b
+ VERSION=0.9.18
+ STAMPS_VER=2007.11.21
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SPELL-stamps-2005.11.25.tar.gz
+ SOURCE2=$SPELL-stamps-$STAMPS_VER.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2
-
SOURCE_HASH=sha512:f07dd41abfed024fc4232575ab2c8a393b5c2d60a79089f70a02e6e125051c8ddba4239ec58e6c16ac09186f1f8b1f5d32aba3045e795e2cccc830db560d4a60
-
SOURCE2_HASH=sha512:afdd9b147a1e310405cad4e11d37882570bf4edc50e82a587282a2e8be53a05bdb55f6fd6c54a86b3bd9c5f99d10d704c3b5865d3de23c1a1583455641172b76
- WEB_SITE=http://www.newbreedsoftware.com/tuxpaint/
- ENTERED=20030618
- UPDATED=20031227
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ SOURCE2_GPG="gurus.gpg:$SOURCE2.sig"
+#
SOURCE_HASH=sha512:f07dd41abfed024fc4232575ab2c8a393b5c2d60a79089f70a02e6e125051c8ddba4239ec58e6c16ac09186f1f8b1f5d32aba3045e795e2cccc830db560d4a60
+#
SOURCE2_HASH=sha512:afdd9b147a1e310405cad4e11d37882570bf4edc50e82a587282a2e8be53a05bdb55f6fd6c54a86b3bd9c5f99d10d704c3b5865d3de23c1a1583455641172b76
LICENSE[0]=GPL
+ WEB_SITE=http://www.tuxpaint.org/
+ ENTERED=20030618
SHORT="Drawing program for young children"
cat << EOF
-Tux Paint" is a drawing program for young children. It has a simple
interface and fixed canvas size,
-and provides access to previous images using a thumbnail browser (e.g., no
access to the underlying
-filesystem).
+Tux Paint" is a drawing program for young children. It has a simple interface
+and fixed canvas size, and provides access to previous images using a
thumbnail
+browser (e.g., no access to the underlying filesystem).

- Unlike popular drawing programs like "The GIMP," it has a very limited
toolset. However, it provides
-a much simpler interface, and has entertaining, child-oriented additions
such as sound effects.
+Unlike popular drawing programs like "The GIMP," it has a very limited
toolset.
+However, it provides a much simpler interface, and has entertaining,
+child-oriented additions such as sound effects.
EOF
diff --git a/edutainment/tuxpaint/HISTORY b/edutainment/tuxpaint/HISTORY
index 289903e..afa2833 100644
--- a/edutainment/tuxpaint/HISTORY
+++ b/edutainment/tuxpaint/HISTORY
@@ -1,3 +1,20 @@
+2007-11-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.9.18 (stamps to 2007.11.21)
+ Formatted long description to <80 columns
+ Removed UPDATED
+ WEB_SITE changed to http://www.tuxpaint.org
+ Define STAMPS_VER
+ * DEPENDS: Adding sdl_pango and cairo as dependencies
+ Added dependency on libpaper (supposedly optional, but not found)
+ sdl_mixer, sdl_pango, cairo, and librsvg2 are technically optionl,
+ but default to being used and I don't feel like making all the
queries
+ to have them properly optional, sorry
+ netpbm is no longer used, by default, but still optional
+ * BUILD: Uses OPTFLAGS for non-lib (e.g. SDL) flags
+ Fix magic lib on x86_64 (missing -fPIC in CLFAGS)
+ * INSTALL: Use STAMPS_VER
+ stamps now uses 'install-all' instead of 'install' to make
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/edutainment/tuxpaint/INSTALL b/edutainment/tuxpaint/INSTALL
index cf87e49..f71d1b7 100755
--- a/edutainment/tuxpaint/INSTALL
+++ b/edutainment/tuxpaint/INSTALL
@@ -1,5 +1,5 @@
-mkdir -p ${INSTALL_ROOT}/usr/share/icons/hicolor/{16x16,48x48}/apps/ &&
-make install &&
-cd tuxpaint-stamps-2005.11.25 &&
-sedit "s/\/usr\/local/\/usr/g" Makefile &&
-make install
+mkdir -p ${INSTALL_ROOT}/usr/share/icons/hicolor/{16x16,48x48}/apps/ &&
+make install &&
+cd tuxpaint-stamps-$STAMPS_VER &&
+sedit "s/\/usr\/local/\/usr/g" Makefile &&
+make install-all
diff --git a/edutainment/tuxpaint/tuxpaint-0.9.18.tar.gz.sig
b/edutainment/tuxpaint/tuxpaint-0.9.18.tar.gz.sig
new file mode 100644
index 0000000..c54205c
Binary files /dev/null and b/edutainment/tuxpaint/tuxpaint-0.9.18.tar.gz.sig
differ
diff --git a/edutainment/tuxpaint/tuxpaint-stamps-2007.11.21.tar.gz.sig
b/edutainment/tuxpaint/tuxpaint-stamps-2007.11.21.tar.gz.sig
new file mode 100644
index 0000000..2428d93
Binary files /dev/null and
b/edutainment/tuxpaint/tuxpaint-stamps-2007.11.21.tar.gz.sig differ



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (327da003821287e0fe8b459482349594aa246edd), Eric Sandall, 11/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page