diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb new file mode 100644 index 0000000000..b9648e30df --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | ||
6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | ||
7 | |||
8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | ||
9 | speex libsoup-2.4" | ||
10 | PR = "r0" | ||
11 | |||
12 | inherit gettext | ||
13 | |||
14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check" | ||
15 | |||
16 | do_configure_prepend() { | ||
17 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
18 | rm ${S}/m4/lib-link.m4 || true | ||
19 | } | ||
20 | |||
21 | SRC_URI[md5sum] = "6ef1588921f59d85c44ee2e49a3c97a0" | ||
22 | SRC_URI[sha256sum] = "adfbce68b9fbadb7a7aeda2227af6afe1928ef025af4158726617b9d6834b028" | ||