Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (830c429b2e39bf413d49cb95676897f3c1ab674a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (830c429b2e39bf413d49cb95676897f3c1ab674a)
  • Date: Thu, 8 May 2008 10:08:50 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

graphics-libs/libpng/DEPENDS | 3 ---
graphics-libs/libpng/HISTORY | 4 ++++
graphics-libs/libpng/PRE_BUILD | 2 --
3 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 830c429b2e39bf413d49cb95676897f3c1ab674a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libpng: Problem with autotools is fixed. No longer
need to reconfigure. Removed from PRE_BUILD and removed
extra depends. Also apng patch works.

diff --git a/graphics-libs/libpng/DEPENDS b/graphics-libs/libpng/DEPENDS
index d7c6ba8..66fcd5d 100755
--- a/graphics-libs/libpng/DEPENDS
+++ b/graphics-libs/libpng/DEPENDS
@@ -1,5 +1,2 @@
depends pkgconfig &&
-depends autoconf &&
-depends automake &&
-depends libtool &&
depends zlib
diff --git a/graphics-libs/libpng/HISTORY b/graphics-libs/libpng/HISTORY
index 46da7cf..003efa9 100644
--- a/graphics-libs/libpng/HISTORY
+++ b/graphics-libs/libpng/HISTORY
@@ -1,3 +1,7 @@
+2008-05-08 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: No longer need to reconfigure
+ * DEPENDS: Removed autoconf, automake, libtool
+
2008-05-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.29

diff --git a/graphics-libs/libpng/PRE_BUILD b/graphics-libs/libpng/PRE_BUILD
index a949779..9649e04 100755
--- a/graphics-libs/libpng/PRE_BUILD
+++ b/graphics-libs/libpng/PRE_BUILD
@@ -1,8 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-sed -i 's:$(ECHO):echo:' Makefile.am &&
-NOCONFIGURE=yes ./autogen.sh &&

if [[ $ANI_PNG == y ]]; then
patch -p0 < $SCRIPT_DIRECTORY/libpng-1.2.26-apng.patch




Archive powered by MHonArc 2.6.24.

Top of Page