mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/gst-python: Updated for version 0.10.19 + new maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
8681eef4c2
commit
1ec5fa4322
4 changed files with 14 additions and 13 deletions
|
@ -1,2 +1,2 @@
|
|||
GStreamer python bindings. You can find API docs for the Python
|
||||
GStreamer python bindings. You can find API docs for the Python
|
||||
bindings at http://pygstdocs.berlios.de/.
|
||||
|
|
|
@ -5,17 +5,18 @@
|
|||
|
||||
# Modified by the slackbuilds.org project.
|
||||
|
||||
# Maintained by Binh Nguyen <binhnguyen@fastmail.fm>
|
||||
# from version 0.10.19
|
||||
|
||||
PRGNAM=gst-python
|
||||
VERSION=0.10.15
|
||||
VERSION=${VERSION:-0.10.19}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gst-python"
|
||||
VERSION="0.10.15"
|
||||
VERSION="0.10.19"
|
||||
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-python.html"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.15.tar.bz2"
|
||||
MD5SUM="3329320a97bdbc669e11054f19bddf5a"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.19.tar.bz2"
|
||||
MD5SUM="ddcef7d00bd88b0591cd6d910c36ec4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Thiago Coutinho"
|
||||
EMAIL="thiagocoutinho1@gmail.com"
|
||||
APPROVED="Michiel"
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhnguyen@fastmail.fm"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler----------------------------------------------------|
|
||||
gst-python: gst-python (python bindings)
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gst-python: gst-python (GStreamer python bindings)
|
||||
gst-python:
|
||||
gst-python: Python bindings for the GStreamer multimedia framework.
|
||||
gst-python:
|
||||
gst-python: http://gstreamer.freedesktop.org/modules/gst-python.html
|
||||
gst-python: Homepage: http://gstreamer.freedesktop.org/modules/gst-python.html
|
||||
gst-python:
|
||||
gst-python:
|
||||
gst-python:
|
||||
|
|
Loading…
Reference in a new issue