[Lunar-commits] r26000 - moonbase/trunk/graphics/libungif
Florin Braescu
florin at lunar-linux.org
Sun Sep 30 08:24:53 CEST 2007
Author: florin
Date: 2007-09-30 08:24:53 +0200 (Sun, 30 Sep 2007)
New Revision: 26000
Added:
moonbase/trunk/graphics/libungif/CONFLICTS
Modified:
moonbase/trunk/graphics/libungif/BUILD
moonbase/trunk/graphics/libungif/DETAILS
Log:
add a CONFLICTS file on the new added giflib. tweaks.
Modified: moonbase/trunk/graphics/libungif/BUILD
===================================================================
--- moonbase/trunk/graphics/libungif/BUILD 2007-09-30 01:00:37 UTC (rev 25999)
+++ moonbase/trunk/graphics/libungif/BUILD 2007-09-30 06:24:53 UTC (rev 26000)
@@ -2,18 +2,18 @@
export CC="gcc"
- ./configure --build=$BUILD \
- --prefix=/usr \
- --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 \
- --enable-static &&
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --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 \
+ --enable-static &&
default_make
Added: moonbase/trunk/graphics/libungif/CONFLICTS
===================================================================
--- moonbase/trunk/graphics/libungif/CONFLICTS (rev 0)
+++ moonbase/trunk/graphics/libungif/CONFLICTS 2007-09-30 06:24:53 UTC (rev 26000)
@@ -0,0 +1 @@
+conflicts giflib
Modified: moonbase/trunk/graphics/libungif/DETAILS
===================================================================
--- moonbase/trunk/graphics/libungif/DETAILS 2007-09-30 01:00:37 UTC (rev 25999)
+++ moonbase/trunk/graphics/libungif/DETAILS 2007-09-30 06:24:53 UTC (rev 26000)
@@ -1,16 +1,16 @@
MODULE=libungif
VERSION=4.1.4
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:af687ffbcfe6afd1d76e33ea8cf27ffb02ed61fc
- WEB_SITE=http://sourceforge.net/projects/libungif/
+ WEB_SITE=http://sourceforge.net/projects/libungif
ENTERED=20010922
UPDATED=20060225
- SHORT="library for uncompressed GIF images."
+ SHORT="lA ibrary for uncompressed GIF images"
cat << EOF
-libungif is a library for reading and writing gif images. The save
+libungif is a library for reading and writing gif images. The save
functionality uses an uncompressed gif algorithm to avoid the Unisys LZW
-patent. This library is based heavily on Eric Raymond's libgif package
-and implements a superset of that_library's API.
+patent (expired in 2004). This library is based heavily on Eric Raymond's
+libgif package and implements a superset of that_library's API.
EOF
More information about the Lunar-commits
mailing list