diff options
author | Ross Burton <ross@openedhand.com> | 2008-08-03 13:25:14 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-08-03 13:25:14 +0000 |
commit | ad77fb02b05687265e7167a7375b8fc8334c09d3 (patch) | |
tree | a4c6a819af80f96b252d47e16f13906cdf8c8176 /meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | |
parent | c81d0fed47850dec020a53d7de2e35c81c0b1391 (diff) | |
download | poky-ad77fb02b05687265e7167a7375b8fc8334c09d3.tar.gz |
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
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-good_0.10.9.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | require gst-plugins.inc | ||
2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | ||
3 | speex" | ||
4 | PR = "r3" | ||
5 | |||
6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" | ||
7 | |||
8 | RPROVIDES = "gst-plugin-id3demux" | ||
9 | |||
10 | do_configure_prepend() { | ||
11 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
12 | rm ${S}/m4/lib-link.m4 || true | ||
13 | } | ||