[Lunar-commits] CVS: moonbase/graphics/libpng BUILD, 1.5,
1.6 DETAILS, 1.10, 1.11
Florin Braescu
florin at lunar-linux.org
Wed Apr 6 01:05:17 UTC 2005
Update of /var/cvs/lunar/moonbase/graphics/libpng
In directory espresso.foo-projects.org:/tmp/cvs-serv3345
Modified Files:
BUILD DETAILS
Log Message:
add a patch which prevents some compiles to fail.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/libpng/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 17 Aug 2004 00:10:38 -0000 1.5
+++ BUILD 6 Apr 2005 01:05:14 -0000 1.6
@@ -2,8 +2,9 @@
# the funroll-loops is there from the authors of libpng. Its not my idea!
export CFLAGS="$CFLAGS -Wall -funroll-loops"
- cp scripts/makefile.linux ./Makefile &&
- patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+ cp scripts/makefile.linux ./Makefile &&
+ patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/libpng/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS 24 Feb 2005 04:49:54 -0000 1.10
+++ DETAILS 6 Apr 2005 01:05:14 -0000 1.11
@@ -2,13 +2,16 @@
VERSION=1.2.8
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE1=$MODULE-1.2.5-Makefile-1.patch
+ SOURCE2=$MODULE-1.2.8-setjmp-1.patch.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE1_URL=$PATCH_URL/$SOURCE1
+ SOURCE1_URL=$PATCH_URL/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:b6d73493eea4095166118b298efecb54a8e3d2f5
SOURCE1_VFY=sha1:2a0ff0e29ed5fdda2b329013f74c8b5e73e684a4
+ SOURCE2_VFY=sha1:56b2d63a41c45eb7cde1e6634c425c4817fc86c9
WEB_SITE=http://www.libpng.org/pub/png/libpng.html
ENTERED=20010922
- UPDATED=20041203
+ UPDATED=20050406
SHORT="libpng is a library that supports the PNG graphics format."
cat << EOF
More information about the Lunar-commits
mailing list