All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1
@ 2016-11-17 17:08 Vicente Olivert Riera
  2016-11-17 17:08 ` [Buildroot] [PATCH next 2/9] gstreamer1/gst1-plugins-base: " Vicente Olivert Riera
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:08 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gstreamer/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 8bd7782..40677da 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.10.0.tar.xz.sha256sum
-sha256	1e7778fabe480185bfc4ce552f0860de1443f6618a68a86ccdd65854fed37207  gstreamer-1.10.0.tar.xz
+# From http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.1.tar.xz.sha256sum
+sha256 f68df996e0e699382b935bb4783dd402c301377df18f57e28e0318c4b3bff6da  gstreamer-1.10.1.tar.xz
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index cb111f2..794abc4 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.10.0
+GSTREAMER1_VERSION = 1.10.1
 GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
 GSTREAMER1_SITE = https://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER1_INSTALL_STAGING = YES
-- 
2.10.1

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

* [Buildroot] [PATCH next 2/9] gstreamer1/gst1-plugins-base: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
@ 2016-11-17 17:08 ` Vicente Olivert Riera
  2016-11-17 17:08 ` [Buildroot] [PATCH next 3/9] gstreamer1/gst1-plugins-good: " Vicente Olivert Riera
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:08 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-plugins-base/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 f4a43ca..70aad4d 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.10.0.tar.xz.sha256sum
-sha256	bfcdef97dfc69a0bbdb4403c47aae4e53def176bf0b781c5d818550536cfe94a  gst-plugins-base-1.10.0.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.10.1.tar.xz.sha256sum
+sha256 66cfee294c7aaf9d7867eaba4841ca6254ea74f1a8b53e1289f4d3b9b6c976c9  gst-plugins-base-1.10.1.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 c5686b3..c89c22d 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.10.0
+GST1_PLUGINS_BASE_VERSION = 1.10.1
 GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz
 GST1_PLUGINS_BASE_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-base
 GST1_PLUGINS_BASE_INSTALL_STAGING = YES
-- 
2.10.1

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

* [Buildroot] [PATCH next 3/9] gstreamer1/gst1-plugins-good: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
  2016-11-17 17:08 ` [Buildroot] [PATCH next 2/9] gstreamer1/gst1-plugins-base: " Vicente Olivert Riera
@ 2016-11-17 17:08 ` Vicente Olivert Riera
  2016-11-17 17:09 ` [Buildroot] [PATCH next 4/9] gstreamer1/gst1-plugins-ugly: " Vicente Olivert Riera
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:08 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-plugins-good/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 a00db6c..9977e2f 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.10.0.tar.xz.sha256sum
-sha256	7a03559763f5634ab1b4b2edd3e9f7442bdd4657187e20ea5e1887ae46371de2  gst-plugins-good-1.10.0.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.10.1.tar.xz.sha256sum
+sha256 a7642ea7e7c17fb67e94d0c17e56757b6577fa7ed244ff8c11031841d3556cc2  gst-plugins-good-1.10.1.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 ca3bfaa..9da0c21 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.10.0
+GST1_PLUGINS_GOOD_VERSION = 1.10.1
 GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
 GST1_PLUGINS_GOOD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-good
 GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
-- 
2.10.1

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

* [Buildroot] [PATCH next 4/9] gstreamer1/gst1-plugins-ugly: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
  2016-11-17 17:08 ` [Buildroot] [PATCH next 2/9] gstreamer1/gst1-plugins-base: " Vicente Olivert Riera
  2016-11-17 17:08 ` [Buildroot] [PATCH next 3/9] gstreamer1/gst1-plugins-good: " Vicente Olivert Riera
@ 2016-11-17 17:09 ` Vicente Olivert Riera
  2016-11-17 17:09 ` [Buildroot] [PATCH next 5/9] gstreamer1/gst1-plugins-bad: " Vicente Olivert Riera
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:09 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-plugins-ugly/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 5784525..fd6fe7c 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.10.0.tar.xz.sha256sum
-sha256	97de8d1903abb54305732e6b8781c8c42f5cc5a2a548a8f31b38c189e81a55e0  gst-plugins-ugly-1.10.0.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.10.1.tar.xz.sha256sum
+sha256 a5ecd59fc2091eeb52368de81cc6a91c1a1c19dc5bdde85ce90e1eed5d4183c2  gst-plugins-ugly-1.10.1.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 40234a1..55b8e92 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.10.0
+GST1_PLUGINS_UGLY_VERSION = 1.10.1
 GST1_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST1_PLUGINS_UGLY_VERSION).tar.xz
 GST1_PLUGINS_UGLY_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-ugly
 GST1_PLUGINS_UGLY_LICENSE_FILES = COPYING
