[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f6854c0e828cca5e5e864fa84f407c7712d5974f)

Vlad Glagolev scm at sourcemage.org
Thu Apr 26 04:27:15 EDT 2012


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 ChangeLog                 |    4 ++++
 graphics/jbig2dec/DEPENDS |    4 ++++
 graphics/jbig2dec/DETAILS |   18 ++++++++++++++++++
 graphics/jbig2dec/HISTORY |    2 ++
 4 files changed, 28 insertions(+)

New commits:
commit f6854c0e828cca5e5e864fa84f407c7712d5974f
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    jbig2dec: new spell, decoder implementation of the JBIG2 image compression format

diff --git a/ChangeLog b/ChangeLog
index 6a5d013..b1ad0c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-26 Vlad Glagolev <stealth at sourcemage.org>
+	* graphics/jbig2dec: new spell, decoder implementation of the JBIG2
+	  image compression format
+
 2012-04-21  Treeve Jelbert <treeve at sourcemage.org>
 	* disk/partclone: new spell partition clone/image tool
 
diff --git a/graphics/jbig2dec/DEPENDS b/graphics/jbig2dec/DEPENDS
new file mode 100755
index 0000000..e9b318b
--- /dev/null
+++ b/graphics/jbig2dec/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends libpng \
+                 "--with-libpng" \
+                 "--without-libpng" \
+                 "for PNG output support"
diff --git a/graphics/jbig2dec/DETAILS b/graphics/jbig2dec/DETAILS
new file mode 100755
index 0000000..70b53f8
--- /dev/null
+++ b/graphics/jbig2dec/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=jbig2dec
+         VERSION=0.11
+     SOURCE_HASH=sha512:25f71ad58af0254d70a9d23efc488e1f2d931b47e344f2acf9931959c1e93749051a57905291a7dfd40407bc1995726e667d0ed6ef94e07da02330f14477c55e
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+   SOURCE_URL[0]=http://ghostscript.com/~giles/jbig2/$SPELL/$SOURCE
+        WEB_SITE=http://jbig2dec.sourceforge.net/
+         ENTERED=20120426
+      LICENSE[0]=GPL
+        KEYWORDS="graphics"
+           SHORT="decoder implementation of the JBIG2 image compression format"
+cat << EOF
+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
diff --git a/graphics/jbig2dec/HISTORY b/graphics/jbig2dec/HISTORY
new file mode 100644
index 0000000..a2ea650
--- /dev/null
+++ b/graphics/jbig2dec/HISTORY
@@ -0,0 +1,2 @@
+2012-04-26 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS, DEPENDS: spell created


More information about the SM-Commit mailing list