Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ocrad: bump to version 0.25
@ 2017-01-07 14:06 Gilles Talis
  2017-01-07 14:06 ` [Buildroot] [PATCH] webp: bump to version 0.5.2 Gilles Talis
  2017-01-25 10:24 ` [Buildroot] [PATCH] ocrad: bump to version 0.25 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Gilles Talis @ 2017-01-07 14:06 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/ocrad/ocrad.hash | 2 +-
 package/ocrad/ocrad.mk   | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/package/ocrad/ocrad.hash b/package/ocrad/ocrad.hash
index c40907b..d2a44ae 100644
--- a/package/ocrad/ocrad.hash
+++ b/package/ocrad/ocrad.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	4ec711239d6b667bac015ef9908cab3ea9f8fd73f098ae355498810c8e82a8cc	ocrad-0.21.tar.gz
+sha256	e710be9c030fbcbce2315077326c8268feb422c0bc39fa744644cbbd1f5d4dd4	ocrad-0.25.tar.lz
diff --git a/package/ocrad/ocrad.mk b/package/ocrad/ocrad.mk
index 7e4f8c1..14b91f0 100644
--- a/package/ocrad/ocrad.mk
+++ b/package/ocrad/ocrad.mk
@@ -4,11 +4,18 @@
 #
 ################################################################################
 
-OCRAD_VERSION = 0.21
+OCRAD_VERSION = 0.25
+OCRAD_SOURCE = ocrad-$(OCRAD_VERSION).tar.lz
 OCRAD_SITE = $(BR2_GNU_MIRROR)/ocrad
 OCRAD_LICENSE = GPLv3+
 OCRAD_LICENSE_FILES = COPYING
 OCRAD_INSTALL_STAGING = YES
+OCRAD_DEPENDENCIES = host-lzip
+
+define OCRAD_EXTRACT_CMDS
+    $(HOST_DIR)/usr/bin/lzip -d -c $(DL_DIR)/$(OCRAD_SOURCE) | \
+    tar --strip-components=1 -C $(@D) -xf -
+endef
 
 # This is not a true autotools package.
 define OCRAD_CONFIGURE_CMDS
-- 
2.5.0

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

* [Buildroot] [PATCH] webp: bump to version 0.5.2
  2017-01-07 14:06 [Buildroot] [PATCH] ocrad: bump to version 0.25 Gilles Talis
@ 2017-01-07 14:06 ` Gilles Talis
  2017-01-25  8:01   ` Thomas Petazzoni
  2017-01-25 10:24 ` [Buildroot] [PATCH] ocrad: bump to version 0.25 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Gilles Talis @ 2017-01-07 14:06 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/webp/webp.hash | 2 +-
 package/webp/webp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/webp/webp.hash b/package/webp/webp.hash
index 328f263..bf4ee8f 100644
--- a/package/webp/webp.hash
+++ b/package/webp/webp.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4	libwebp-0.4.3.tar.gz
+sha256	b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef	libwebp-0.5.2.tar.gz
diff --git a/package/webp/webp.mk b/package/webp/webp.mk
index 8d9ca8f..d579d56 100644
--- a/package/webp/webp.mk
+++ b/package/webp/webp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WEBP_VERSION = 0.4.3
+WEBP_VERSION = 0.5.2
 WEBP_SOURCE = libwebp-$(WEBP_VERSION).tar.gz
 WEBP_SITE = http://downloads.webmproject.org/releases/webp
 WEBP_LICENSE = BSD-3c
-- 
2.5.0

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

* [Buildroot] [PATCH] webp: bump to version 0.5.2
  2017-01-07 14:06 ` [Buildroot] [PATCH] webp: bump to version 0.5.2 Gilles Talis
@ 2017-01-25  8:01   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-01-25  8:01 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  7 Jan 2017 15:06:11 +0100, Gilles Talis wrote:
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/webp/webp.hash | 2 +-
>  package/webp/webp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] ocrad: bump to version 0.25
  2017-01-07 14:06 [Buildroot] [PATCH] ocrad: bump to version 0.25 Gilles Talis
  2017-01-07 14:06 ` [Buildroot] [PATCH] webp: bump to version 0.5.2 Gilles Talis
@ 2017-01-25 10:24 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-01-25 10:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  7 Jan 2017 15:06:10 +0100, Gilles Talis wrote:

> +define OCRAD_EXTRACT_CMDS
> +    $(HOST_DIR)/usr/bin/lzip -d -c $(DL_DIR)/$(OCRAD_SOURCE) | \
> +    tar --strip-components=1 -C $(@D) -xf -

I've fixed the indentation to use tabs, and replaced the hardcoded -xf
by $(TAR_OPTIONS).

Applied with those changes. Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-01-25 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-07 14:06 [Buildroot] [PATCH] ocrad: bump to version 0.25 Gilles Talis
2017-01-07 14:06 ` [Buildroot] [PATCH] webp: bump to version 0.5.2 Gilles Talis
2017-01-25  8:01   ` Thomas Petazzoni
2017-01-25 10:24 ` [Buildroot] [PATCH] ocrad: bump to version 0.25 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox