summaryrefslogtreecommitdiff
path: root/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 15:22:01 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:16:53 +0100
commit3bd948b1bc8cab7657088b2920f55a459cca05b0 (patch)
treeade9204c13ecbc008e20cf25ec6584b691b03b46 /meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
parent833366fc0e3df1f3059176f2621ba0e5ec31d083 (diff)
downloadopenembedded-core-3bd948b1bc8cab7657088b2920f55a459cca05b0.tar.gz
openembedded-core-3bd948b1bc8cab7657088b2920f55a459cca05b0.tar.bz2
openembedded-core-3bd948b1bc8cab7657088b2920f55a459cca05b0.tar.xz
openembedded-core-3bd948b1bc8cab7657088b2920f55a459cca05b0.zip
gst-plugins-ugly: Upgraded to version 0.10.15
No other change except bb file rename Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
new file mode 100644
index 000000000..46966c286
--- /dev/null
+++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
@@ -0,0 +1,13 @@
+require gst-plugins.inc
+
+inherit gettext
+
+DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
+PR = "r0"
+
+EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
+
+do_configure_prepend() {
+ # This m4 file contains nastiness which conflicts with libtool 2.2.2
+ rm ${S}/m4/lib-link.m4 || true
+}