All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gstreamer1/gst1-imx: bump to version 0.13.1
@ 2020-10-16 10:34 Bartosz Bilas
  2020-10-25  9:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Bilas @ 2020-10-16 10:34 UTC (permalink / raw)
  To: buildroot

Remove gst1-imx/0001-waf-update-to-2-0-12.patch as it's already upstreamed.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 .../gst1-imx/0001-waf-update-to-2-0-12.patch  | 28 -------------------
 package/gstreamer1/gst1-imx/gst1-imx.hash     |  2 +-
 package/gstreamer1/gst1-imx/gst1-imx.mk       |  2 +-
 3 files changed, 2 insertions(+), 30 deletions(-)
 delete mode 100644 package/gstreamer1/gst1-imx/0001-waf-update-to-2-0-12.patch

diff --git a/package/gstreamer1/gst1-imx/0001-waf-update-to-2-0-12.patch b/package/gstreamer1/gst1-imx/0001-waf-update-to-2-0-12.patch
deleted file mode 100644
index dcc586311e..0000000000
--- a/package/gstreamer1/gst1-imx/0001-waf-update-to-2-0-12.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 66bc1c2b9c74dab4706a1ca3696e863ed8d30433 Mon Sep 17 00:00:00 2001
-From: Max Krummenacher <max.krummenacher@toradex.com>
-Date: Sun, 15 Dec 2019 14:24:54 +0000
-Subject: [PATCH] waf: update to 2.0.12
-
-Prepare to allow building with python3.
-
-Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-[Titouan: backport part from upstream, but drop the update of waf itself]
-Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
----
- wscript |  3 ++-
- 2 files changed, 12 insertions(+), 11 deletions(-)
-
-diff --git a/wscript b/wscript
-index c3a9926..f076b64 100644
---- a/wscript
-+++ b/wscript
-@@ -152,7 +152,8 @@ def configure(conf):
- 
- 	# test for GStreamer libraries
- 
--	gst_version_str = conf.check_cfg(package = 'gstreamer-1.0 >= 1.2.0', modversion = "gstreamer-1.0", uselib_store = 'GSTREAMER', args = '--cflags --libs', mandatory = 1)
-+	conf.check_cfg(package = 'gstreamer-1.0 >= 1.2.0', uselib_store = 'GSTREAMER', args = '--cflags --libs', mandatory = 1)
-+	gst_version_str = conf.check_cfg(modversion = "gstreamer-1.0", uselib_store = 'GSTREAMER', args = '--cflags --libs', mandatory = 1)
- 	gst_version = [int(x) for x in re.match('(\d*)\.(\d*)\.(\d*)', gst_version_str).groups()]
- 	conf.env['GSTREAMER_VERSION'] = gst_version
- 
diff --git a/package/gstreamer1/gst1-imx/gst1-imx.hash b/package/gstreamer1/gst1-imx/gst1-imx.hash
index 0ef01d71e9..0a701a058f 100644
--- a/package/gstreamer1/gst1-imx/gst1-imx.hash
+++ b/package/gstreamer1/gst1-imx/gst1-imx.hash
@@ -1,3 +1,3 @@
 # locally computed hash
-sha256 3fcf1046ab8c6c7cd94218f4d2bc31ad7b5efa8a6b8f9fd5d93dc182f98ce026  gst1-imx-0.13.0.tar.gz
+sha256 21feb24130c18e4a1f8cc4f72d575903d1f9134dd0604e41e91b5e783d81e320  gst1-imx-0.13.1.tar.gz
 sha256 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23  LICENSE
diff --git a/package/gstreamer1/gst1-imx/gst1-imx.mk b/package/gstreamer1/gst1-imx/gst1-imx.mk
index 1156077274..f091b4f983 100644
--- a/package/gstreamer1/gst1-imx/gst1-imx.mk
+++ b/package/gstreamer1/gst1-imx/gst1-imx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_IMX_VERSION = 0.13.0
+GST1_IMX_VERSION = 0.13.1
 GST1_IMX_SITE = $(call github,Freescale,gstreamer-imx,$(GST1_IMX_VERSION))
 
 GST1_IMX_LICENSE = LGPL-2.0+
-- 
2.28.0

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

* [Buildroot] [PATCH] package/gstreamer1/gst1-imx: bump to version 0.13.1
  2020-10-16 10:34 [Buildroot] [PATCH] package/gstreamer1/gst1-imx: bump to version 0.13.1 Bartosz Bilas
@ 2020-10-25  9:26 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-10-25  9:26 UTC (permalink / raw)
  To: buildroot

On Fri, 16 Oct 2020 12:34:20 +0200
Bartosz Bilas <b.bilas@grinn-global.com> wrote:

> Remove gst1-imx/0001-waf-update-to-2-0-12.patch as it's already upstreamed.
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
>  .../gst1-imx/0001-waf-update-to-2-0-12.patch  | 28 -------------------
>  package/gstreamer1/gst1-imx/gst1-imx.hash     |  2 +-
>  package/gstreamer1/gst1-imx/gst1-imx.mk       |  2 +-
>  3 files changed, 2 insertions(+), 30 deletions(-)
>  delete mode 100644 package/gstreamer1/gst1-imx/0001-waf-update-to-2-0-12.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-10-25  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 10:34 [Buildroot] [PATCH] package/gstreamer1/gst1-imx: bump to version 0.13.1 Bartosz Bilas
2020-10-25  9:26 ` 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.