From 3eb693602be9a059bfa02fee66fb2d04894e58c1 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 18 Jul 2018 17:28:12 +0200 Subject: 20180718.1 global branch merge. Happy 25th anniversary, Slackware! Signed-off-by: Matteo Bernardini --- python/gst-python3/gst-python3.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/gst-python3/gst-python3.SlackBuild') diff --git a/python/gst-python3/gst-python3.SlackBuild b/python/gst-python3/gst-python3.SlackBuild index a9c2d7eb42..23eafabda1 100644 --- a/python/gst-python3/gst-python3.SlackBuild +++ b/python/gst-python3/gst-python3.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=gst-python3 SRCNAM=gst-python -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ make make install DESTDIR=$PKG # Remove the .la file to prevent conflicts with the python2 version of gst-python -rm $PKG/usr/lib${LIBDIRSUFFIX}/gstreamer-1.0/libgstpythonplugin.la +rm $PKG/usr/lib${LIBDIRSUFFIX}/gstreamer-1.0/libgstpython.la \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3