-- 
2.10.1

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

* [Buildroot] [PATCH next 5/9] gstreamer1/gst1-plugins-bad: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
                   ` (2 preceding siblings ...)
  2016-11-17 17:09 ` [Buildroot] [PATCH next 4/9] gstreamer1/gst1-plugins-ugly: " Vicente Olivert Riera
@ 2016-11-17 17:09 ` Vicente Olivert Riera
  2016-11-17 17:09 ` [Buildroot] [PATCH next 6/9] gstreamer1/gst1-libav: " Vicente Olivert Riera
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:09 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-plugins-bad/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 34f3dc2..3b14e29 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.10.0.tar.xz.sha256sum
-sha256	3d5f9d16e1a3ee7c5c024494cc3a3420007bfdce6f94511317ae004972811c4f  gst-plugins-bad-1.10.0.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.10.1.tar.xz.sha256sum
+sha256 133e0ed9fe21011b15d3898e3d3a9d17ab74eed31996da2e353353e688ca921d  gst-plugins-bad-1.10.1.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 098cf2b..3172489 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.10.0
+GST1_PLUGINS_BAD_VERSION = 1.10.1
 GST1_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST1_PLUGINS_BAD_VERSION).tar.xz
 GST1_PLUGINS_BAD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-bad
 GST1_PLUGINS_BAD_INSTALL_STAGING = YES
-- 
2.10.1

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

* [Buildroot] [PATCH next 6/9] gstreamer1/gst1-libav: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
                   ` (3 preceding siblings ...)
  2016-11-17 17:09 ` [Buildroot] [PATCH next 5/9] gstreamer1/gst1-plugins-bad: " Vicente Olivert Riera
@ 2016-11-17 17:09 ` Vicente Olivert Riera
  2016-11-17 17:09 ` [Buildroot] [PATCH next 7/9] gstreamer1/gst1-rtsp-server: " Vicente Olivert Riera
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:09 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-libav/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 329d1d6..1bb714f 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.10.0.tar.xz.sha256sum
-sha256	af98204411c78abb98233c1858f2886be6401304d24be218752bbbcede9bd85b  gst-libav-1.10.0.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.10.1.tar.xz.sha256sum
+sha256 27b28b8de0e6dff1e3952428e8ed8ba4a12f452f789ac0ae9bbe50f00a5c72c7  gst-libav-1.10.1.tar.xz
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index 718ebdb..eec6303 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.10.0
+GST1_LIBAV_VERSION = 1.10.1
 GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
 GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
 GST1_LIBAV_CONF_OPTS = --with-system-libav
-- 
2.10.1

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

* [Buildroot] [PATCH next 7/9] gstreamer1/gst1-rtsp-server: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
                   ` (4 preceding siblings ...)
  2016-11-17 17:09 ` [Buildroot] [PATCH next 6/9] gstreamer1/gst1-libav: " Vicente Olivert Riera
@ 2016-11-17 17:09 ` Vicente Olivert Riera
  2016-11-17 17:09 ` [Buildroot] [PATCH next 8/9] gstreamer1/gst1-validate: " Vicente Olivert Riera
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:09 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-rtsp-server/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash | 4 ++--
 package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
index 597f0b2..b2e789d 100644
--- a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
+++ b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
@@ -1,2 +1,2 @@
-# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.10.0.tar.xz.sha256sum
-sha256 aa72a94cccdd2387ad25dc65c5c0b1f76269c3997cbde348232eec2a1565b3cd  gst-rtsp-server-1.10.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.10.1.tar.xz.sha256sum
+sha256 ddc0c2699598623c2d19d3a2856fb73365496a949783537b238f44bc51e5b005  gst-rtsp-server-1.10.1.tar.xz
diff --git a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
index 4ff44c9..b5854e1 100644
--- a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
+++ b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_RTSP_SERVER_VERSION = 1.10.0
+GST1_RTSP_SERVER_VERSION = 1.10.1
 GST1_RTSP_SERVER_SOURCE = gst-rtsp-server-$(GST1_RTSP_SERVER_VERSION).tar.xz
 GST1_RTSP_SERVER_SITE = http://gstreamer.freedesktop.org/src/gst-rtsp-server
 GST1_RTSP_SERVER_LICENSE = LGPLv2+
