From ad77fb02b05687265e7167a7375b8fc8334c09d3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Sun, 3 Aug 2008 13:25:14 +0000 Subject: gst-plugins-good: upgrade to 0.10.9 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5013 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/packages/gstreamer/gst-plugins-good_0.10.9.bb (limited to 'meta/packages/gstreamer/gst-plugins-good_0.10.9.bb') diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb new file mode 100644 index 0000000000..b5aa10b174 --- /dev/null +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb @@ -0,0 +1,13 @@ +require gst-plugins.inc +DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ + speex" +PR = "r3" + +EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" + +RPROVIDES = "gst-plugin-id3demux" + +do_configure_prepend() { + # This m4 file contains nastiness which conflicts with libtool 2.2.2 + rm ${S}/m4/lib-link.m4 || true +} -- cgit v1.2.3-54-g00ecf