From 4e1eb06fb121cbddcdd9eb3f534e70f32274afa9 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 24 Oct 2021 16:20:05 +0200 Subject: leptonica: update to 1.82.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-graphics/leptonica/leptonica_1.80.0.bb | 20 -------------------- .../recipes-graphics/leptonica/leptonica_1.82.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb create mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb deleted file mode 100644 index a861bba5b8..0000000000 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.80.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=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 diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb new file mode 100644 index 0000000000..c0a2b45a48 --- /dev/null +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb @@ -0,0 +1,19 @@ +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[sha256sum] = "155302ee914668c27b6fe3ca9ff2da63b245f6d62f3061c8f27563774b8ae2d6" + +EXTRA_OECONF += " \ + --without-libwebp \ +" + +PACKAGECONFIG ??= "giflib" +PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" +PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib" + +inherit autotools pkgconfig -- cgit 1.2.3-korg