diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2014-05-26 09:57:42 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:16:22 +0200 |
commit | 212e9d890755864ff2447d2e5072dd01433b074c (patch) | |
tree | f6d5ba0e5ae4eb6ffeb194410665346f260ed3e5 /meta-oe/recipes-graphics/leptonica | |
parent | 4079368a04216d6018634af672671e2ef3edec2a (diff) | |
download | meta-openembedded-212e9d890755864ff2447d2e5072dd01433b074c.tar.gz |
leptonica: add recipe for version 1.7.0
Leptonica is required by tesseract.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/leptonica')
-rw-r--r-- | meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 000000000..6d57da743 --- /dev/null +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications" | ||
2 | DEPENDS = "jpeg tiff libpng zlib libungif" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6" | ||
5 | |||
6 | SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz" | ||
7 | SRC_URI[md5sum] = "5ac2a31cf5b4f0e8f5a853a5266c42ef" | ||
8 | SRC_URI[sha256sum] = "d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2" | ||
9 | |||
10 | EXTRA_OECONF += " \ | ||
11 | --without-libwebp \ | ||
12 | " | ||
13 | |||
14 | inherit autotools pkgconfig | ||