All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-good: qmlgl needs gstreamer-gl-1.0
@ 2020-11-28 15:54 Fabrice Fontaine
  2020-11-28 21:09 ` Peter Seiderer
  2020-11-29 21:18 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-11-28 15:54 UTC (permalink / raw)
  To: buildroot

Build of qmlql fails without gstreamer-gl-1.0 since version 1.17.1 and
https://github.com/GStreamer/gst-plugins-good/commit/2ecba800bfbf177bc56999dc59ecdff00cbc353c

Fixes:
 - http://autobuild.buildroot.org/results/e1537ebac7cd70b6d868a8b7f0205ce3d8593508

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gstreamer1/gst1-plugins-good/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/gstreamer1/gst1-plugins-good/Config.in b/package/gstreamer1/gst1-plugins-good/Config.in
index 4dcf26766a..67df206eea 100644
--- a/package/gstreamer1/gst1-plugins-good/Config.in
+++ b/package/gstreamer1/gst1-plugins-good/Config.in
@@ -279,6 +279,7 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_QMLGL
 	bool "qmlgl (qt5)"
 	depends on BR2_PACKAGE_QT5
 	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
+	depends on BR2_PACKAGE_GST1_PLUGINS_BASE_HAS_LIB_OPENGL
 	select BR2_PACKAGE_QT5BASE_WIDGETS
 	select BR2_PACKAGE_QT5DECLARATIVE
 	select BR2_PACKAGE_QT5DECLARATIVE_QUICK
@@ -286,6 +287,9 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_QMLGL
 	help
 	  QT5 plugin which includes elements qmlglsrc and qmlglsink
 
+comment "qmlgl (qt5) needs the gst1-plugins-base opengl library"
+	depends on !BR2_PACKAGE_GST1_PLUGINS_BASE_HAS_LIB_OPENGL
+
 config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SHOUT2
 	bool "shout2"
 	select BR2_PACKAGE_LIBSHOUT
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-good: qmlgl needs gstreamer-gl-1.0
  2020-11-28 15:54 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-good: qmlgl needs gstreamer-gl-1.0 Fabrice Fontaine
@ 2020-11-28 21:09 ` Peter Seiderer
  2020-11-29 21:18 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2020-11-28 21:09 UTC (permalink / raw)
  To: buildroot

Hello Fabrice,

On Sat, 28 Nov 2020 16:54:09 +0100, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Build of qmlql fails without gstreamer-gl-1.0 since version 1.17.1 and
> https://github.com/GStreamer/gst-plugins-good/commit/2ecba800bfbf177bc56999dc59ecdff00cbc353c
>
> Fixes:
>  - http://autobuild.buildroot.org/results/e1537ebac7cd70b6d868a8b7f0205ce3d8593508
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gstreamer1/gst1-plugins-good/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/package/gstreamer1/gst1-plugins-good/Config.in b/package/gstreamer1/gst1-plugins-good/Config.in
> index 4dcf26766a..67df206eea 100644
> --- a/package/gstreamer1/gst1-plugins-good/Config.in
> +++ b/package/gstreamer1/gst1-plugins-good/Config.in
> @@ -279,6 +279,7 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_QMLGL
>  	bool "qmlgl (qt5)"
>  	depends on BR2_PACKAGE_QT5
>  	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
> +	depends on BR2_PACKAGE_GST1_PLUGINS_BASE_HAS_LIB_OPENGL
>  	select BR2_PACKAGE_QT5BASE_WIDGETS
>  	select BR2_PACKAGE_QT5DECLARATIVE
>  	select BR2_PACKAGE_QT5DECLARATIVE_QUICK
> @@ -286,6 +287,9 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_QMLGL
>  	help
>  	  QT5 plugin which includes elements qmlglsrc and qmlglsink
>
> +comment "qmlgl (qt5) needs the gst1-plugins-base opengl library"
> +	depends on !BR2_PACKAGE_GST1_PLUGINS_BASE_HAS_LIB_OPENGL
> +
>  config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SHOUT2
>  	bool "shout2"
>  	select BR2_PACKAGE_LIBSHOUT

Reviewed-by: Peter Seiderer <ps.report@gmx.net>

Regards,
Peter

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

* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-good: qmlgl needs gstreamer-gl-1.0
  2020-11-28 15:54 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-good: qmlgl needs gstreamer-gl-1.0 Fabrice Fontaine
  2020-11-28 21:09 ` Peter Seiderer
@ 2020-11-29 21:18 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-29 21:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Build of qmlql fails without gstreamer-gl-1.0 since version 1.17.1 and
 > https://github.com/GStreamer/gst-plugins-good/commit/2ecba800bfbf177bc56999dc59ecdff00cbc353c

 > Fixes:
 >  - http://autobuild.buildroot.org/results/e1537ebac7cd70b6d868a8b7f0205ce3d8593508

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-29 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28 15:54 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-good: qmlgl needs gstreamer-gl-1.0 Fabrice Fontaine
2020-11-28 21:09 ` Peter Seiderer
2020-11-29 21:18 ` Peter Korsgaard

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.