* [Buildroot] [PATCH 02/10] gst1-vaapi: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 03/10] gst-omx: " Peter Korsgaard
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-vaapi/gst1-vaapi.hash | 4 ++--
package/gstreamer1/gst1-vaapi/gst1-vaapi.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
index 977b18897c..9f8b9f1bdb 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
@@ -1,2 +1,2 @@
-# from https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.0.tar.xz.sha256sum
-sha256 4a1a5a174b3d3a76ce6c123203e7ee535a347d77f9d4f4ffaf69bfbbfeb03ddb gstreamer-vaapi-1.12.0.tar.xz
+# from https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.1.tar.xz.sha256sum
+sha256 de4e9697a856660ccbf27f45ffa86b1a97af426f7823ec65a48f2e9daac9e4a1 gstreamer-vaapi-1.12.1.tar.xz
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
index e92d758363..281cb99668 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_VAAPI_VERSION = 1.12.0
+GST1_VAAPI_VERSION = 1.12.1
GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
GST1_VAAPI_LICENSE = LGPL-2.1+
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 03/10] gst-omx: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 02/10] gst1-vaapi: bump version to 1.12.1 Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 04/10] gst1-libav: " Peter Korsgaard
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 8c6d1e9f5b..43c112c726 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/gst-omx-1.12.0.tar.xz.sha256sum
-sha256 acee8c8a88b995fb95601b7b43bf0c83f502d9026bca5705f9c0dc44a757997e gst-omx-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.12.1.tar.xz.sha256sum
+sha256 13faf0eb679c37a01f64c47f23018c2d894fa0ff1c3b98d4b1d1c69a7b3ca183 gst-omx-1.12.1.tar.xz
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index 2800592a33..66cb20b328 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.12.0
+GST_OMX_VERSION = 1.12.1
GST_OMX_SOURCE = gst-omx-$(GST_OMX_VERSION).tar.xz
GST_OMX_SITE = https://gstreamer.freedesktop.org/src/gst-omx
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 04/10] gst1-libav: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 02/10] gst1-vaapi: bump version to 1.12.1 Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 03/10] gst-omx: " Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 05/10] gst1-plugins-base: " Peter Korsgaard
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 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 d88fe07055..bd094440d8 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.12.0.tar.xz.sha256sum
-sha256 39d1477f642ee980b008e78d716b16801eec9a6e5958c5a6cdc0cb04ab0750c4 gst-libav-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.12.1.tar.xz.sha256sum
+sha256 55d7823fdf63195de991adfef32db4b8a8bef3cafa46115a951e590dc18a5077 gst-libav-1.12.1.tar.xz
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index b834c739fe..375f5f0972 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.12.0
+GST1_LIBAV_VERSION = 1.12.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.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 05/10] gst1-plugins-base: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
` (2 preceding siblings ...)
2017-07-04 12:19 ` [Buildroot] [PATCH 04/10] gst1-libav: " Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 06/10] gst1-plugins-good: " Peter Korsgaard
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 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 b0fc90a87f..d3dcb34d74 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.12.0.tar.xz.sha256sum
-sha256 345fc6877f54b8b6e97aacf2996be37a51a0e369f53fc2cf83108af9f764364d gst-plugins-base-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.12.1.tar.xz.sha256sum
+sha256 0cce9fadb574a840b3c9d31b69faf57aad6c5543c3b134a7b935de866c9e0465 gst-plugins-base-1.12.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 9fb5b17cae..e9b09f53a1 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.12.0
+GST1_PLUGINS_BASE_VERSION = 1.12.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.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 06/10] gst1-plugins-good: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
` (3 preceding siblings ...)
2017-07-04 12:19 ` [Buildroot] [PATCH 05/10] gst1-plugins-base: " Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 07/10] gst1-plugins-ugly: " Peter Korsgaard
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 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 ef9f757749..54ad40de48 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.12.0.tar.xz.sha256sum
-sha256 8a1d734db7338e00c28b794a7f0a5a9e67d1c5c8b0074075b50638207d372ebc gst-plugins-good-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.12.1.tar.xz.sha256sum
+sha256 121e8e46a7f0e622f09ec9be012607b89d737dd72d48b0f2f0680821ae2cf54b gst-plugins-good-1.12.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 febb141cf7..bd56628911 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.12.0
+GST1_PLUGINS_GOOD_VERSION = 1.12.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.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 07/10] gst1-plugins-ugly: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
` (4 preceding siblings ...)
2017-07-04 12:19 ` [Buildroot] [PATCH 06/10] gst1-plugins-good: " Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 08/10] gst1-plugins-bad: " Peter Korsgaard
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 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 5d211ce10a..20bd4855bc 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.12.0.tar.xz.sha256sum
-sha256 5e68ba5046e83ee87b17d7a13931e6091466fd771e1338c5b929ee0944d40ad6 gst-plugins-ugly-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.12.1.tar.xz.sha256sum
+sha256 8fc2123d059713a34fa5d0a26641fb8158f52f6766633d2db7a661adc88e1069 gst-plugins-ugly-1.12.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 4266ceda36..2b6905577e 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.12.0
+GST1_PLUGINS_UGLY_VERSION = 1.12.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.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 08/10] gst1-plugins-bad: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
` (5 preceding siblings ...)
2017-07-04 12:19 ` [Buildroot] [PATCH 07/10] gst1-plugins-ugly: " Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 09/10] gst1-validate: " Peter Korsgaard
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 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 68781dda62..c572d3e0ef 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.12.0.tar.xz.sha256sum
-sha256 11b73cfff1b315a8e9be1756435ea84937e7cb90afbab0e8e6975367dbfb8534 gst-plugins-bad-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.12.1.tar.xz.sha256sum
+sha256 7def8049d1c44e50199023159dfada60af58fd503ef58a020b79044bda705b97 gst-plugins-bad-1.12.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 685538dc7d..2e9e6f11da 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.12.0
+GST1_PLUGINS_BAD_VERSION = 1.12.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.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 09/10] gst1-validate: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
` (6 preceding siblings ...)
2017-07-04 12:19 ` [Buildroot] [PATCH 08/10] gst1-plugins-bad: " Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 12:19 ` [Buildroot] [PATCH 10/10] gst1-rtsp-server: " Peter Korsgaard
2017-07-04 15:06 ` [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Thomas Petazzoni
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 edb5ccd342..4148e532b3 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.12.0.tar.xz.sha256sum
-sha256 73efaf123638b97159c1ff6575dd05ea0cf7dc6d71b07806b5a5f25188a67fbb gst-validate-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.1.tar.xz.sha256sum
+sha256 150044e6aafb31447d0171f56d621671de0579328ee8f7122a671fad6e1e7182 gst-validate-1.12.1.tar.xz
diff --git a/package/gstreamer1/gst1-validate/gst1-validate.mk b/package/gstreamer1/gst1-validate/gst1-validate.mk
index d6a5a55190..459996b935 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.12.0
+GST1_VALIDATE_VERSION = 1.12.1
GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
GST1_VALIDATE_LICENSE = LGPL-2.1+
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 10/10] gst1-rtsp-server: bump version to 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
` (7 preceding siblings ...)
2017-07-04 12:19 ` [Buildroot] [PATCH 09/10] gst1-validate: " Peter Korsgaard
@ 2017-07-04 12:19 ` Peter Korsgaard
2017-07-04 15:06 ` [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Thomas Petazzoni
9 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-04 12:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 78393edd8b..b315a65f5a 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.12.0.tar.xz.sha256sum
-sha256 85ae6bbe173b365ddf4859967144f1999b436531ecbe09935914bfa9f6b37652 gst-rtsp-server-1.12.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.12.1.tar.xz.sha256sum
+sha256 f27b9bde057e861a7705fa1263a9288a09fce8c42d8d5363c0bef4fe93994292 gst-rtsp-server-1.12.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 cc9d1f3a5e..8f826c0f31 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.12.0
+GST1_RTSP_SERVER_VERSION = 1.12.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 = LGPL-2.0+
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1
2017-07-04 12:19 [Buildroot] [PATCH 01/10] gstreamer1: bump to version 1.12.1 Peter Korsgaard
` (8 preceding siblings ...)
2017-07-04 12:19 ` [Buildroot] [PATCH 10/10] gst1-rtsp-server: " Peter Korsgaard
@ 2017-07-04 15:06 ` Thomas Petazzoni
9 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2017-07-04 15:06 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 4 Jul 2017 14:19:07 +0200, Peter Korsgaard wrote:
> 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(-)
Series applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 11+ messages in thread