From ee9209e7f542db6c3b719fa90e77f2dcfc05d512 Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Fri, 11 Sep 2015 11:39:48 +0200 Subject: [PATCH] gst-fsl-plugins: bump version to 4.0.3 Also added the package hash file. This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/0d2f4f8 This package has been tested using the following commands: # gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm # gst-launch-0.10 filesrc location=/root/tears_of_steel_1080p.webm ! \ matroskademux ! vpudec ! autovideosink # gst-launch-0.10 filesrc location=/root/tears_of_steel_1080p.webm ! \ matroskademux ! vpudec ! mfw_isink # gst-launch-0.10 imxv4l2src ! autovideosink Signed-off-by: Gary Bisson Signed-off-by: Thomas Petazzoni --- package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.hash | 2 ++ package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.hash diff --git a/package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.hash b/package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.hash new file mode 100644 index 0000000000..f1d639142f --- /dev/null +++ b/package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.hash @@ -0,0 +1,2 @@ +# locally computed +sha256 568883b2a1d8d32e4004cb3f123790d0b4286c91c1fac38c9dc8e20bd1250764 gst-fsl-plugins-4.0.3.tar.gz diff --git a/package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk b/package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk index a7dea0f769..2ac558a2fb 100644 --- a/package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk +++ b/package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk @@ -4,7 +4,7 @@ # ################################################################################ -GST_FSL_PLUGINS_VERSION = 4.0.2 +GST_FSL_PLUGINS_VERSION = 4.0.3 GST_FSL_PLUGINS_SITE = $(FREESCALE_IMX_SITE) # Most is LGPLv2+, but some sources are copied from upstream and are -- 2.30.2