Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3
@ 2016-08-20  0:56 Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-08-20  0:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
 package/gstreamer1/gstreamer1/gstreamer1.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gstreamer1/gstreamer1.hash b/package/gstreamer1/gstreamer1/gstreamer1.hash
index b32fcfe..c85518e 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.hash
+++ b/package/gstreamer1/gstreamer1/gstreamer1.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.8.2.tar.xz.sha256sum
-sha256	9dbebe079c2ab2004ef7f2649fa317cabea1feb4fb5605c24d40744b90918341  gstreamer-1.8.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.8.3.tar.xz.sha256sum
+sha256	66b37762d4fdcd63bce5a2bec57e055f92420e95037361609900278c0db7c53f  gstreamer-1.8.3.tar.xz
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index beea3b7..4036825 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.8.2
+GSTREAMER1_VERSION = 1.8.3
 GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
 GSTREAMER1_SITE = http://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER1_INSTALL_STAGING = YES
-- 
2.7.3

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

* [Buildroot] [PATCH 2/6] gst1-plugins-base: bump to version 1.8.3
  2016-08-20  0:56 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3 Gustavo Zacarias
@ 2016-08-20  0:56 ` Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-08-20  0:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash | 4 ++--
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
index 9c4ae8a..83f0e83 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.8.2.tar.xz.sha256sum
-sha256	9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d  gst-plugins-base-1.8.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.8.3.tar.xz.sha256sum
+sha256	114871d4d63606b4af424a8433cd923e4ff66896b244bb7ac97b9da47f71e79e  gst-plugins-base-1.8.3.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 1b2d343..3416e94 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_BASE_VERSION = 1.8.2
+GST1_PLUGINS_BASE_VERSION = 1.8.3
 GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz
 GST1_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
 GST1_PLUGINS_BASE_INSTALL_STAGING = YES
-- 
2.7.3

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

* [Buildroot] [PATCH 3/6] gst1-plugins-good: bump to version 1.8.3
  2016-08-20  0:56 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3 Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
@ 2016-08-20  0:56 ` Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-08-20  0:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash | 4 ++--
 package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
index 404ee07..2e3db3d 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.8.2.tar.xz.sha256sum
-sha256	8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944  gst-plugins-good-1.8.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.8.3.tar.xz.sha256sum
+sha256	a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a  gst-plugins-good-1.8.3.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
index 8d7ff29..05f2650 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_GOOD_VERSION = 1.8.2
+GST1_PLUGINS_GOOD_VERSION = 1.8.3
 GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
 GST1_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good
 GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
-- 
2.7.3

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

* [Buildroot] [PATCH 4/6] gst1-plugins-bad: bump to version 1.8.3
  2016-08-20  0:56 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3 Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Gustavo Zacarias
@ 2016-08-20  0:56 ` Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-08-20  0:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash | 4 ++--
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
index d4d9b47..a0d6cdc 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.8.2.tar.xz.sha256sum
-sha256	d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97  gst-plugins-bad-1.8.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.8.3.tar.xz.sha256sum
+sha256	7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b  gst-plugins-bad-1.8.3.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index 3ffdd10..ca2dbfa 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_BAD_VERSION = 1.8.2
+GST1_PLUGINS_BAD_VERSION = 1.8.3
 GST1_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST1_PLUGINS_BAD_VERSION).tar.xz
 GST1_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad
 GST1_PLUGINS_BAD_INSTALL_STAGING = YES
-- 
2.7.3

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

* [Buildroot] [PATCH 5/6] gst1-plugins-ugly: bump to version 1.8.3
  2016-08-20  0:56 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2016-08-20  0:56 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Gustavo Zacarias
@ 2016-08-20  0:56 ` Gustavo Zacarias
  2016-08-20  0:56 ` [Buildroot] [PATCH 6/6] gst1-validate: " Gustavo Zacarias
  2016-08-20  9:47 ` [Buildroot] [PATCH 1/6] gstreamer1: " Thomas Petazzoni
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-08-20  0:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash | 4 ++--
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
index d384d48..1c6aa7d 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.8.2.tar.xz.sha256sum
-sha256	9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac  gst-plugins-ugly-1.8.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.8.3.tar.xz.sha256sum
+sha256	6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693  gst-plugins-ugly-1.8.3.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index 8864b04..2e9891e 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_UGLY_VERSION = 1.8.2
+GST1_PLUGINS_UGLY_VERSION = 1.8.3
 GST1_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST1_PLUGINS_UGLY_VERSION).tar.xz
 GST1_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly
 GST1_PLUGINS_UGLY_LICENSE_FILES = COPYING
