diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb new file mode 100644 index 0000000000..78b24fe8d3 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.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" | ||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | inherit gettext | ||
| 13 | |||
| 14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --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] = "e1ed191adbf81edff04f348f8ce8e198" | ||
| 22 | SRC_URI[sha256sum] = "ceb3bbea5ce18463b8fe470d34786bc846469e800305c436d799af9fe22bdcc4" | ||
