From a3a8f5de9f0945d77d22ed0aa6361f60840ecf5c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:25 -0700 Subject: leptonica: upgrade 1.86.0 -> 1.87.0 Signed-off-by: Khem Raj --- .../recipes-graphics/leptonica/leptonica_1.86.0.bb | 22 ---------------------- .../recipes-graphics/leptonica/leptonica_1.87.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.86.0.bb create mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.87.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.86.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.86.0.bb deleted file mode 100644 index 11adbc7125..0000000000 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.86.0.bb +++ /dev/null @@ -1,22 +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" -UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" - -SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" -SRC_URI[sha256sum] = "1fa08e40bb37fd45802d5e6e7b43927449a5c47d4608ef99d3bd3f0fa76baedc" - -EXTRA_OECONF += " \ - --without-libwebp \ -" - -PACKAGECONFIG ??= "giflib" -PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" -PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib" - -inherit autotools pkgconfig - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.87.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.87.0.bb new file mode 100644 index 0000000000..1e6edfd138 --- /dev/null +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.87.0.bb @@ -0,0 +1,22 @@ +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" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" + +SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" +SRC_URI[sha256sum] = "c73363397f96eb1295602bf44d708a994ad42046c791bf03ea0505d829bdb6a7" + +EXTRA_OECONF += " \ + --without-libwebp \ +" + +PACKAGECONFIG ??= "giflib" +PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" +PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib" + +inherit autotools pkgconfig + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf