[Lunar-commits] <moonbase-other> jbig2dec: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Wed Jul 11 13:16:55 CEST 2012
commit 8a7f2a1101c13482d264c75944b7c458a6aa9b27
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Wed, 11 Jul 2012 04:16:55 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8a7f2a1101c13482d264c75944b7c458a6aa9b27
jbig2dec: Readding to moonbase.
---
graphics/jbig2dec/BUILD +7/-0
graphics/jbig2dec/DEPENDS +1/-0
graphics/jbig2dec/DETAILS +17/-0
3 files changed, 25 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/graphics/jbig2dec/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/graphics/jbig2dec/DEPENDS
@@ -0,0 +1 @@
+depends libpng
--- /dev/null
+++ b/graphics/jbig2dec/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=jbig2dec
+ VERSION=0.11
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ghostscript.com/~giles/jbig2/jbig2dec
+ SOURCE_VFY=sha1:349cd765616db7aac1f4dd1d45957d1da65ea925
+ WEB_SITE=http://jbig2dec.sourceforge.net/
+ ENTERED=20101023
+ UPDATED=20101023
+ SHORT="A decoder implementation of the JBIG2 image compression format"
+
+cat << EOF
+jbig2dec is a decoder implementation of the JBIG2 image compression
+format. JBIG2 is designed for lossy or lossless encoding of 'bilevel'
+(1-bit monochrome) images at moderately high resolution, and in
+particular scanned paper documents. In this domain it is very
+efficient, offering compression ratios on the order of 100:1.
+EOF
More information about the Lunar-commits
mailing list