summaryrefslogtreecommitdiff
path: root/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-09-21 14:32:50 +0000
committerChris Lord <chris@openedhand.com>2006-09-21 14:32:50 +0000
commit650cd19cb5bee8cf0c643470546d39e4357f8fec (patch)
treea7499f458a3d0cc12e4dccd7f9aad070479f2105 /meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
parent2b9b7684a6059ecfc31b125509bf779f7dda7109 (diff)
downloadopenembedded-core-650cd19cb5bee8cf0c643470546d39e4357f8fec.tar.gz
openembedded-core-650cd19cb5bee8cf0c643470546d39e4357f8fec.tar.bz2
openembedded-core-650cd19cb5bee8cf0c643470546d39e4357f8fec.tar.xz
openembedded-core-650cd19cb5bee8cf0c643470546d39e4357f8fec.zip
Update GStreamer packages, add missing gst-meta-debug package, add
Tremor vorbis stream decoder patch (GNOME bug #357055) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@738 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
index 003fca8aa..a52e9654d 100644
--- a/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
+++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
@@ -1,7 +1,9 @@
require gst-plugins.inc
DEPENDS += "gst-plugins-base libmusicbrainz tremor"
-PR = "r3"
+PR = "r4"
EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \
--with-plugins=musicbrainz,wavpack,ivorbis"
+SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0 \
+ file://configure.patch;patch=1"