summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing2016-08-11 12:51:28 +0200
committer Willy Sudiarto Raharjo2016-08-13 02:22:49 +0200
commite49aa05b4ad2918ff208c40a23a986f226751926 (patch)
tree496ddbe725c7cd7e86c0011d15ec738af217b3a3
parent896b9292e35c9aa81b1e98da5fa7102dbbed63a3 (diff)
downloadslackbuilds-e49aa05b4ad2918ff208c40a23a986f226751926.tar.gz
graphics/vsxu: Updated for version 0.5.1
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
-rw-r--r--graphics/vsxu/README2
-rw-r--r--graphics/vsxu/vsxu.SlackBuild14
-rw-r--r--graphics/vsxu/vsxu.info8
3 files changed, 13 insertions, 11 deletions
diff --git a/graphics/vsxu/README b/graphics/vsxu/README
index 0fb17fb023..0b0a7bad8e 100644
--- a/graphics/vsxu/README
+++ b/graphics/vsxu/README
@@ -1,3 +1,5 @@
VSXu (VSX Ultra) is an OpenGL-based (hardware-accelerated),
modular programming environment with its main purpose to
visualize music and create graphic effects in real-time.
+
+jack-audio-connection-kit is an optional build dependency.
diff --git a/graphics/vsxu/vsxu.SlackBuild b/graphics/vsxu/vsxu.SlackBuild
index b702c8fa6f..10665cc768 100644
--- a/graphics/vsxu/vsxu.SlackBuild
+++ b/graphics/vsxu/vsxu.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for vsxu
-# Copyright 2014 Christoph Willing, Brisbane, Australia
+# Copyright 2014-2016 Christoph Willing, Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vsxu
-VERSION=${VERSION:-0.4.2}
+VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xf $CWD/$PRGNAM-$VERSION.tar.gz || tar xf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGELOG COPYING COPYING.LESSER INSTALL README.md TODO VERSION \
+cp -a AUTHORS CHANGELOG COPYING COPYING.LESSER INSTALL README.md VERSION \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/graphics/vsxu/vsxu.info b/graphics/vsxu/vsxu.info
index 44ce5a099a..9f10398a55 100644
--- a/graphics/vsxu/vsxu.info
+++ b/graphics/vsxu/vsxu.info
@@ -1,10 +1,10 @@
PRGNAM="vsxu"
-VERSION="0.4.2"
+VERSION="0.5.1"
HOMEPAGE="http://www.vsxu.com"
-DOWNLOAD="https://github.com/vovoid/vsxu/archive/0.4.2.tar.gz"
-MD5SUM="bbd73438386aa3eede5c3b104d706104"
+DOWNLOAD="https://github.com/vovoid/vsxu/archive/v0.5.1.tar.gz"
+MD5SUM="b4c31f1b0e9def4fa4920341cda3708f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="glfw ftgl opencv"
MAINTAINER="Christoph Willing"
-EMAIL="chris.willing@iinet.net.au"
+EMAIL="chris.willing@linux.com"