[Lunar-commits] r26001 - in moonbase/trunk/graphics: . giflib
Florin Braescu
florin at lunar-linux.org
Sun Sep 30 08:27:16 CEST 2007
Author: florin
Date: 2007-09-30 08:27:16 +0200 (Sun, 30 Sep 2007)
New Revision: 26001
Added:
moonbase/trunk/graphics/giflib/
moonbase/trunk/graphics/giflib/BUILD
moonbase/trunk/graphics/giflib/CONFLICTS
moonbase/trunk/graphics/giflib/DETAILS
moonbase/trunk/graphics/giflib/POST_INSTALL
moonbase/trunk/graphics/giflib/POST_REMOVE
Log:
A library which read and write compressed gif files. It use the LZW algorithm which was patended by Unisys (expired in 2004).
Added: moonbase/trunk/graphics/giflib/BUILD
===================================================================
--- moonbase/trunk/graphics/giflib/BUILD (rev 0)
+++ moonbase/trunk/graphics/giflib/BUILD 2007-09-30 06:27:16 UTC (rev 26001)
@@ -0,0 +1,20 @@
+(
+
+ 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 &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/graphics/giflib/CONFLICTS
===================================================================
--- moonbase/trunk/graphics/giflib/CONFLICTS (rev 0)
+++ moonbase/trunk/graphics/giflib/CONFLICTS 2007-09-30 06:27:16 UTC (rev 26001)
@@ -0,0 +1 @@
+conflicts libungif
Added: moonbase/trunk/graphics/giflib/DETAILS
===================================================================
--- moonbase/trunk/graphics/giflib/DETAILS (rev 0)
+++ moonbase/trunk/graphics/giflib/DETAILS 2007-09-30 06:27:16 UTC (rev 26001)
@@ -0,0 +1,17 @@
+ MODULE=giflib
+ VERSION=4.1.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/libungif
+ SOURCE_VFY=sha1:2f9aed5d20d862270008bd2f8d4c91cf14c6067b
+ WEB_SITE=http://sourceforge.net/projects/libungif
+ ENTERED=20070930
+ UPDATED=20070930
+ SHORT="A library for compressed GIF images"
+
+cat << EOF
+A library for reading and writing gif images. It is binary compatible
+with libungif. This library use LZW compression in the gif format (the
+Unisys patent on it expired in 2004). Unless you really need to write
+compressed gifs, I would suggest libungif (available from the same sites
+as this library) as a better alternative.
+EOF
Added: moonbase/trunk/graphics/giflib/POST_INSTALL
===================================================================
--- moonbase/trunk/graphics/giflib/POST_INSTALL (rev 0)
+++ moonbase/trunk/graphics/giflib/POST_INSTALL 2007-09-30 06:27:16 UTC (rev 26001)
@@ -0,0 +1 @@
+ldconfig
Added: moonbase/trunk/graphics/giflib/POST_REMOVE
===================================================================
--- moonbase/trunk/graphics/giflib/POST_REMOVE (rev 0)
+++ moonbase/trunk/graphics/giflib/POST_REMOVE 2007-09-30 06:27:16 UTC (rev 26001)
@@ -0,0 +1 @@
+ldconfig
More information about the Lunar-commits
mailing list