Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 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" |
| 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=34aa579294e8284b7b848c8d5d361e8f" |
| 5 | |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame^] | 6 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "4f32be9bd2e2c142ba018037ab5d746f" |
| 8 | SRC_URI[sha256sum] = "29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b" |
| 9 | |
| 10 | EXTRA_OECONF += " \ |
| 11 | --without-libwebp \ |
| 12 | " |
| 13 | |
| 14 | PACKAGECONFIG ??= "giflib" |
| 15 | PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" |
| 16 | PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib" |
| 17 | |
| 18 | inherit autotools pkgconfig |