From b4d53b9acb0688be1f9ae97f2e15ad05a879129c Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 3 Jun 2020 16:15:50 +0200 Subject: python/gst-python: Updated for version 1.16.2. Signed-off-by: Matteo Bernardini --- python/gst-python/gst-python.SlackBuild | 8 ++++---- python/gst-python/gst-python.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'python/gst-python') diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst-python/gst-python.SlackBuild index 9a6c438da5..4a847d9c56 100644 --- a/python/gst-python/gst-python.SlackBuild +++ b/python/gst-python/gst-python.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gst-python -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/python/gst-python/gst-python.info b/python/gst-python/gst-python.info index bfb027af8c..9e3ae5125e 100644 --- a/python/gst-python/gst-python.info +++ b/python/gst-python/gst-python.info @@ -1,8 +1,8 @@ PRGNAM="gst-python" -VERSION="1.6.2" +VERSION="1.16.2" 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.16.2.tar.xz" +MD5SUM="6ac709767334d8d0a71cb4e016f6abeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3