New commits:
commit 36585776834f8233054655e8689e0e087cad3740
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
libpng: => 1.2.31
diff --git a/graphics-libs/libpng/DEPENDS b/graphics-libs/libpng/DEPENDS
index 66fcd5d..c83dcf6 100755
--- a/graphics-libs/libpng/DEPENDS
+++ b/graphics-libs/libpng/DEPENDS
@@ -1,2 +1,2 @@
-depends pkgconfig &&
+depends pkgconfig &&
depends zlib
diff --git a/graphics-libs/libpng/DETAILS b/graphics-libs/libpng/DETAILS
index 9517447..0838293 100755
--- a/graphics-libs/libpng/DETAILS
+++ b/graphics-libs/libpng/DETAILS
@@ -1,10 +1,9 @@
SPELL=libpng
- VERSION=1.2.29
-
SOURCE_HASH=sha512:f780024cf3157c9a2731ee421d0c9436d27cf87593891a8cd5e3d85cbf1eabd0221a44131095733e2cf8e211f0913e8892677c2517e93a2ac393b8f2def1526f
+ VERSION=1.2.31
+
SOURCE_HASH=sha512:e7d685f26b082b7193caa0aec2da00d5a93fdfda5264e124f4dc3486ce9b6296b9f3167eabfcc601863c90f5fefb6f70cc20e5ad4bd5a29937a8be3ef060e621
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_URL[1]=ftp://ftp.simplesystems.org/pub/libpng/png/src/$SOURCE
LICENSE[0]=ZLIB
WEB_SITE=http://www.libpng.org/pub/png/libpng.html
@@ -13,8 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="graphics libs"
SHORT="library that supports the PNG graphics format"
cat << EOF
-The PNG library is a collection of routines used to create and
-manipulate PNG format graphics files. The PNG format was designed as a
-replacement for GIF and, to a lesser extent, TIFF, with many
-improvements and extensions.
+The PNG library is a collection of routines used to create and manipulate PNG
+format graphics files. The PNG format was designed as a replacement for GIF
and,
+to a lesser extent, TIFF, with many improvements and extensions.
EOF
diff --git a/graphics-libs/libpng/HISTORY b/graphics-libs/libpng/HISTORY
index c1cc30e..c5f32aa 100644
--- a/graphics-libs/libpng/HISTORY
+++ b/graphics-libs/libpng/HISTORY
@@ -1,3 +1,8 @@
+2008-08-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.31, fixed the desc, cleaned up
+ * PRE_BUILD: cleaned up, quoting the paths!
+ * libpng-1.2.26-apng.patch => libpng-1.2.31-apng.patch, bzipped
+
2008-06-17 Arwed v. Merkatz <v.merkatz AT gmx.net>
* REPAIR^none^PRE_SUB_DEPENDS: added so the sub_depends actually works
if libpng is already installed
diff --git a/graphics-libs/libpng/PRE_BUILD b/graphics-libs/libpng/PRE_BUILD
index 9f5ff6a..0896920 100755
--- a/graphics-libs/libpng/PRE_BUILD
+++ b/graphics-libs/libpng/PRE_BUILD
@@ -1,7 +1,6 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+cd "$SOURCE_DIRECTORY" &&