[oe-commits] Mario Domenech Goulart : leptonica: add recipe for version 1.7.0

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 10:44:01 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 212e9d890755864ff2447d2e5072dd01433b074c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=212e9d890755864ff2447d2e5072dd01433b074c

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Mon May 26 09:57:42 2014 -0300

leptonica: add recipe for version 1.7.0

Leptonica is required by tesseract.

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
new file mode 100644
index 0000000..6d57da7
--- /dev/null
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications"
+DEPENDS = "jpeg tiff libpng zlib libungif"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6"
+
+SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz"
+SRC_URI[md5sum] = "5ac2a31cf5b4f0e8f5a853a5266c42ef"
+SRC_URI[sha256sum] = "d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2"
+
+EXTRA_OECONF += " \
+    --without-libwebp \
+"
+
+inherit autotools pkgconfig



More information about the Openembedded-commits mailing list