From f3472205e88f504dc3e6db06f3c98dd822d337e4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 4 May 2016 21:34:19 -0400 Subject: leptonica: update to version 1.73 updated to be compatible with giflib 5.1.x Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb | 14 -------------- meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb create mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb deleted file mode 100644 index e826e05bf8..0000000000 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb +++ /dev/null @@ -1,14 +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 giflib" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6" - -SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz" -SRC_URI[md5sum] = "5ac2a31cf5b4f0e8f5a853a5266c42ef" -SRC_URI[sha256sum] = "d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2" - -EXTRA_OECONF += " \ - --without-libwebp \ -" - -inherit autotools pkgconfig diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb new file mode 100644 index 0000000000..57bc5dd52c --- /dev/null +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb @@ -0,0 +1,14 @@ +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 giflib" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6" + +SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz" +SRC_URI[md5sum] = "092cea2e568cada79fff178820397922" +SRC_URI[sha256sum] = "19e4335c674e7b78af9338d5382cc5266f34a62d4ce533d860af48eaa859afc1" + +EXTRA_OECONF += " \ + --without-libwebp \ +" + +inherit autotools pkgconfig -- cgit 1.2.3-korg