Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libopenh264: bump version to 2.0.0
@ 2019-10-06 14:19 Bernd Kuhls
  2019-10-07 21:10 ` Thomas Petazzoni
  2019-10-26 18:12 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2019-10-06 14:19 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libopenh264/libopenh264.hash b/package/libopenh264/libopenh264.hash
index f856ddad2d..fdb03d2f77 100644
--- a/package/libopenh264/libopenh264.hash
+++ b/package/libopenh264/libopenh264.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 08670017fd0bb36594f14197f60bebea27b895511251c7c64df6cd33fc667d34  libopenh264-1.8.0.tar.gz
+sha256 73c35f80cc487560d11ecabb6d31ad828bd2f59d412f9cd726cc26bfaf4561fd  libopenh264-2.0.0.tar.gz
 sha256 dd5c1c9668512530fa5a96e4c29ac4033d70a7eeb0eed7a42fddb6dd794ebdbb  LICENSE
diff --git a/package/libopenh264/libopenh264.mk b/package/libopenh264/libopenh264.mk
index a1796fc131..08531f851f 100644
--- a/package/libopenh264/libopenh264.mk
+++ b/package/libopenh264/libopenh264.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBOPENH264_VERSION = 1.8.0
+LIBOPENH264_VERSION = 2.0.0
 LIBOPENH264_SITE = $(call github,cisco,openh264,v$(LIBOPENH264_VERSION))
 LIBOPENH264_LICENSE = BSD-2-Clause
 LIBOPENH264_LICENSE_FILES = LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/libopenh264: bump version to 2.0.0
  2019-10-06 14:19 [Buildroot] [PATCH 1/1] package/libopenh264: bump version to 2.0.0 Bernd Kuhls
@ 2019-10-07 21:10 ` Thomas Petazzoni
  2019-10-26 18:12 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-10-07 21:10 UTC (permalink / raw)
  To: buildroot

On Sun,  6 Oct 2019 16:19:04 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

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

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/libopenh264: bump version to 2.0.0
  2019-10-06 14:19 [Buildroot] [PATCH 1/1] package/libopenh264: bump version to 2.0.0 Bernd Kuhls
  2019-10-07 21:10 ` Thomas Petazzoni
@ 2019-10-26 18:12 ` Thomas Petazzoni
  2019-10-26 19:04   ` Bernd Kuhls
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2019-10-26 18:12 UTC (permalink / raw)
  To: buildroot

On Sun,  6 Oct 2019 16:19:04 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

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

This version bump has badly broken the build on MIPS:

  http://autobuild.buildroot.net/?reason=libopenh264%

This error was not happening before. The non-MIPS failures in the list
above have already been fixed, they were related to SSP issues. But
now, it consistently fails to build on MIPS.

Could you have a look ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/libopenh264: bump version to 2.0.0
  2019-10-26 18:12 ` Thomas Petazzoni
@ 2019-10-26 19:04   ` Bernd Kuhls
  0 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2019-10-26 19:04 UTC (permalink / raw)
  To: buildroot

Am Sat, 26 Oct 2019 20:12:24 +0200 schrieb Thomas Petazzoni:

> This version bump has badly broken the build on MIPS:
> 
>   http://autobuild.buildroot.net/?reason=libopenh264%

Hi Thomas,

sent patch: http://patchwork.ozlabs.org/patch/1184827/

Regards, Bernd

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

end of thread, other threads:[~2019-10-26 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-06 14:19 [Buildroot] [PATCH 1/1] package/libopenh264: bump version to 2.0.0 Bernd Kuhls
2019-10-07 21:10 ` Thomas Petazzoni
2019-10-26 18:12 ` Thomas Petazzoni
2019-10-26 19:04   ` Bernd Kuhls

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