mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/vsxu: Updated for version 0.5.1
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
896b9292e3
commit
e49aa05b4a
3 changed files with 13 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue