Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] gst1-plugins-base: update configure options
@ 2015-10-13 21:12 Peter Seiderer
  2015-10-13 21:12 ` [Buildroot] [PATCH v1 2/2] gst1-plugins-good: " Peter Seiderer
  2015-10-13 21:28 ` [Buildroot] [PATCH v1 1/2] gst1-plugins-base: " Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Seiderer @ 2015-10-13 21:12 UTC (permalink / raw)
  To: buildroot

- add '--disable-gio_unix_2_0' to options which require currently
  unpackaged libraries

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 08ebe03..53748ec 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
@@ -28,6 +28,7 @@ GST1_PLUGINS_BASE_CONF_OPTS = \
 # Options which require currently unpackaged libraries
 GST1_PLUGINS_BASE_CONF_OPTS += \
 	--disable-cdparanoia \
+	--disable-gio_unix_2_0 \
 	--disable-libvisual \
 	--disable-iso-codes
 
-- 
2.1.4

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

* [Buildroot] [PATCH v1 2/2] gst1-plugins-good: update configure options
  2015-10-13 21:12 [Buildroot] [PATCH v1 1/2] gst1-plugins-base: update configure options Peter Seiderer
@ 2015-10-13 21:12 ` Peter Seiderer
  2015-10-13 21:29   ` Thomas Petazzoni
  2015-10-13 21:28 ` [Buildroot] [PATCH v1 1/2] gst1-plugins-base: " Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2015-10-13 21:12 UTC (permalink / raw)
  To: buildroot

- remove legacy '--enabel-xshm/--disable-xshm' option

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
index dd19594..fbc338a 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
@@ -320,13 +320,11 @@ ifeq ($(BR2_PACKAGE_XORG7),y)
 GST1_PLUGINS_GOOD_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXv
 GST1_PLUGINS_GOOD_CONF_OPTS += \
 	--enable-x \
-	--enable-xshm \
 	$(if $(BR2_PACKAGE_XLIB_LIBXFIXES),xlib_libXfixes) \
 	$(if $(BR2_PACKAGE_XLIB_LIBXDAMAGE),xlib_libXdamage)
 else
 GST1_PLUGINS_GOOD_CONF_OPTS += \
-	--disable-x \
-	--disable-xshm
+	--disable-x
 endif
 
 ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_CAIRO),y)
-- 
2.1.4

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

* [Buildroot] [PATCH v1 1/2] gst1-plugins-base: update configure options
  2015-10-13 21:12 [Buildroot] [PATCH v1 1/2] gst1-plugins-base: update configure options Peter Seiderer
  2015-10-13 21:12 ` [Buildroot] [PATCH v1 2/2] gst1-plugins-good: " Peter Seiderer
@ 2015-10-13 21:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-10-13 21:28 UTC (permalink / raw)
  To: buildroot

Dear Peter Seiderer,

On Tue, 13 Oct 2015 23:12:33 +0200, Peter Seiderer wrote:
> - add '--disable-gio_unix_2_0' to options which require currently
>   unpackaged libraries
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
> index 08ebe03..53748ec 100644
> --- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
> +++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
> @@ -28,6 +28,7 @@ GST1_PLUGINS_BASE_CONF_OPTS = \
>  # Options which require currently unpackaged libraries
>  GST1_PLUGINS_BASE_CONF_OPTS += \
>  	--disable-cdparanoia \
> +	--disable-gio_unix_2_0 \

Instead gio a glib thingy, provided by our libglib2 package ?

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

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

* [Buildroot] [PATCH v1 2/2] gst1-plugins-good: update configure options
  2015-10-13 21:12 ` [Buildroot] [PATCH v1 2/2] gst1-plugins-good: " Peter Seiderer
@ 2015-10-13 21:29   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-10-13 21:29 UTC (permalink / raw)
  To: buildroot

Dear Peter Seiderer,

On Tue, 13 Oct 2015 23:12:34 +0200, Peter Seiderer wrote:
> - remove legacy '--enabel-xshm/--disable-xshm' option
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Applied, thanks.

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

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

end of thread, other threads:[~2015-10-13 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 21:12 [Buildroot] [PATCH v1 1/2] gst1-plugins-base: update configure options Peter Seiderer
2015-10-13 21:12 ` [Buildroot] [PATCH v1 2/2] gst1-plugins-good: " Peter Seiderer
2015-10-13 21:29   ` Thomas Petazzoni
2015-10-13 21:28 ` [Buildroot] [PATCH v1 1/2] gst1-plugins-base: " Thomas Petazzoni

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