diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-04-28 21:06:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 09:19:48 +0100 |
commit | b982c73d6837ddd737e90911f1b9fdd2830ca876 (patch) | |
tree | d27495a28530a7e943a5175ab6472305f6b55fab /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.1.bb | |
parent | 78ae58c25f8084aab3cba66c9c50b34341f45c3c (diff) | |
download | openembedded-core-b982c73d6837ddd737e90911f1b9fdd2830ca876.tar.gz openembedded-core-b982c73d6837ddd737e90911f1b9fdd2830ca876.tar.bz2 openembedded-core-b982c73d6837ddd737e90911f1b9fdd2830ca876.zip |
gstreamer1.0-plugins-base: upgrade to version 1.8.1
Patches still apply and only needed their line numbers updated, with the
exception of one backport from 1.7.1, which is no longer needed.
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-base_1.8.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.1.bb new file mode 100644 index 0000000000..c3bf2b190f --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.1.bb @@ -0,0 +1,19 @@ +include gstreamer1.0-plugins-base.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ + file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ + file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" + +SRC_URI = " \ + http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PV}.tar.xz \ + file://get-caps-from-src-pad-when-query-caps.patch \ + file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \ + file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \ + file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \ + file://make-gio_unix_2_0-dependency-configurable.patch \ +" + +SRC_URI[md5sum] = "5421edfeb7479d5f5776e917ba30e24e" +SRC_URI[sha256sum] = "15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f" + +S = "${WORKDIR}/gst-plugins-base-${PV}" |