diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-08-30 16:18:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:27 +0100 |
commit | 0190736ef89447b81ab9a95e83ec205c5c1f4618 (patch) | |
tree | f2acfeabcf9eaafe5f3fe3bd0f2c18a555ff81bd /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb | |
parent | 6858df73073d32f6301b2302ae563670e32db134 (diff) | |
download | openembedded-core-0190736ef89447b81ab9a95e83ec205c5c1f4618.tar.gz openembedded-core-0190736ef89447b81ab9a95e83ec205c5c1f4618.tar.bz2 openembedded-core-0190736ef89447b81ab9a95e83ec205c5c1f4618.zip |
gstreamer1.0: upgrade to 1.8.3
1.8.2 -> 1.8.3
Remove backported patch from 1.8.3:
0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb new file mode 100644 index 0000000000..2745937961 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb @@ -0,0 +1,13 @@ +include gstreamer1.0-plugins-ugly.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ + file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" + +SRC_URI = " \ + http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ +" + +SRC_URI[md5sum] = "4fc66c77253b0ad5ce224bda654b2e7d" +SRC_URI[sha256sum] = "6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693" + +S = "${WORKDIR}/gst-plugins-ugly-${PV}" |