summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-09-01 17:09:16 +0000
committerRoss Burton <ross@openedhand.com>2008-09-01 17:09:16 +0000
commit629494a114bc73dcf6fa0de6d38b7d362e306999 (patch)
treebc1695f480332f6be06189c48cc9f81ce83a184d /meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb
parent36e803e3085ac805d5dc0e2128df6ccc822a78e4 (diff)
downloadpoky-629494a114bc73dcf6fa0de6d38b7d362e306999.tar.gz
gst-plugins-ugly: update to 0.10.9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5122 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb
new file mode 100644
index 0000000000..052ae276ee
--- /dev/null
+++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb
@@ -0,0 +1,10 @@
1require gst-plugins.inc
2DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
3PR = "r0"
4
5EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
6
7do_configure_prepend() {
8 # This m4 file contains nastiness which conflicts with libtool 2.2.2
9 rm ${S}/m4/lib-link.m4 || true
10}