diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-12-26 20:40:18 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-27 19:22:53 -0200 |
commit | 1ec5fa432230c0696c41e241406ee4867d516663 (patch) | |
tree | 90b6036b1e3411fbbeebeb09bbd6244b084e3420 /libraries/gst-python/gst-python.SlackBuild | |
parent | 8681eef4c25c82ca4310570cac2864c5bed005ef (diff) |
libraries/gst-python: Updated for version 0.10.19 + new maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/gst-python/gst-python.SlackBuild')
-rw-r--r-- | libraries/gst-python/gst-python.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/gst-python/gst-python.SlackBuild b/libraries/gst-python/gst-python.SlackBuild index c4cedb4f9eaec..0bef59981b65b 100644 --- a/libraries/gst-python/gst-python.SlackBuild +++ b/libraries/gst-python/gst-python.SlackBuild @@ -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 |