From 1ec5fa432230c0696c41e241406ee4867d516663 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sun, 26 Dec 2010 20:40:18 -0200 Subject: libraries/gst-python: Updated for version 0.10.19 + new maintainer. Signed-off-by: Niels Horn --- libraries/gst-python/gst-python.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libraries/gst-python/gst-python.SlackBuild') diff --git a/libraries/gst-python/gst-python.SlackBuild b/libraries/gst-python/gst-python.SlackBuild index c4cedb4f9e..0bef59981b 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 +# 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 -- cgit v1.2.3