[Lunar-commits] r22216 - in moonbase/trunk/graphics: . jbigkit

Dennis Veatch stumbles at lunar-linux.org
Sat Nov 18 20:51:28 CET 2006


Author: stumbles
Date: 2006-11-18 20:51:28 +0100 (Sat, 18 Nov 2006)
New Revision: 22216

Added:
   moonbase/trunk/graphics/jbigkit/
   moonbase/trunk/graphics/jbigkit/BUILD
   moonbase/trunk/graphics/jbigkit/DETAILS
Log:

Initial import. It will be and optional depends for
GraphicMagick.... coming up today or tomorrow.



Added: moonbase/trunk/graphics/jbigkit/BUILD
===================================================================
--- moonbase/trunk/graphics/jbigkit/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/jbigkit/BUILD	2006-11-18 19:51:28 UTC (rev 22216)
@@ -0,0 +1,21 @@
+(
+
+  sedit "s/CCFLAGS = -O2 -W/CCFLAGS = $CFLAGS/" Makefile
+  sedit "s/CFLAGS = -O -Wall -ansi -pedantic/CCFLAGS = $CFLAGS/" libjbig/Makefile
+  sedit "s/CFLAGS = -g -Wall -ansi -pedantic -I..\/libjbig/CCFLAGS = $CFLAGS -I..\/libjbig/" pbmtools/Makefile
+
+  make  &&
+  make test &&
+
+  prepare_install &&
+
+  install -m0755 libjbig/libjbig.a /usr/lib  &&
+  install -m0755 libjbig/jbig.h /usr/include &&
+  install -m0755 libjbig/tstcodec /usr/bin   &&
+  install -m0755 pbmtools/jbgtopbm /usr/bin  &&
+  install -m0755 pbmtools/pbmtojbg /usr/bin  &&
+  install -m0644 pbmtools/*.5 /usr/man/man5  &&
+
+  gather_docs libjbig/jbig.doc pbmtools/*.txt
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/graphics/jbigkit/DETAILS
===================================================================
--- moonbase/trunk/graphics/jbigkit/DETAILS	                        (rev 0)
+++ moonbase/trunk/graphics/jbigkit/DETAILS	2006-11-18 19:51:28 UTC (rev 22216)
@@ -0,0 +1,18 @@
+          MODULE=jbigkit
+         VERSION=1.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=http://www.cl.cam.ac.uk/~mgk25/download/
+      SOURCE_VFY=sha1:f401df793d91a1cc123bbf1387d39d4f0e73b272
+        WEB_SITE=http://www.cl.cam.ac.uk/~mgk25/jbigkit/
+         ENTERED=20061118
+         UPDATED=20061118
+           SHORT="Progressive bi-level image compression"
+
+cat << EOF
+JBIG-KIT provides a portable library of compression and decompression
+functions with a documented interface that you can include very easily
+into your image or document processing software. JBIG-KIT implements
+the specification International Standard ISO/IEC 11544:1993 and ITU-T
+Recommendation T.82(1993)
+EOF



More information about the Lunar-commits mailing list