python/gst1-python: Updated for version 1.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f6ccdfa194
commit
133d9f1c26
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for gst1-python
|
# Slackware build script for gst1-python
|
||||||
|
|
||||||
# Copyright 2014 Robby Workman, Northport, Alabama, USA
|
# Copyright 2014-2015 Robby Workman, Tuscaloosa, Alabama, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=gst1-python
|
PRGNAM=gst1-python
|
||||||
SRCNAM=gst-python
|
SRCNAM=gst-python
|
||||||
VERSION=${VERSION:-1.2.1}
|
VERSION=${VERSION:-1.4.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $SRCNAM-$VERSION
|
rm -rf $SRCNAM-$VERSION
|
||||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
|
||||||
cd $SRCNAM-$VERSION
|
cd $SRCNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gst1-python"
|
PRGNAM="gst1-python"
|
||||||
VERSION="1.2.1"
|
VERSION="1.4.0"
|
||||||
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-python.html"
|
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-python.html"
|
||||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.2.1.tar.bz2"
|
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz"
|
||||||
MD5SUM="bfc70a6529a981cb84fc8a7b4da69305"
|
MD5SUM="5df923422838afb279bf4bd0201aacbe"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gstreamer1 pygobject3"
|
REQUIRES="gstreamer1 pygobject3"
|
||||||
|
|
Loading…
Reference in New Issue