diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-30 18:04:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 17:04:45 +0000 |
commit | fbf32bef81cc508b3a5c9552767ee8d6e870f0b9 (patch) | |
tree | 56e160d3793e9b34a357bf85e6741b5ca127a761 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb | |
parent | f5e4d7baef6ff5ad45c06337fc507c464345c306 (diff) | |
download | poky-fbf32bef81cc508b3a5c9552767ee8d6e870f0b9.tar.gz |
gstreamer1.0-plugins-good: upgrade to 1.4.5
(From OE-Core rev: 3b8ad35382d66fbca4b30d72a8ce56dd12456595)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb new file mode 100644 index 0000000000..943ab60397 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | include gstreamer1.0-plugins-good.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
4 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ | ||
5 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | ||
6 | |||
7 | SRC_URI += "file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \ | ||
8 | file://decrease_asteriskh263_rank.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "eaf1a6daf73749bc423feac301d60038" | ||
11 | SRC_URI[sha256sum] = "79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641" | ||
12 | |||
13 | S = "${WORKDIR}/gst-plugins-good-${PV}" | ||