[Lunar-commits] r17451 - moonbase/trunk/graphics/libmng
Florin Braescu
florin at lunar-linux.org
Fri Nov 25 02:55:31 UTC 2005
Author: florin
Date: 2005-11-25 02:55:31 +0000 (Fri, 25 Nov 2005)
New Revision: 17451
Modified:
moonbase/trunk/graphics/libmng/BUILD
moonbase/trunk/graphics/libmng/DEPENDS
moonbase/trunk/graphics/libmng/DETAILS
Log:
bump the version from 1.0.8 to 1.0.9. bugfixes, code cleanup, optimizations.
Modified: moonbase/trunk/graphics/libmng/BUILD
===================================================================
--- moonbase/trunk/graphics/libmng/BUILD 2005-11-25 02:44:23 UTC (rev 17450)
+++ moonbase/trunk/graphics/libmng/BUILD 2005-11-25 02:55:31 UTC (rev 17451)
@@ -1,17 +1,7 @@
(
- chmod 755 autogen.sh &&
- ./autogen.sh &&
- ./configure --build=$BUILD \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --datadir=/usr/share \
- --localstatedir=/var \
- --libdir=/usr/lib \
- --includedir=/usr/include \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-shared &&
+ ln -sf makefiles/makefile.linux Makefile &&
+ sedit "s:/usr/local:/usr:" Makefile &&
default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/libmng/DEPENDS
===================================================================
--- moonbase/trunk/graphics/libmng/DEPENDS 2005-11-25 02:44:23 UTC (rev 17450)
+++ moonbase/trunk/graphics/libmng/DEPENDS 2005-11-25 02:55:31 UTC (rev 17451)
@@ -1,3 +1,3 @@
-depends automake &&
-depends zlib &&
+depends automake &&
+depends zlib &&
depends jpeg
Modified: moonbase/trunk/graphics/libmng/DETAILS
===================================================================
--- moonbase/trunk/graphics/libmng/DETAILS 2005-11-25 02:44:23 UTC (rev 17450)
+++ moonbase/trunk/graphics/libmng/DETAILS 2005-11-25 02:55:31 UTC (rev 17451)
@@ -1,16 +1,16 @@
MODULE=libmng
- VERSION=1.0.8
+ VERSION=1.0.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=md5:d688ca879c934e9cde8b323cf3025f89
+ SOURCE_VFY=sha1:d32e939ec95caff7839c6c9a5896e4d575c77d35
WEB_SITE=http://libmng.sourceforge.net
ENTERED=20010922
- UPDATED=20040806
+ UPDATED=20051125
SHORT="libmng is a library that supports the MNG graphics format."
cat << EOF
The MNG library is a collection of routines used to create and manipulate
-MNG format graphics files. MNG was designed with the same modular philosophy
-as PNG. It is intended to provide a home for all of the multi-image
+MNG format graphics files. MNG was designed with the same modular philosophy
+as PNG. It is intended to provide a home for all of the multi-image
capabilities that have no place in PNG.
EOF
More information about the Lunar-commits
mailing list