[oe-commits] Holger Hans Peter Freyther : gstreamer: mp3 was never needed for Openmoko it was only there accidently

GIT User account git at amethyst.openembedded.net
Sat Oct 25 19:12:29 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f4fcadb061442a394cbe50041eb6acd9d4125eba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f4fcadb061442a394cbe50041eb6acd9d4125eba

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sat Oct 25 21:08:21 2008 +0200

gstreamer: mp3 was never needed for Openmoko it was only there accidently

    ogg/vorbis is actually what we want!

---

 packages/gstreamer/gst-meta-base_0.10.bb      |    7 +++++++
 packages/gstreamer/gst-plugins-ugly_0.10.7.bb |    2 ++
 packages/gstreamer/gst-plugins.inc            |    1 +
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/packages/gstreamer/gst-meta-base_0.10.bb b/packages/gstreamer/gst-meta-base_0.10.bb
index 0fa5794..06a4fba 100644
--- a/packages/gstreamer/gst-meta-base_0.10.bb
+++ b/packages/gstreamer/gst-meta-base_0.10.bb
@@ -38,6 +38,13 @@ RDEPENDS_gst-meta-audio = "\
     gst-plugin-id3demux \
     gst-plugin-wavparse"
 
+RDEPENDS_gst-meta-audio_openmoko = "\
+    gst-meta-base \
+    gst-plugin-ivorbis \
+    gst-plugin-ogg \
+    gst-plugin-id3demux \
+    gst-plugin-wavparse"
+
 RDEPENDS_gst-meta-debug = "\
     gst-meta-base \
     gst-plugin-debug \
diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.7.bb b/packages/gstreamer/gst-plugins-ugly_0.10.7.bb
index fd008b0..d7ff21d 100644
--- a/packages/gstreamer/gst-plugins-ugly_0.10.7.bb
+++ b/packages/gstreamer/gst-plugins-ugly_0.10.7.bb
@@ -1,6 +1,8 @@
 require gst-plugins.inc
 PR = "r0"
 
+EXTRA_OECONF_append_openmoko = "--disable-mad"
+
 DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
 
 SRC_URI += "\
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index 1775853..2964b7d 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -1,6 +1,7 @@
 require gst-common.inc
 DESCRIPTION = "Plugins for GStreamer"
 DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag"
+DEPENDS_openmoko = "gstreamer libmikmod liboil libogg tremor libvorbis libid3tag"
 
 PACKAGES_DYNAMIC = "gst-plugin-*"
 





More information about the Openembedded-commits mailing list