diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-06-20 11:33:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-06-20 12:03:46 +0700 |
commit | ed09bfdf2b020a7b697a12c1a46a777c37945df9 (patch) | |
tree | a6d9c0b97e88405ac51a47f79984097f7417f127 | |
parent | 8d8345886ca057bf12ae4fcc7c9653a00ca77cc7 (diff) |
graphics/vsxu: Removed (upstream only release for Windows).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/vsxu/00_libdir.diff | 11 | ||||
-rw-r--r-- | graphics/vsxu/README | 5 | ||||
-rw-r--r-- | graphics/vsxu/README.SBo | 13 | ||||
-rw-r--r-- | graphics/vsxu/slack-desc | 19 | ||||
-rw-r--r-- | graphics/vsxu/vsxu.SlackBuild | 113 | ||||
-rw-r--r-- | graphics/vsxu/vsxu.info | 10 |
6 files changed, 0 insertions, 171 deletions
diff --git a/graphics/vsxu/00_libdir.diff b/graphics/vsxu/00_libdir.diff deleted file mode 100644 index c9becae276..0000000000 --- a/graphics/vsxu/00_libdir.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- vsx_platform.h.orig 2019-03-19 10:38:34.582591102 +1000 -+++ vsx_platform.h 2019-03-19 11:30:54.854922482 +1000 -@@ -66,7 +66,7 @@ - #define PLATFORM_NAME "GNU / Linux" - #define PLATFORM_FAMILY PLATFORM_FAMILY_UNIX - #define PLATFORM_SHARED_FILES vsx_string<>(get_exec_path().c_str()) + "/../share/vsxu/" -- #define VSXU_PLUGIN_LOCATION vsx_string<>(get_exec_path().c_str()) + "/../lib/vsxu/plugins" -+ #define VSXU_PLUGIN_LOCATION vsx_string<>(get_exec_path().c_str()) + "/../lib64/vsxu/plugins" - #define PLATFORM_DLL_SUFFIX ".so" - #ifdef PLATFORM_SHARED_FILES_STL - #define PLATFORM_SHARED_FILES_STLSTRING get_exec_path() + std::string("/../share/vsxu/") diff --git a/graphics/vsxu/README b/graphics/vsxu/README deleted file mode 100644 index 721bda6801..0000000000 --- a/graphics/vsxu/README +++ /dev/null @@ -1,5 +0,0 @@ -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 is an optional build dependency. diff --git a/graphics/vsxu/README.SBo b/graphics/vsxu/README.SBo deleted file mode 100644 index aee47e503f..0000000000 --- a/graphics/vsxu/README.SBo +++ /dev/null @@ -1,13 +0,0 @@ -The source tarball downloadable directly from the vsxu github repository -does not contain any of the git submodules required to build the project. -We therefore supply at slackbuilddirectlinks that contains the necessary -submodules. The difference in content is denoted by the versions number; -a ".0" is added to the "eqivalent" github version e.g. if the github tarball -were named vsxu-0.6.1.tar.gz then the more complete slackbuilddirectlinks -tarball would be named vsxu-0.6.1.0.tar.gz. Such updated tarballs are -constructed using the following shell commands (again using 0.6.1 as an -example version): - -git clone --recursive -b v0.6.1 https://github.com/vovoid/vsxu.git vsxu-0.6.1.0 -tar zcv --exclude=".git*" -f vsxu-0.6.1.0.tar.gz vsxu-0.6.1.0 - diff --git a/graphics/vsxu/slack-desc b/graphics/vsxu/slack-desc deleted file mode 100644 index 165b884191..0000000000 --- a/graphics/vsxu/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -vsxu: vsxu (OpenGL Music Visualisation and Graphics Effects) -vsxu: -vsxu: VSXu (VSX Ultra) is an OpenGL-based (hardware-accelerated), -vsxu: modular programming environment with its main purpose to -vsxu: visualize music and create graphic effects in real-time. -vsxu: -vsxu: -vsxu: -vsxu: -vsxu: -vsxu: diff --git a/graphics/vsxu/vsxu.SlackBuild b/graphics/vsxu/vsxu.SlackBuild deleted file mode 100644 index ddc7d5abdd..0000000000 --- a/graphics/vsxu/vsxu.SlackBuild +++ /dev/null @@ -1,113 +0,0 @@ -#!/bin/bash - -# Slackware build script for vsxu - -# Copyright 2014-2018 Christoph Willing, Brisbane, Australia -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=vsxu -VERSION=${VERSION:-0.6.3.0} -BUILD=${BUILD:-2} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -if [ "$ARCH" = "x86_64" ]; then - patch -p0 < $CWD/00_libdir.diff - for f in $(find . -name \*.desktop.in) ; do - sed -i -e 's/lib/lib64/' $f - done -fi - -mkdir -p build -cd build - cmake \ - -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ - -DCMAKE_BUILD_TYPE=Release .. - make - make install DESTDIR=$PKG -cd .. - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$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 - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/graphics/vsxu/vsxu.info b/graphics/vsxu/vsxu.info deleted file mode 100644 index b299c9c786..0000000000 --- a/graphics/vsxu/vsxu.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="vsxu" -VERSION="0.6.3.0" -HOMEPAGE="http://www.vsxu.com" -DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/vsxu/vsxu-0.6.3.0.tar.gz" -MD5SUM="a06b81f46fafe49fca8ef245a54531bf" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="glfw3 ftgl" -MAINTAINER="Christoph Willing" -EMAIL="chris.willing@linux.com" |