Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1
@ 2016-01-30 16:29 Bernd Kuhls
  2016-01-30 16:29 ` [Buildroot] [PATCH 2/2] package/libraw1394: fix musl build Bernd Kuhls
  2016-01-31 22:51 ` [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2016-01-30 16:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libraw1394/libraw1394.hash | 2 +-
 package/libraw1394/libraw1394.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libraw1394/libraw1394.hash b/package/libraw1394/libraw1394.hash
index 5d18e98..3674ad7 100644
--- a/package/libraw1394/libraw1394.hash
+++ b/package/libraw1394/libraw1394.hash
@@ -1,2 +1,2 @@
 # From https://www.kernel.org/pub/linux/libs/ieee1394/sha256sums.asc
-sha256	e3dc814bc8014cc0bd306767c15e686c9b3b07fcacbbf62862fb1c1de2d708a4	libraw1394-2.0.7.tar.xz
+sha256	1bab9780189f9d1eb4e973df12679c04f979c21e024240fc98e536ff5b680ee9	libraw1394-2.1.1.tar.xz
diff --git a/package/libraw1394/libraw1394.mk b/package/libraw1394/libraw1394.mk
index 108dde9..c9bc0b1 100644
--- a/package/libraw1394/libraw1394.mk
+++ b/package/libraw1394/libraw1394.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBRAW1394_VERSION = 2.0.7
+LIBRAW1394_VERSION = 2.1.1
 LIBRAW1394_SOURCE = libraw1394-$(LIBRAW1394_VERSION).tar.xz
 LIBRAW1394_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ieee1394
 LIBRAW1394_INSTALL_STAGING = YES
-- 
2.7.0.rc3

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

* [Buildroot] [PATCH 2/2] package/libraw1394: fix musl build
  2016-01-30 16:29 [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1 Bernd Kuhls
@ 2016-01-30 16:29 ` Bernd Kuhls
  2016-02-02 13:04   ` Arnout Vandecappelle
  2016-01-31 22:51 ` [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2016-01-30 16:29 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/33c/33cac2bda4890b6050c71734b2c36a77db3d3a09/
http://autobuild.buildroot.net/results/9b5/9b56c1eb7a790d6df6665e8592004f20ed3f0693/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libraw1394/libraw1394.hash | 2 ++
 package/libraw1394/libraw1394.mk   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/package/libraw1394/libraw1394.hash b/package/libraw1394/libraw1394.hash
index 3674ad7..b785995 100644
--- a/package/libraw1394/libraw1394.hash
+++ b/package/libraw1394/libraw1394.hash
@@ -1,2 +1,4 @@
 # From https://www.kernel.org/pub/linux/libs/ieee1394/sha256sums.asc
 sha256	1bab9780189f9d1eb4e973df12679c04f979c21e024240fc98e536ff5b680ee9	libraw1394-2.1.1.tar.xz
+# Locally computed
+sha256	39369c65fbed7fccc2e6d8e645f258f101c414107d67238f10996e6c2009f20d	fix-types.patch
diff --git a/package/libraw1394/libraw1394.mk b/package/libraw1394/libraw1394.mk
index c9bc0b1..7123ac7 100644
--- a/package/libraw1394/libraw1394.mk
+++ b/package/libraw1394/libraw1394.mk
@@ -7,6 +7,7 @@
 LIBRAW1394_VERSION = 2.1.1
 LIBRAW1394_SOURCE = libraw1394-$(LIBRAW1394_VERSION).tar.xz
 LIBRAW1394_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ieee1394
+LIBRAW1394_PATCH = http://git.alpinelinux.org/cgit/aports/plain/main/libraw1394/fix-types.patch
 LIBRAW1394_INSTALL_STAGING = YES
 LIBRAW1394_LICENSE = LGPLv2.1+
 LIBRAW1394_LICENSE_FILES = COPYING.LIB
-- 
2.7.0.rc3

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

* [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1
  2016-01-30 16:29 [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1 Bernd Kuhls
  2016-01-30 16:29 ` [Buildroot] [PATCH 2/2] package/libraw1394: fix musl build Bernd Kuhls
@ 2016-01-31 22:51 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-01-31 22:51 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 30 Jan 2016 17:29:40 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libraw1394/libraw1394.hash | 2 +-
>  package/libraw1394/libraw1394.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied. Please submit the libraw1394 musl compatibility fix
upstream. 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 2/2] package/libraw1394: fix musl build
  2016-01-30 16:29 ` [Buildroot] [PATCH 2/2] package/libraw1394: fix musl build Bernd Kuhls
@ 2016-02-02 13:04   ` Arnout Vandecappelle
  0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2016-02-02 13:04 UTC (permalink / raw)
  To: buildroot

On 30-01-16 17:29, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/33c/33cac2bda4890b6050c71734b2c36a77db3d3a09/
> http://autobuild.buildroot.net/results/9b5/9b56c1eb7a790d6df6665e8592004f20ed3f0693/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

 Since Peter doesn't like patches with stupid names in the DL directory, the
patch will have to be included directly in buildroot. It looks good to me. The
patch comment can be:

Use standard C integer types instead of glibc-specific ones

This fixes musl builds.


 With that, you can add my
 Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Please don't forget to send this patch upstream.

 Regards,
 Arnout

> ---
>  package/libraw1394/libraw1394.hash | 2 ++
>  package/libraw1394/libraw1394.mk   | 1 +
>  2 files changed, 3 insertions(+)
> 
> diff --git a/package/libraw1394/libraw1394.hash b/package/libraw1394/libraw1394.hash
> index 3674ad7..b785995 100644
> --- a/package/libraw1394/libraw1394.hash
> +++ b/package/libraw1394/libraw1394.hash
> @@ -1,2 +1,4 @@
>  # From https://www.kernel.org/pub/linux/libs/ieee1394/sha256sums.asc
>  sha256	1bab9780189f9d1eb4e973df12679c04f979c21e024240fc98e536ff5b680ee9	libraw1394-2.1.1.tar.xz
> +# Locally computed
> +sha256	39369c65fbed7fccc2e6d8e645f258f101c414107d67238f10996e6c2009f20d	fix-types.patch
> diff --git a/package/libraw1394/libraw1394.mk b/package/libraw1394/libraw1394.mk
> index c9bc0b1..7123ac7 100644
> --- a/package/libraw1394/libraw1394.mk
> +++ b/package/libraw1394/libraw1394.mk
> @@ -7,6 +7,7 @@
>  LIBRAW1394_VERSION = 2.1.1
>  LIBRAW1394_SOURCE = libraw1394-$(LIBRAW1394_VERSION).tar.xz
>  LIBRAW1394_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ieee1394
> +LIBRAW1394_PATCH = http://git.alpinelinux.org/cgit/aports/plain/main/libraw1394/fix-types.patch
>  LIBRAW1394_INSTALL_STAGING = YES
>  LIBRAW1394_LICENSE = LGPLv2.1+
>  LIBRAW1394_LICENSE_FILES = COPYING.LIB
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

end of thread, other threads:[~2016-02-02 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30 16:29 [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1 Bernd Kuhls
2016-01-30 16:29 ` [Buildroot] [PATCH 2/2] package/libraw1394: fix musl build Bernd Kuhls
2016-02-02 13:04   ` Arnout Vandecappelle
2016-01-31 22:51 ` [Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1 Thomas Petazzoni

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