Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good
@ 2009-02-25 19:51 jacmet at uclibc.org
  2009-02-26  1:05 ` [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency Markus Heidelberg
  0 siblings, 1 reply; 4+ messages in thread
From: jacmet at uclibc.org @ 2009-02-25 19:51 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-02-25 19:51:46 +0000 (Wed, 25 Feb 2009)
New Revision: 25456

Log:
gstreamer: flac plugin support

Patch by Sven Neumann. Closes #99.

Modified:
   trunk/buildroot/package/multimedia/gst-plugins-good/Config.in
   trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk


Changeset:
Modified: trunk/buildroot/package/multimedia/gst-plugins-good/Config.in
===================================================================
--- trunk/buildroot/package/multimedia/gst-plugins-good/Config.in	2009-02-25 19:51:41 UTC (rev 25455)
+++ trunk/buildroot/package/multimedia/gst-plugins-good/Config.in	2009-02-25 19:51:46 UTC (rev 25456)
@@ -149,6 +149,10 @@
 	bool "annodex (XML Library)"
 	select BR2_PACKAGE_LIBXML2
 
+config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC
+	bool "flac (libFLAC)"
+	select BR2_PACKAGE_FLAC
+
 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
 	bool "ossaudio (OSS audio)"
 

Modified: trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk
===================================================================
--- trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk	2009-02-25 19:51:41 UTC (rev 25455)
+++ trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk	2009-02-25 19:51:46 UTC (rev 25456)
@@ -273,6 +273,12 @@
 GST_PLUGINS_GOOD_CONF_OPT += --disable-annodex
 endif
 
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC),y)
+GST_PLUGINS_GOOD_CONF_OPT += --enable-flac
+else
+GST_PLUGINS_GOOD_CONF_OPT += --disable-flac
+endif
+
 ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS),y)
 GST_PLUGINS_GOOD_CONF_OPT += --enable-oss
 else

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

* [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency
  2009-02-25 19:51 [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good jacmet at uclibc.org
@ 2009-02-26  1:05 ` Markus Heidelberg
  2009-02-26  8:05   ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Heidelberg @ 2009-02-26  1:05 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 .../gst-plugins-good/gst-plugins-good.mk           |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
index abeb3ba..99fea7b 100644
--- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk
+++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
@@ -275,6 +275,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC),y)
 GST_PLUGINS_GOOD_CONF_OPT += --enable-flac
+GST_PLUGINS_GOOD_DEPENDENCIES += flac
 else
 GST_PLUGINS_GOOD_CONF_OPT += --disable-flac
 endif
-- 
1.6.2.rc1.34.g8925

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

* [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency
  2009-02-26  1:05 ` [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency Markus Heidelberg
@ 2009-02-26  8:05   ` Peter Korsgaard
  2009-02-26 23:02     ` Markus Heidelberg
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2009-02-26  8:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:

Working late, eh? ;)

Thanks, committed as r25457.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency
  2009-02-26  8:05   ` Peter Korsgaard
@ 2009-02-26 23:02     ` Markus Heidelberg
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Heidelberg @ 2009-02-26 23:02 UTC (permalink / raw)
  To: buildroot

Peter Korsgaard, 26.02.2009:
> >>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:
> 
> Working late, eh? ;)

It's a doom loop. Staying up long, getting up and going to work late.
And each weekend I'm sure it will change the next week, but that's not
always true :)

Markus

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

end of thread, other threads:[~2009-02-26 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 19:51 [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good jacmet at uclibc.org
2009-02-26  1:05 ` [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency Markus Heidelberg
2009-02-26  8:05   ` Peter Korsgaard
2009-02-26 23:02     ` Markus Heidelberg

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