diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-04-28 21:06:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:11 +0100 |
commit | 9f9e48cc9d4737c45fb6e537fb32c3e7684e82c8 (patch) | |
tree | cd05b414cec8d78538d5b65f6e60d476a7dda956 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb | |
parent | 32a315a1a1b4a0e0db20e5cfe042afc639bee192 (diff) | |
download | poky-9f9e48cc9d4737c45fb6e537fb32c3e7684e82c8.tar.gz |
gstreamer1.0-plugins-good: upgrade to version 1.8.1
(From OE-Core rev: 164c4c82387152310e557d43ccfa15f4275342ee)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb new file mode 100644 index 0000000000..26e3c6f157 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb | |||
@@ -0,0 +1,17 @@ | |||
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 = " \ | ||
8 | http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ | ||
9 | file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \ | ||
10 | file://avoid-including-sys-poll.h-directly.patch \ | ||
11 | file://ensure-valid-sentinel-for-gst_structure_get.patch \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[md5sum] = "3eabe7277681b9bef8a64c312de03d47" | ||
15 | SRC_URI[sha256sum] = "2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972" | ||
16 | |||
17 | S = "${WORKDIR}/gst-plugins-good-${PV}" | ||