summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-23 19:32:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-25 17:37:41 +0200
commitaef744b4ce129a804853fb9f3167268c65ecb836 (patch)
treedd33bfd21bb9213a621798c9761aa8dc90f4d8c6
parente03c1e368e00653356adeb384f180533529eec19 (diff)
downloadptxdist-aef744b4ce129a804853fb9f3167268c65ecb836.tar.gz
ptxdist-aef744b4ce129a804853fb9f3167268c65ecb836.tar.xz
gst-validate1: version bump 1.14.4 -> 1.16.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-validate1.in2
-rw-r--r--rules/gst-validate1.make4
2 files changed, 3 insertions, 3 deletions
diff --git a/rules/gst-validate1.in b/rules/gst-validate1.in
index 06b033015..a11da5a6c 100644
--- a/rules/gst-validate1.in
+++ b/rules/gst-validate1.in
@@ -7,7 +7,7 @@ menuconfig GST_VALIDATE1
select JSON_GLIB
select CAIRO if GST_VALIDATE1_VIDEO
select CAIRO_PNG if GST_VALIDATE1_VIDEO
- select PYTHON3 if RUNTIME && GST_VALIDATE1_LAUNCHER
+ select PYTHON3 if GST_VALIDATE1_LAUNCHER
prompt "gst-validate "
help
GstValidate is a tool that allows GStreamer developers to check
diff --git a/rules/gst-validate1.make b/rules/gst-validate1.make
index 9f03fafad..a270f1234 100644
--- a/rules/gst-validate1.make
+++ b/rules/gst-validate1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_VALIDATE1) += gst-validate1
#
# Paths and names
#
-GST_VALIDATE1_VERSION := 1.14.4
-GST_VALIDATE1_MD5 := 1f4fc5308695adfdc11d13046aa4888c
+GST_VALIDATE1_VERSION := 1.16.0
+GST_VALIDATE1_MD5 := c5c57f3325a2e62aae4a8ec4931f7711
GST_VALIDATE1 := gst-validate-$(GST_VALIDATE1_VERSION)
GST_VALIDATE1_SUFFIX := tar.xz
GST_VALIDATE1_URL := http://gstreamer.freedesktop.org/data/src/gst-validate/$(GST_VALIDATE1).$(GST_VALIDATE1_SUFFIX)