-- 
2.7.3

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

* [Buildroot] [PATCH 6/6] gst1-validate: bump to version 1.8.3
  2016-08-20  0:56 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2016-08-20  0:56 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Gustavo Zacarias
@ 2016-08-20  0:56 ` Gustavo Zacarias
  2016-08-20  9:47 ` [Buildroot] [PATCH 1/6] gstreamer1: " Thomas Petazzoni
  5 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-08-20  0:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gstreamer1/gst1-validate/gst1-validate.hash | 4 ++--
 package/gstreamer1/gst1-validate/gst1-validate.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-validate/gst1-validate.hash b/package/gstreamer1/gst1-validate/gst1-validate.hash
index 2394f8a..09061f4 100644
--- a/package/gstreamer1/gst1-validate/gst1-validate.hash
+++ b/package/gstreamer1/gst1-validate/gst1-validate.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.8.2.tar.xz.sha256sum
-sha256 33c5b585c5ca1659fe6c09fdf02e45d8132c0d386b405bf527b14ab481a0bafe  gst-validate-1.8.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.8.3.tar.xz.sha256sum
+sha256 4525a4fb5b85b8a49674e00d652bee9ac62c56241c148abbff23efa50a224e34  gst-validate-1.8.3.tar.xz
diff --git a/package/gstreamer1/gst1-validate/gst1-validate.mk b/package/gstreamer1/gst1-validate/gst1-validate.mk
index ee76817..72daa45 100644
--- a/package/gstreamer1/gst1-validate/gst1-validate.mk
+++ b/package/gstreamer1/gst1-validate/gst1-validate.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_VALIDATE_VERSION = 1.8.2
+GST1_VALIDATE_VERSION = 1.8.3
 GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
 GST1_VALIDATE_SITE = http://gstreamer.freedesktop.org/src/gst-validate
 GST1_VALIDATE_LICENSE = LGPLv2.1+
-- 
2.7.3

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

* [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3
  2016-08-20  0:56 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2016-08-20  0:56 ` [Buildroot] [PATCH 6/6] gst1-validate: " Gustavo Zacarias
@ 2016-08-20  9:47 ` Thomas Petazzoni
  2016-08-20 11:36   ` Gustavo Zacarias
  5 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2016-08-20  9:47 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 19 Aug 2016 21:56:27 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
>  package/gstreamer1/gstreamer1/gstreamer1.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Series applied to next, thanks.

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

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

* [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3
  2016-08-20  9:47 ` [Buildroot] [PATCH 1/6] gstreamer1: " Thomas Petazzoni
@ 2016-08-20 11:36   ` Gustavo Zacarias
  0 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-08-20 11:36 UTC (permalink / raw)
  To: buildroot

On 20/08/16 06:47, Thomas Petazzoni wrote:

> Hello,
>
> On Fri, 19 Aug 2016 21:56:27 -0300, Gustavo Zacarias wrote:
>> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
>> ---
>>  package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
>>  package/gstreamer1/gstreamer1/gstreamer1.mk   | 2 +-
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> Series applied to next, thanks.
>
> Thomas

Hi, thanks.
Just to keep everyone on the loop, gst1-libav wasn't bumped on purpose - 
it doesn't build against ffmpeg 2.x without a small patch, and even with 
that patch it seems to have issues with audio, so probably pending the 
bump to ffmpeg 3.x
I've already asked on the gstreamer-devel mailing list if system ffmpeg 
isn't (again) recommended since the bundled version was bumped.
Regards.

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

end of thread, other threads:[~2016-08-20 11:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20  0:56 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.8.3 Gustavo Zacarias
2016-08-20  0:56 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
2016-08-20  0:56 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Gustavo Zacarias
2016-08-20  0:56 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Gustavo Zacarias
2016-08-20  0:56 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Gustavo Zacarias
2016-08-20  0:56 ` [Buildroot] [PATCH 6/6] gst1-validate: " Gustavo Zacarias
2016-08-20  9:47 ` [Buildroot] [PATCH 1/6] gstreamer1: " Thomas Petazzoni
2016-08-20 11:36   ` Gustavo Zacarias

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