diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb new file mode 100644 index 0000000000..0f2bbeddad --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | ||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | ||
7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | ||
8 | |||
9 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', '', d)}" | ||
10 | DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora avahi util-linux tremor" | ||
11 | |||
12 | SRC_URI += " file://gst-plugins-base-tremor.patch" | ||
13 | |||
14 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" | ||
15 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" | ||
16 | |||
17 | PR = "r0" | ||
18 | |||
19 | inherit gettext | ||
20 | |||
21 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-gnome_vfs" | ||
22 | |||
23 | do_configure_prepend() { | ||
24 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
25 | rm -f ${S}/m4/lib-link.m4 | ||
26 | } | ||