diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 16:08:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 13:03:44 +0000 |
commit | de0e3e5003ddbdaf40c1742322e0693f3b4d12b4 (patch) | |
tree | 8c7432ad6f8b34ebcc9147a1fae1071848e8f4d9 /meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | |
parent | a25a6c6b581ff8a2032fa8e479c09bb9762b2656 (diff) | |
download | poky-de0e3e5003ddbdaf40c1742322e0693f3b4d12b4.tar.gz |
gst-plugins-bad: upgrade to 0.10.23
(From OE-Core rev: 42159daa98d17b301c1f64ef61c30c5fbd2a1f4c)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb new file mode 100644 index 0000000000..fac5fe35d2 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
5 | file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \ | ||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | ||
7 | file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" | ||
8 | |||
9 | DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" | ||
10 | |||
11 | PR = "r0" | ||
12 | |||
13 | inherit gettext | ||
14 | |||
15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ | ||
16 | --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink" | ||
17 | |||
18 | ARM_INSTRUCTION_SET = "arm" | ||
19 | |||
20 | do_configure_prepend() { | ||
21 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
22 | rm ${S}/m4/lib-link.m4 || true | ||
23 | } | ||
24 | |||
25 | SRC_URI[md5sum] = "fcb09798114461955260e4d940db5987" | ||
26 | SRC_URI[sha256sum] = "0eae7d1a1357ae8377fded6a1b42e663887beabe0e6cc336e2ef9ada42e11491" | ||