python/gst1-python: Updated for version 1.4.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2015-03-02 14:08:14 -06:00 committed by Willy Sudiarto Raharjo
parent f6ccdfa194
commit 133d9f1c26
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for gst1-python
# Copyright 2014 Robby Workman, Northport, Alabama, USA
# Copyright 2014-2015 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=gst1-python
SRCNAM=gst-python
VERSION=${VERSION:-1.2.1}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="gst1-python"
VERSION="1.2.1"
VERSION="1.4.0"
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-python.html"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.2.1.tar.bz2"
MD5SUM="bfc70a6529a981cb84fc8a7b4da69305"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz"
MD5SUM="5df923422838afb279bf4bd0201aacbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gstreamer1 pygobject3"