summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2024-03-31 20:47:09 +0200
committer Matteo Bernardini2024-04-27 10:33:21 +0200
commitaf776bf297e25eed9af974ab36fc9788e8150403 (patch)
tree419c9a4f833688e19bdbee31dcbc64f2593d9f4b
parent68ac93024440c1dcb61e579018ce241a1ab44180 (diff)
downloadslackbuilds-gst-python.tar.gz
python/gst-python: Updated for version 1.24.1.gst-python
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/gst-python/gst-python.SlackBuild4
-rw-r--r--python/gst-python/gst-python.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst-python/gst-python.SlackBuild
index 8add0166ae..805527f8c2 100644
--- a/python/gst-python/gst-python.SlackBuild
+++ b/python/gst-python/gst-python.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gst-python
-VERSION=${VERSION:-1.18.5}
+VERSION=${VERSION:-1.24.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -101,7 +101,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog NEWS RELEASE README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING ChangeLog NEWS RELEASE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/gst-python/gst-python.info b/python/gst-python/gst-python.info
index 27d2f54095..f25ce65561 100644
--- a/python/gst-python/gst-python.info
+++ b/python/gst-python/gst-python.info
@@ -1,8 +1,8 @@
PRGNAM="gst-python"
-VERSION="1.18.5"
+VERSION="1.24.1"
HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-python.html"
-DOWNLOAD="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.18.5.tar.xz"
-MD5SUM="eb19229f72f61506e33182a6fbce4a2e"
+DOWNLOAD="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.24.1.tar.xz"
+MD5SUM="a04bf7cfc76de2096d2dfd9feb12ddba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""