-- 
2.10.1

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

* [Buildroot] [PATCH next 8/9] gstreamer1/gst1-validate: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
                   ` (5 preceding siblings ...)
  2016-11-17 17:09 ` [Buildroot] [PATCH next 7/9] gstreamer1/gst1-rtsp-server: " Vicente Olivert Riera
@ 2016-11-17 17:09 ` Vicente Olivert Riera
  2016-11-17 17:09 ` [Buildroot] [PATCH next 9/9] gstreamer1/gst1-omx: " Vicente Olivert Riera
  2016-11-21 22:17 ` [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: " Thomas Petazzoni
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:09 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-validate/1.10.1.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 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 f08e1b7..adfb2fa 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.10.0.tar.xz.sha256sum
-sha256 a99a5cd1dfa5d021dd0197b32b04a20348479c097ebeb1f4c36161d70048a176  gst-validate-1.10.0.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.1.tar.xz.sha256sum
+sha256 07ae671a3e77c5480d2c1732175dd3b3255b6937ac55d4b3e69a90f8e3043f75  gst-validate-1.10.1.tar.xz
diff --git a/package/gstreamer1/gst1-validate/gst1-validate.mk b/package/gstreamer1/gst1-validate/gst1-validate.mk
index 94595a6..cb857d0 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.10.0
+GST1_VALIDATE_VERSION = 1.10.1
 GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
 GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
 GST1_VALIDATE_LICENSE = LGPLv2.1+
-- 
2.10.1

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

* [Buildroot] [PATCH next 9/9] gstreamer1/gst1-omx: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
                   ` (6 preceding siblings ...)
  2016-11-17 17:09 ` [Buildroot] [PATCH next 8/9] gstreamer1/gst1-validate: " Vicente Olivert Riera
@ 2016-11-17 17:09 ` Vicente Olivert Riera
  2016-11-21 22:17 ` [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: " Thomas Petazzoni
  8 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera @ 2016-11-17 17:09 UTC (permalink / raw)
  To: buildroot

Release notes:
  https://gstreamer.freedesktop.org/releases/gst-omx/1.10.1.html

Also fixed hash URL.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/gstreamer1/gst-omx/gst-omx.hash | 4 ++--
 package/gstreamer1/gst-omx/gst-omx.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst-omx/gst-omx.hash b/package/gstreamer1/gst-omx/gst-omx.hash
index 653c93c..bf10f0a 100644
--- a/package/gstreamer1/gst-omx/gst-omx.hash
+++ b/package/gstreamer1/gst-omx/gst-omx.hash
@@ -1,2 +1,2 @@
-# From https://gstreamer.freedesktop.org/src/gst-omx/
-sha256  89f7da36abcf278200f561fa9d8d7042ad1459aa211cdc81c4c1a3d2162e9e7f  gst-omx-1.10.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.10.1.tar.xz.sha256sum
+sha256 1b07b9ceb4552c0911af1e3b97987e3314c601eacfbc09f1cca8632e98581231  gst-omx-1.10.1.tar.xz
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index f0b39c9..c934317 100644
--- a/package/gstreamer1/gst-omx/gst-omx.mk
+++ b/package/gstreamer1/gst-omx/gst-omx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST_OMX_VERSION = 1.10.0
+GST_OMX_VERSION = 1.10.1
 GST_OMX_SOURCE = gst-omx-$(GST_OMX_VERSION).tar.xz
 GST_OMX_SITE = https://gstreamer.freedesktop.org/src/gst-omx
 
-- 
2.10.1

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

* [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1
  2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
                   ` (7 preceding siblings ...)
  2016-11-17 17:09 ` [Buildroot] [PATCH next 9/9] gstreamer1/gst1-omx: " Vicente Olivert Riera
@ 2016-11-21 22:17 ` Thomas Petazzoni
  2016-11-22  4:07   ` Baruch Siach
  8 siblings, 1 reply; 13+ messages in thread
From: Thomas Petazzoni @ 2016-11-21 22:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 17 Nov 2016 17:08:57 +0000, Vicente Olivert Riera wrote:
> Release notes:
>   https://gstreamer.freedesktop.org/releases/gstreamer/1.10.1.html
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
>  package/gstreamer1/gstreamer1/gstreamer1.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Entire 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] 13+ messages in thread

* [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1
  2016-11-21 22:17 ` [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: " Thomas Petazzoni
@ 2016-11-22  4:07   ` Baruch Siach
  2016-11-22  4:12     ` Baruch Siach
  2016-11-22  9:43     ` Thomas Petazzoni
  0 siblings, 2 replies; 13+ messages in thread
From: Baruch Siach @ 2016-11-22  4:07 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Mon, Nov 21, 2016 at 11:17:17PM +0100, Thomas Petazzoni wrote:
> On Thu, 17 Nov 2016 17:08:57 +0000, Vicente Olivert Riera wrote:
> > Release notes:
> >   https://gstreamer.freedesktop.org/releases/gstreamer/1.10.1.html
> > 
> > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> > ---
> >  package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
> >  package/gstreamer1/gstreamer1/gstreamer1.mk   | 2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> Entire series applied to next, thanks!

Patch 5/9 (gstreamer1/gst1-plugins-bad: bump version to 1.10.1) is not in next 
as of 8684b9b01e5f3.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1
  2016-11-22  4:07   ` Baruch Siach
@ 2016-11-22  4:12     ` Baruch Siach
  2016-11-22  9:43     ` Thomas Petazzoni
  1 sibling, 0 replies; 13+ messages in thread
From: Baruch Siach @ 2016-11-22  4:12 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Tue, Nov 22, 2016 at 06:07:10AM +0200, Baruch Siach wrote:
> On Mon, Nov 21, 2016 at 11:17:17PM +0100, Thomas Petazzoni wrote:
> > On Thu, 17 Nov 2016 17:08:57 +0000, Vicente Olivert Riera wrote:
> > > Release notes:
> > >   https://gstreamer.freedesktop.org/releases/gstreamer/1.10.1.html
> > > 
> > > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> > > ---
> > >  package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
> > >  package/gstreamer1/gstreamer1/gstreamer1.mk   | 2 +-
> > >  2 files changed, 3 insertions(+), 3 deletions(-)
> > 
> > Entire series applied to next, thanks!
> 
> Patch 5/9 (gstreamer1/gst1-plugins-bad: bump version to 1.10.1) is not in next 
> as of 8684b9b01e5f3.

Sorry, I meant a6978c38d56, current next.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1
  2016-11-22  4:07   ` Baruch Siach
  2016-11-22  4:12     ` Baruch Siach
@ 2016-11-22  9:43     ` Thomas Petazzoni
  1 sibling, 0 replies; 13+ messages in thread
From: Thomas Petazzoni @ 2016-11-22  9:43 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 22 Nov 2016 06:07:10 +0200, Baruch Siach wrote:

> > Entire series applied to next, thanks!  
> 
> Patch 5/9 (gstreamer1/gst1-plugins-bad: bump version to 1.10.1) is not in next 
> as of 8684b9b01e5f3.

Thanks for noticing, this was a mistake on my side. I now applied and
pushed this patch as well.

Thanks again,

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

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

end of thread, other threads:[~2016-11-22  9:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17 17:08 [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: bump version to 1.10.1 Vicente Olivert Riera
2016-11-17 17:08 ` [Buildroot] [PATCH next 2/9] gstreamer1/gst1-plugins-base: " Vicente Olivert Riera
2016-11-17 17:08 ` [Buildroot] [PATCH next 3/9] gstreamer1/gst1-plugins-good: " Vicente Olivert Riera
2016-11-17 17:09 ` [Buildroot] [PATCH next 4/9] gstreamer1/gst1-plugins-ugly: " Vicente Olivert Riera
2016-11-17 17:09 ` [Buildroot] [PATCH next 5/9] gstreamer1/gst1-plugins-bad: " Vicente Olivert Riera
2016-11-17 17:09 ` [Buildroot] [PATCH next 6/9] gstreamer1/gst1-libav: " Vicente Olivert Riera
2016-11-17 17:09 ` [Buildroot] [PATCH next 7/9] gstreamer1/gst1-rtsp-server: " Vicente Olivert Riera
2016-11-17 17:09 ` [Buildroot] [PATCH next 8/9] gstreamer1/gst1-validate: " Vicente Olivert Riera
2016-11-17 17:09 ` [Buildroot] [PATCH next 9/9] gstreamer1/gst1-omx: " Vicente Olivert Riera
2016-11-21 22:17 ` [Buildroot] [PATCH next 1/9] gstreamer1/gstreamer1: " Thomas Petazzoni
2016-11-22  4:07   ` Baruch Siach
2016-11-22  4:12     ` Baruch Siach
2016-11-22  9:43     ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.