mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/gst-python: Updated for version 1.6.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f479a5aaf3
commit
c9b9a2cbab
5 changed files with 24 additions and 25 deletions
1
python/gst-python/README
Normal file
1
python/gst-python/README
Normal file
|
@ -0,0 +1 @@
|
|||
GStreamer python bindings
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for gst1-python
|
||||
# Slackware build script for gst-python
|
||||
|
||||
# Copyright 2014-2015 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# All rights reserved.
|
||||
|
@ -22,9 +22,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gst1-python
|
||||
SRCNAM=gst-python
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
PRGNAM=gst-python
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
|
||||
cd $SRCNAM-$VERSION
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gst1-python"
|
||||
VERSION="1.4.0"
|
||||
PRGNAM="gst-python"
|
||||
VERSION="1.6.2"
|
||||
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-python.html"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz"
|
||||
MD5SUM="72e3ba811db671366162bbf75a01ed37"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.2.tar.xz"
|
||||
MD5SUM="14b6cfe1a0db5cc01c6a58f7b4af6184"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gstreamer1 pygobject3"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rworkman@slackbuilds.org"
|
|
@ -5,15 +5,15 @@
|
|||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gst1-python: gst1-python (GStreamer1 python bindings)
|
||||
gst1-python:
|
||||
gst1-python: Python bindings for the GStreamer1 multimedia framework.
|
||||
gst1-python:
|
||||
gst1-python: Homepage: http://gstreamer.freedesktop.org/modules/gst-python.html
|
||||
gst1-python:
|
||||
gst1-python:
|
||||
gst1-python:
|
||||
gst1-python:
|
||||
gst1-python:
|
||||
gst1-python:
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gst-python: gst-python (GStreamer python bindings)
|
||||
gst-python:
|
||||
gst-python: Python bindings for the GStreamer multimedia framework.
|
||||
gst-python:
|
||||
gst-python: Homepage: http://gstreamer.freedesktop.org/modules/gst-python.html
|
||||
gst-python:
|
||||
gst-python:
|
||||
gst-python:
|
||||
gst-python:
|
||||
gst-python:
|
||||
gst-python:
|
|
@ -1 +0,0 @@
|
|||
GStreamer1 python bindings
|
Loading…
Reference in a new issue