From 367352d61c0c15c0da326f2120e5e65439d79543 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 6 Sep 2017 23:45:41 -0700 Subject: leptonica: Upgrade to 1.74.4 copyright year changed to 2016 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb | 18 ------------------ meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb create mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb deleted file mode 100644 index c32d24aca7..0000000000 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb +++ /dev/null @@ -1,18 +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=20cdd3af097ca431b82004c691f406a6" - -SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz" -SRC_URI[md5sum] = "092cea2e568cada79fff178820397922" -SRC_URI[sha256sum] = "19e4335c674e7b78af9338d5382cc5266f34a62d4ce533d860af48eaa859afc1" - -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.74.4.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb new file mode 100644 index 0000000000..91fa00cc96 --- /dev/null +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb @@ -0,0 +1,18 @@ +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" + +SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz" +SRC_URI[md5sum] = "4f32be9bd2e2c142ba018037ab5d746f" +SRC_URI[sha256sum] = "29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b" + +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