diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb b/meta-oe/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb new file mode 100644 index 0000000000..9347ef4937 --- /dev/null +++ b/meta-oe/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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 += "virtual/libx11 alsa-lib freetype liboil libogg libvorbis libxv libtheora" | ||
| 10 | |||
| 11 | SRC_URI += " file://gst-plugins-base-tremor.patch" | ||
| 12 | |||
| 13 | PR = "r2" | ||
| 14 | |||
| 15 | inherit gettext | ||
| 16 | |||
| 17 | EXTRA_OECONF += "--disable-freetypetest --disable-pango" | ||
| 18 | |||
| 19 | do_configure_prepend() { | ||
| 20 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
| 21 | rm -f ${S}/m4/lib-link.m4 | ||
| 22 | } | ||
