summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2018-04-09 06:52:35 +0200
committer Matteo Bernardini2018-06-09 07:58:09 +0200
commit0d965f13d6c4b731ed30627b33bca37c89f34f6b (patch)
tree594074fd3ba3213af497f99ee9490d56b02e885d
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-gst-python3.tar.gz
python/gst-python3: Updated for version 1.14.0.gst-python3
Delete the correct *.la file, thanks to USUARIONUEVO Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/gst-python3/gst-python3.SlackBuild4
-rw-r--r--python/gst-python3/gst-python3.info6
2 files changed, 5 insertions, 5 deletions
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
diff --git a/python/gst-python3/gst-python3.info b/python/gst-python3/gst-python3.info
index 71b1372970..9d4e8b2d43 100644
--- a/python/gst-python3/gst-python3.info
+++ b/python/gst-python3/gst-python3.info
@@ -1,8 +1,8 @@
PRGNAM="gst-python3"
-VERSION="1.6.2"
+VERSION="1.14.0"
HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-python.html"
-DOWNLOAD="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.2.tar.xz"
-MD5SUM="14b6cfe1a0db5cc01c6a58f7b4af6184"
+DOWNLOAD="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.14.0.tar.xz"
+MD5SUM="97782b2fde877f1d1d68c64f7db4f735"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"