summaryrefslogtreecommitdiffstats
path: root/libraries/gst-python/gst-python.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gst-python/gst-python.SlackBuild')
-rw-r--r--libraries/gst-python/gst-python.SlackBuild7
1 files changed, 4 insertions, 3 deletions
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 <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