From 8a773cfc67bdbeec0d8998fb2ff2d0e18b5a68cd Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Sat, 22 Aug 2020 01:33:55 +0800 Subject: leptonica: upgrade 1.79.0 -> 1.80.0 -License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-graphics/leptonica/leptonica_1.79.0.bb | 20 -------------------- .../recipes-graphics/leptonica/leptonica_1.80.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb create mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb deleted file mode 100644 index a6de1f7956..0000000000 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -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" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=34aa579294e8284b7b848c8d5d361e8f" - -UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases" - -SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" -SRC_URI[md5sum] = "a545654b1dae7d29e2ea346b29095f84" -SRC_URI[sha256sum] = "045966c9c5d60ebded314a9931007a56d9d2f7a6ac39cb5cc077c816f62300d8" - -EXTRA_OECONF += " \ - --without-libwebp \ -" - -PACKAGECONFIG ??= "giflib" -PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" -PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib" - -inherit autotools pkgconfig diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb new file mode 100644 index 0000000000..a861bba5b8 --- /dev/null +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb @@ -0,0 +1,20 @@ +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" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=809b282cea2df68975fbe0ffe02b560f" + +UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases" + +SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" +SRC_URI[md5sum] = "d640d684234442a84c9e8902f0b3ff36" +SRC_URI[sha256sum] = "ec9c46c2aefbb960fb6a6b7f800fe39de48343437b6ce08e30a8d9688ed14ba4" + +EXTRA_OECONF += " \ + --without-libwebp \ +" + +PACKAGECONFIG ??= "giflib" +PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" +PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib" + +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf