aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jpeg
diff options
context:
space:
mode:
authorDmitry Artamonow <mad_soft@inbox.ru>2010-06-23 07:00:37 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-20 08:37:06 +0200
commit78c84d68c9d4f5034651ec3def7d65e10bc3c480 (patch)
tree6b0b541f015f0823461aa72c61a4ae0dffb59b89 /recipes/jpeg
parent6dc630a920d058616cc2f685237a08f30b7b7f19 (diff)
downloadopenembedded-78c84d68c9d4f5034651ec3def7d65e10bc3c480.tar.gz
jbig2dec-0.11: new recipe
jbig2dec is a decoder implementation of the JBIG2 image compression format. JBIG2 is designed for lossy or lossless encoding of monochrome images at moderately high resolution, in particular scanned paper documents. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/jpeg')
-rw-r--r--recipes/jpeg/jbig2dec_0.11.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/jpeg/jbig2dec_0.11.bb b/recipes/jpeg/jbig2dec_0.11.bb
new file mode 100644
index 0000000000..25056dc7fa
--- /dev/null
+++ b/recipes/jpeg/jbig2dec_0.11.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Decoder implementation of the JBIG2 image compression format"
+HOMEPAGE = "http://jbig2dec.sourceforge.net/"
+SECTION = "libs"
+LICENSE = "GPL"
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/jbig2dec/${BPN}-${PV}.tar.gz"
+
+inherit autotools
+
+PACKAGES =+ "jbig2dec-tools "
+FILES_jbig2dec-tools = "${bindir}/*"
+
+SRC_URI[md5sum] = "1f61e144852c86563fee6e5ddced63f1"
+SRC_URI[sha256sum] = "7e2d8330b36f2765da22043d174827bee0f30db8d78c330904f363275c7dd0b9"