Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3
@ 2016-01-20 22:17 Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-01-20 22:17 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 6a67fc5..8a88de8 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.6.2.tar.xz.sha256sum
-sha256	5896716bd8e089dba452932a2eff2bb6f6c9d58ff64a96635d157f1ffaf8feb2  gstreamer-1.6.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.6.3.tar.xz.sha256sum
+sha256	22f9568d67b87cf700a111f381144bd37cb93790a77e4e331db01fe854a37f24  gstreamer-1.6.3.tar.xz
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index 295623e..4548773 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.6.2
+GSTREAMER1_VERSION = 1.6.3
 GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
 GSTREAMER1_SITE = http://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER1_INSTALL_STAGING = YES
-- 
2.4.10

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

* [Buildroot] [PATCH 2/6] gst1-plugins-base: bump to version 1.6.3
  2016-01-20 22:17 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3 Gustavo Zacarias
@ 2016-01-20 22:18 ` Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-01-20 22:18 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 b487aa7..63ca85c 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.6.2.tar.xz.sha256sum
-sha256	c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322  gst-plugins-base-1.6.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.6.3.tar.xz.sha256sum
+sha256	b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75  gst-plugins-base-1.6.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 d21b4ae..0db787e 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.6.2
+GST1_PLUGINS_BASE_VERSION = 1.6.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.4.10

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

* [Buildroot] [PATCH 3/6] gst1-plugins-good: bump to version 1.6.3
  2016-01-20 22:17 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3 Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
@ 2016-01-20 22:18 ` Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-01-20 22:18 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 c21f391..3d8f943 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.6.2.tar.xz.sha256sum
-sha256	876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92  gst-plugins-good-1.6.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.6.3.tar.xz.sha256sum
+sha256	24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177  gst-plugins-good-1.6.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 c2c69f1..92ce029 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.6.2
+GST1_PLUGINS_GOOD_VERSION = 1.6.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.4.10

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

* [Buildroot] [PATCH 4/6] gst1-plugins-bad: bump to version 1.6.3
  2016-01-20 22:17 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3 Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Gustavo Zacarias
@ 2016-01-20 22:18 ` Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-01-20 22:18 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 cff4412..b1a80f5 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.6.2.tar.xz.sha256sum
-sha256	650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe  gst-plugins-bad-1.6.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.6.3.tar.xz.sha256sum
+sha256	971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61  gst-plugins-bad-1.6.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 844cd8c..7367292 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.6.2
+GST1_PLUGINS_BAD_VERSION = 1.6.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_LICENSE_FILES = COPYING COPYING.LIB
-- 
2.4.10

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

* [Buildroot] [PATCH 5/6] gst1-plugins-ugly: bump to version 1.6.3
  2016-01-20 22:17 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2016-01-20 22:18 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Gustavo Zacarias
@ 2016-01-20 22:18 ` Gustavo Zacarias
  2016-01-20 22:18 ` [Buildroot] [PATCH 6/6] gst1-libav: " Gustavo Zacarias
  2016-01-20 23:01 ` [Buildroot] [PATCH 1/6] gstreamer1: " Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-01-20 22:18 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 84d3c74..54880b7 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.6.2.tar.xz.sha256sum
-sha256	e7f1b6321c8667fabc0dedce3998a3c6e90ce9ce9dea7186d33dc4359f9e9845  gst-plugins-ugly-1.6.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.6.3.tar.xz.sha256sum
+sha256	2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064  gst-plugins-ugly-1.6.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 64e7e92..b42efcb 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.6.2
+GST1_PLUGINS_UGLY_VERSION = 1.6.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.4.10

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

* [Buildroot] [PATCH 6/6] gst1-libav: bump to version 1.6.3
  2016-01-20 22:17 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2016-01-20 22:18 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Gustavo Zacarias
@ 2016-01-20 22:18 ` Gustavo Zacarias
  2016-01-20 23:01 ` [Buildroot] [PATCH 1/6] gstreamer1: " Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-01-20 22:18 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gstreamer1/gst1-libav/gst1-libav.hash b/package/gstreamer1/gst1-libav/gst1-libav.hash
index 7530637..d234b32 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.hash
+++ b/package/gstreamer1/gst1-libav/gst1-libav.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.6.2.tar.xz.sha256sum
-sha256	2597acc00171006d49f0d300440a87df51b113d557466e532153abc740db3469  gst-libav-1.6.2.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.6.3.tar.xz.sha256sum
+sha256	857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab  gst-libav-1.6.3.tar.xz
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index 6a72f9c..3a987a7 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.mk
+++ b/package/gstreamer1/gst1-libav/gst1-libav.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_LIBAV_VERSION = 1.6.2
+GST1_LIBAV_VERSION = 1.6.3
 GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
 GST1_LIBAV_SITE = http://gstreamer.freedesktop.org/src/gst-libav
 
-- 
2.4.10

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

* [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3
  2016-01-20 22:17 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2016-01-20 22:18 ` [Buildroot] [PATCH 6/6] gst1-libav: " Gustavo Zacarias
@ 2016-01-20 23:01 ` Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2016-01-20 23:01 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed, 20 Jan 2016 19:17:59 -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(-)

All applied, thanks.

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

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

end of thread, other threads:[~2016-01-20 23:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-20 22:17 [Buildroot] [PATCH 1/6] gstreamer1: bump to version 1.6.3 Gustavo Zacarias
2016-01-20 22:18 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Gustavo Zacarias
2016-01-20 22:18 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Gustavo Zacarias
2016-01-20 22:18 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Gustavo Zacarias
2016-01-20 22:18 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Gustavo Zacarias
2016-01-20 22:18 ` [Buildroot] [PATCH 6/6] gst1-libav: " Gustavo Zacarias
2016-01-20 23:01 ` [Buildroot] [PATCH 1/6] gstreamer1: " Thomas Petazzoni

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