From e49aa05b4ad2918ff208c40a23a986f226751926 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Thu, 11 Aug 2016 20:51:28 +1000 Subject: graphics/vsxu: Updated for version 0.5.1 Signed-off-by: Christoph Willing --- graphics/vsxu/README | 2 ++ graphics/vsxu/vsxu.SlackBuild | 14 +++++++------- graphics/vsxu/vsxu.info | 8 ++++---- 3 files changed, 13 insertions(+), 11 deletions(-) (limited to 'graphics') 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" -- cgit v1.2.3