All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] leptonica: Upgrade to 1.74.4
@ 2017-09-07  6:45 Khem Raj
  2017-09-07  6:45 ` [meta-oe][PATCH 2/3] tesseract: Upgrade to 3.05.01 Khem Raj
  2017-09-07  6:45 ` [meta-oe][PATCH 3/3] umip: Update SRC_URI to github Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2017-09-07  6:45 UTC (permalink / raw)
  To: openembedded-devel

copyright year changed to 2016

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../leptonica/{leptonica_1.73.bb => leptonica_1.74.4.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-graphics/leptonica/{leptonica_1.73.bb => leptonica_1.74.4.bb} (69%)

diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb
similarity index 69%
rename from meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb
rename to meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb
index c32d24aca..91fa00cc9 100644
--- a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb
@@ -1,11 +1,11 @@
 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"
+LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=34aa579294e8284b7b848c8d5d361e8f"
 
 SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz"
-SRC_URI[md5sum] = "092cea2e568cada79fff178820397922"
-SRC_URI[sha256sum] = "19e4335c674e7b78af9338d5382cc5266f34a62d4ce533d860af48eaa859afc1"
+SRC_URI[md5sum] = "4f32be9bd2e2c142ba018037ab5d746f"
+SRC_URI[sha256sum] = "29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b"
 
 EXTRA_OECONF += " \
     --without-libwebp \
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 2/3] tesseract: Upgrade to 3.05.01
  2017-09-07  6:45 [meta-oe][PATCH 1/3] leptonica: Upgrade to 1.74.4 Khem Raj
@ 2017-09-07  6:45 ` Khem Raj
  2017-09-07  6:45 ` [meta-oe][PATCH 3/3] umip: Update SRC_URI to github Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2017-09-07  6:45 UTC (permalink / raw)
  To: openembedded-devel

LIC_FILES_CHKSUM changes are typo corrections in COPYING file
https://github.com/tesseract-ocr/tesseract/commit/5a3ccf06bf2d4f92ec2fd87389affd9c8c625225#diff-7116ef0705885343c9e1b2171a06be0e

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/tesseract/tesseract_git.bb | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_git.bb b/meta-oe/recipes-graphics/tesseract/tesseract_git.bb
index c2675cddb..89d09a0f5 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_git.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_git.bb
@@ -1,11 +1,12 @@
 SUMMARY = "A commercial quality OCR engine "
 
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://COPYING;md5=c0c94b3c86ad0c386bb6dec70ca8a36a"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7ea4f9a43aba9d3c849fe5c203a0ed40"
 
-PV = "3.04.00+git${SRCPV}"
-SRCREV = "228317caa1ced217e6d264aafc901f361ecd7e90"
-SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git"
+BRANCH = "3.05"
+PV = "${BRANCH}.01+git${SRCPV}"
+SRCREV = "215866151e774972c9502282111b998d7a053562"
+SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH}"
 S = "${WORKDIR}/git"
 
 DEPENDS = "leptonica"
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 3/3] umip: Update SRC_URI to github
  2017-09-07  6:45 [meta-oe][PATCH 1/3] leptonica: Upgrade to 1.74.4 Khem Raj
  2017-09-07  6:45 ` [meta-oe][PATCH 2/3] tesseract: Upgrade to 3.05.01 Khem Raj
@ 2017-09-07  6:45 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2017-09-07  6:45 UTC (permalink / raw)
  To: openembedded-devel

original link is not accessible anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index cbf306144..2129e379c 100644
--- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
+++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
@@ -9,13 +9,13 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33"
 DEPENDS = "rpm indent-native"
 
-SRC_URI = "git://git.umip.org/umip.git \
+SRC_URI = "git://github.com/jlanza/umip \
            file://add-dependency-to-support-parallel-compilation.patch \
            file://mip6d \
            file://mip6d.service \
            file://0001-Add-format-string-to-fprintf-call.patch \
            "
-SRCREV = "428974c2d0d8e75a2750a3ab0488708c5dfdd8e3"
+SRCREV = "7d67209cd1bba2dd0e183a0fa07eeef07964dd14"
 
 S = "${WORKDIR}/git"
 
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-07  6:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-07  6:45 [meta-oe][PATCH 1/3] leptonica: Upgrade to 1.74.4 Khem Raj
2017-09-07  6:45 ` [meta-oe][PATCH 2/3] tesseract: Upgrade to 3.05.01 Khem Raj
2017-09-07  6:45 ` [meta-oe][PATCH 3/3] umip: Update SRC_URI to github Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.