Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] bump gstreamer1 packages
@ 2014-12-07 22:54 Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 1/6] gstreamer1: bump version Peter Korsgaard
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-07 22:54 UTC (permalink / raw)
  To: buildroot

This series bumps the various gstreamer 1.x packages to the latest stable
bugfix release (1.4.4).

gst-omx and gst1-validate have not seen any new releases, so those are not
touched.

--
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/6] gstreamer1: bump version
  2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
@ 2014-12-07 22:54 ` Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Peter Korsgaard
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-07 22:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 c5930e6..f0e1ddc 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.hash
+++ b/package/gstreamer1/gstreamer1/gstreamer1.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/gstreamer-announce/2014-September/000329.html
-sha256	11f155784d28b85a12b50d2fc8f91c6b75d9ca325cc76aaffba1a58d4c9549c9	gstreamer-1.4.3.tar.xz
+# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-November/050375.html
+sha256	f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237  gstreamer-1.4.4.tar.xz
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index be84d5b..9f16289 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.4.3
+GSTREAMER1_VERSION = 1.4.4
 GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
 GSTREAMER1_SITE = http://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER1_INSTALL_STAGING = YES
-- 
2.1.3

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

* [Buildroot] [PATCH 2/6] gst1-plugins-base: bump version
  2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 1/6] gstreamer1: bump version Peter Korsgaard
@ 2014-12-07 22:54 ` Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Peter Korsgaard
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-07 22:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 0c8bdad..84c003c 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://lists.freedesktop.org/archives/gstreamer-announce/2014-September/000329.html
-sha256	f7b4d2b3ba2bcac485896e2c1c36459cb091ebe8b49e91635c27d40f66792d9d	gst-plugins-base-1.4.3.tar.xz
+# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-November/050375.html
+sha256	49cd9e8f23c416b1607b43837a09833fa03e0106929d81ead2ddfde6c0ade44b  gst-plugins-base-1.4.4.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 15368a2..35c95a6 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.4.3
+GST1_PLUGINS_BASE_VERSION = 1.4.4
 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.1.3

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

* [Buildroot] [PATCH 3/6] gst1-plugins-good: bump version
  2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 1/6] gstreamer1: bump version Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Peter Korsgaard
@ 2014-12-07 22:54 ` Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Peter Korsgaard
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-07 22:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 27d6c44..4303a71 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://lists.freedesktop.org/archives/gstreamer-announce/2014-September/000329.html
-sha256	5876a74402f2a24d1d3ae9163c32466bdc7a565696dddeef65e6a9a93efc5537	gst-plugins-good-1.4.3.tar.xz
+# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-November/050375.html
+sha256	2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277  gst-plugins-good-1.4.4.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 7c40b99..fc7d336 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.4.3
+GST1_PLUGINS_GOOD_VERSION = 1.4.4
 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.1.3

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

* [Buildroot] [PATCH 4/6] gst1-plugins-bad: bump version
  2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
                   ` (2 preceding siblings ...)
  2014-12-07 22:54 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Peter Korsgaard
@ 2014-12-07 22:54 ` Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Peter Korsgaard
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-07 22:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 cbae6e6..1cd6c64 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://lists.freedesktop.org/archives/gstreamer-announce/2014-September/000329.html
-sha256	a6840080c469d0db51d6d4d0f7c42c97b3c8c01942f24401c61b1ad36726b97c	gst-plugins-bad-1.4.3.tar.xz
+# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-November/050375.html
+sha256	e41b36105c0a13a2cb1ff9f559714e839b82dc3841484cd664790fb7947e55c7  gst-plugins-bad-1.4.4.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 a8dbd53..1a3aa7c 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.4.3
+GST1_PLUGINS_BAD_VERSION = 1.4.4
 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.1.3

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

* [Buildroot] [PATCH 5/6] gst1-plugins-ugly: bump version
  2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
                   ` (3 preceding siblings ...)
  2014-12-07 22:54 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Peter Korsgaard
@ 2014-12-07 22:54 ` Peter Korsgaard
  2014-12-07 22:54 ` [Buildroot] [PATCH 6/6] gst1-libav: " Peter Korsgaard
  2014-12-08  7:56 ` [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-07 22:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 575336e..bc2478d 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://lists.freedesktop.org/archives/gstreamer-announce/2014-September/000329.html
-sha256	d581592a82cf3930361430d38436c30a58d8b6c249cad18f7f213b203e206d46	gst-plugins-ugly-1.4.3.tar.xz
+# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-November/050375.html
+sha256	afe2300130aaba910b8d5fab8d1fdf8b001ff4893ec1ac57b5d8766836cd81e9  gst-plugins-ugly-1.4.4.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 3455832..1a4bdcd 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.4.3
+GST1_PLUGINS_UGLY_VERSION = 1.4.4
 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.1.3

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

* [Buildroot] [PATCH 6/6] gst1-libav: bump version
  2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
                   ` (4 preceding siblings ...)
  2014-12-07 22:54 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Peter Korsgaard
@ 2014-12-07 22:54 ` Peter Korsgaard
  2014-12-08  7:56 ` [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-07 22:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 957db83..346698d 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.hash
+++ b/package/gstreamer1/gst1-libav/gst1-libav.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/gstreamer-announce/2014-September/000329.html
-sha256	833229d2b1aad6549ad0297435516508cc3ac47b166d6393ecdffc34c31a01d3	gst-libav-1.4.3.tar.xz
+# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-November/050375.html
+sha256	2ec7285e5ec6731963b0955487cceb9eb04e285ca682f3ef575996c068cde8aa  gst-libav-1.4.4.tar.xz
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index 1772530..ffa9cad 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.4.3
+GST1_LIBAV_VERSION = 1.4.4
 GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
 GST1_LIBAV_SITE = http://gstreamer.freedesktop.org/src/gst-libav
 
-- 
2.1.3

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

* [Buildroot] [PATCH 0/6] bump gstreamer1 packages
  2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
                   ` (5 preceding siblings ...)
  2014-12-07 22:54 ` [Buildroot] [PATCH 6/6] gst1-libav: " Peter Korsgaard
@ 2014-12-08  7:56 ` Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-12-08  7:56 UTC (permalink / raw)
  To: buildroot

On Sun, Dec 7, 2014 at 11:54 PM, Peter Korsgaard <peter@korsgaard.com> wrote:
> This series bumps the various gstreamer 1.x packages to the latest stable
> bugfix release (1.4.4).
>
> gst-omx and gst1-validate have not seen any new releases, so those are not
> touched.

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-12-08  7:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-07 22:54 [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard
2014-12-07 22:54 ` [Buildroot] [PATCH 1/6] gstreamer1: bump version Peter Korsgaard
2014-12-07 22:54 ` [Buildroot] [PATCH 2/6] gst1-plugins-base: " Peter Korsgaard
2014-12-07 22:54 ` [Buildroot] [PATCH 3/6] gst1-plugins-good: " Peter Korsgaard
2014-12-07 22:54 ` [Buildroot] [PATCH 4/6] gst1-plugins-bad: " Peter Korsgaard
2014-12-07 22:54 ` [Buildroot] [PATCH 5/6] gst1-plugins-ugly: " Peter Korsgaard
2014-12-07 22:54 ` [Buildroot] [PATCH 6/6] gst1-libav: " Peter Korsgaard
2014-12-08  7:56 ` [Buildroot] [PATCH 0/6] bump gstreamer1 packages Peter Korsgaard

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