summaryrefslogtreecommitdiffstats
path: root/rules/gst-python1.make
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2018-03-21 14:06:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-03-24 17:27:07 +0100
commitd321994b491673f97318e79919bc3c0fe417efe8 (patch)
tree43ba451a7ec6edd79c8fac0ca9ab4e49da008e43 /rules/gst-python1.make
parent12340f734dc5083a5c4e921657a169c27471d2dd (diff)
downloadptxdist-d321994b491673f97318e79919bc3c0fe417efe8.tar.gz
ptxdist-d321994b491673f97318e79919bc3c0fe417efe8.tar.xz
gst-python1: version bump 1.12.4 -> 1.14.0
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-python1.make')
-rw-r--r--rules/gst-python1.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/gst-python1.make b/rules/gst-python1.make
index b5c3c9b77..9e3277937 100644
--- a/rules/gst-python1.make
+++ b/rules/gst-python1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_PYTHON1) += gst-python1
#
# Paths and names
#
-GST_PYTHON1_VERSION := 1.12.4
-GST_PYTHON1_MD5 := f1fd046ea781736a794f9f552d77c50d
+GST_PYTHON1_VERSION := 1.14.0
+GST_PYTHON1_MD5 := 97782b2fde877f1d1d68c64f7db4f735
GST_PYTHON1 := gst-python-$(GST_PYTHON1_VERSION)
GST_PYTHON1_SUFFIX := tar.xz
GST_PYTHON1_URL := http://gstreamer.freedesktop.org/src/gst-python/$(GST_PYTHON1).$(GST_PYTHON1_SUFFIX)
@@ -71,7 +71,7 @@ $(STATEDIR)/gst-python1.targetinstall:
$(call install_copy, gst-python1, 0, 0, 0644, -, \
/usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/gi/$$file); \
done
- @$(call install_lib, gst-python1, 0, 0, 0644, gstreamer-1.0/libgstpythonplugin*)
+ @$(call install_lib, gst-python1, 0, 0, 0644, gstreamer-1.0/libgstpython*)
@$(call install_finish, gst-python1)