summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2022-03-31 20:24:23 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:18:48 +0200
commitc7e655caeaa8577b607394ae2d0a460ad36eaa91 (patch)
tree7ad146493a10c5ba1150faf615447475e29ff9c7 /audio
parent68adae29ab7262b5e9f57b034ce41e884110ffcc (diff)
downloadslackbuilds-c7e655caeaa8577b607394ae2d0a460ad36eaa91.tar.gz
audio/fantasia: Removed (redundant; use JSampler instead).
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/fantasia/README5
-rw-r--r--audio/fantasia/doinst.sh10
-rw-r--r--audio/fantasia/fantasia.SlackBuild84
-rw-r--r--audio/fantasia/fantasia.desktop9
-rw-r--r--audio/fantasia/fantasia.info10
-rw-r--r--audio/fantasia/slack-desc19
6 files changed, 0 insertions, 137 deletions
diff --git a/audio/fantasia/README b/audio/fantasia/README
deleted file mode 100644
index 667cf25ee9..0000000000
--- a/audio/fantasia/README
+++ /dev/null
@@ -1,5 +0,0 @@
-fantasia (Java-based GUI frontend for LinuxSampler)
-
-Although I've listed zulu-openjdk8 as a required dependency, other
-JDK implementations such as jdk (Oracle) probably work too. I just
-haven't tested them myself.
diff --git a/audio/fantasia/doinst.sh b/audio/fantasia/doinst.sh
deleted file mode 100644
index 4a25de5e6f..0000000000
--- a/audio/fantasia/doinst.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
diff --git a/audio/fantasia/fantasia.SlackBuild b/audio/fantasia/fantasia.SlackBuild
deleted file mode 100644
index 4a08ecc119..0000000000
--- a/audio/fantasia/fantasia.SlackBuild
+++ /dev/null
@@ -1,84 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for fantasia
-
-# Written by B. Watson (yalhcru@gmail.com)
-
-# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
-
-# 20211207 bkw: BUILD=2, new-style icons.
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=fantasia
-VERSION=${VERSION:-0.9}
-BUILD=${BUILD:-2}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-ARCH=noarch
-
-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}
-
-SRCNAM=Fantasia
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-
-# Don't really need our own "source" dir, but it makes cleanup easier.
-mkdir $PRGNAM-$VERSION
-cd $PRGNAM-$VERSION
-
-# Jar file
-mkdir -p $PKG/usr/{bin,share/$PRGNAM}
-install -m0644 -oroot -groot $CWD/$SRCNAM-$VERSION.jar $PKG/usr/share/$PRGNAM
-
-# Shell script wrapper
-cat <<EOF > $PKG/usr/bin/$PRGNAM
-#!/bin/sh
-exec java -jar /usr/share/$PRGNAM/$SRCNAM-$VERSION.jar
-EOF
-chmod 0755 $PKG/usr/bin/$PRGNAM
-
-# Stick the icon where it goes
-unzip -j $CWD/$SRCNAM-$VERSION.jar \
- org/jsampler/view/fantasia/res/icons/LinuxSampler-logo.png
-
-convert -background none -extent 128x128 -gravity center \
- LinuxSampler-logo.png PNG24:$PRGNAM.png
-
-for px in 16 32 48 64 128; do
- size=${px}x${px}
- dir=$PKG/usr/share/icons/hicolor/$size/apps
- mkdir -p $dir
- convert -resize $size $PRGNAM.png $dir/$PRGNAM.png
-done
-
-mkdir -p $PKG/usr/share/pixmaps
-ln -s ../icons/hicolor/48x48/apps/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
-
-# .desktop file written by SlackBuild author
-mkdir -p $PKG/usr/share/applications
-cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
-
-# No real docs ship with this app, but here ya go:
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/audio/fantasia/fantasia.desktop b/audio/fantasia/fantasia.desktop
deleted file mode 100644
index d4226b6971..0000000000
--- a/audio/fantasia/fantasia.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=Fantasia
-Comment=LinuxSampler GUI
-Exec=fantasia
-Icon=fantasia
-Terminal=false
-Type=Application
-Categories=Audio;AudioVideo;
diff --git a/audio/fantasia/fantasia.info b/audio/fantasia/fantasia.info
deleted file mode 100644
index f366c33cba..0000000000
--- a/audio/fantasia/fantasia.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="fantasia"
-VERSION="0.9"
-HOMEPAGE="http://www.linuxsampler.org/"
-DOWNLOAD="http://downloads.sourceforge.net/project/jsampler/Fantasia/Fantasia%200.9/Fantasia-0.9.jar"
-MD5SUM="55f781785224cf7fc1c5999b683f9577"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="zulu-openjdk8 linuxsampler"
-MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
diff --git a/audio/fantasia/slack-desc b/audio/fantasia/slack-desc
deleted file mode 100644
index 86c8caa262..0000000000
--- a/audio/fantasia/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------------------------------------------------------|
-fantasia: fantasia (Java-based GUI frontend for LinuxSampler)
-fantasia:
-fantasia:
-fantasia:
-fantasia:
-fantasia:
-fantasia:
-fantasia:
-fantasia:
-fantasia:
-fantasia: