summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-07 22:11:44 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-13 06:59:07 +0700
commit6afaaa05346753becd8a80bfd9a6c3c7d50366f3 (patch)
tree4d173499e5865073ae028e9a25cd34336cb22855
parent9a2f7c36265cd8ee2e3fab4c18a0971e4f351e4a (diff)
downloadslackbuilds-6afaaa05346753becd8a80bfd9a6c3c7d50366f3.tar.gz
slackbuilds-6afaaa05346753becd8a80bfd9a6c3c7d50366f3.tar.xz
audio/jost_bin: Removed (upstream is gone).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/jost_bin/README7
-rw-r--r--audio/jost_bin/jost_bin.SlackBuild45
-rw-r--r--audio/jost_bin/jost_bin.info10
-rw-r--r--audio/jost_bin/slack-desc19
4 files changed, 0 insertions, 81 deletions
diff --git a/audio/jost_bin/README b/audio/jost_bin/README
deleted file mode 100644
index fde5a4fe15..0000000000
--- a/audio/jost_bin/README
+++ /dev/null
@@ -1,7 +0,0 @@
-JOST is a audio host application for plugins that can be used as plugin itself,
-or be compiled as a cross bridge between multiple audio plugin technologies...
-It is the first open source multi-technology (internal, native vst, ladspa,
-dssi) host in linux. It will mainly host a chain of plugins per instance,
-publishing jack, alsa, and alsa_seq ports in order to be connected in your main
-stream flow. It is actually under heavy development, but it still has some
-very good features that make it a first class host.
diff --git a/audio/jost_bin/jost_bin.SlackBuild b/audio/jost_bin/jost_bin.SlackBuild
deleted file mode 100644
index 501886beb6..0000000000
--- a/audio/jost_bin/jost_bin.SlackBuild
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/sh
-# Slackware build script for <jost>
-# Written by Michales Michaloudes korgie@gmail.com
-
-PRGNAM=jost_bin
-VERSION=${VERSION:-0.5.4}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-ARCH=i486 # Hardcoded: we don't compile.
-SRCNAM=jost
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$SRCNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/${SRCNAM}-v$VERSION.tar.bz2
-cd $SRCNAM-v$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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-mkdir -p $PKG/usr/{bin,lib}
-cp -p $TMP/$SRCNAM-v$VERSION/$SRCNAM $PKG/usr/bin
-cp -p $TMP/$SRCNAM-v$VERSION/${SRCNAM}vst.so $PKG/usr/lib
-
-mkdir -p $PKG/usr/doc/$SRCNAM-$VERSION
-cat readme.txt > $PKG/usr/doc/$SRCNAM-$VERSION/readme.txt
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$SRCNAM-$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:-tgz}
diff --git a/audio/jost_bin/jost_bin.info b/audio/jost_bin/jost_bin.info
deleted file mode 100644
index 72e292e5ce..0000000000
--- a/audio/jost_bin/jost_bin.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="jost_bin"
-VERSION="0.5.4"
-HOMEPAGE="http://anticore.org/jucetice"
-DOWNLOAD="http://www.anticore.org/jucetice/wp-content/uploads/jost-v0.5.4.tar.bz2"
-MD5SUM="b1e1efe941d157d0f89e29bc0c5f07a7"
-DOWNLOAD_x86_64="UNSUPPORTED"
-MD5SUM_x86_64=""
-REQUIRES="jack-audio-connection-kit"
-MAINTAINER="Michales Michaloudes"
-EMAIL="korgie@gmail.com"
diff --git a/audio/jost_bin/slack-desc b/audio/jost_bin/slack-desc
deleted file mode 100644
index b15a7ebe78..0000000000
--- a/audio/jost_bin/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------------------------------------------------------|
-jost_bin: jost_bin (audio host plugin - binary repackaging)
-jost_bin:
-jost_bin: JOST is a audio host application for plugins that can be used as a
-jost_bin: plugin itself or be compiled as a cross bridge between multiple audio
-jost_bin: plugin technologies... It is the first open source multi-technology
-jost_bin: (internal, native vst, ladspa, dssi) host in linux. It will mainly
-jost_bin: host a chain of plugins per instance, publishing jack, alsa, and
-jost_bin: alsa_seq ports in order to be connected in your main stream flow.
-jost_bin: It is actually under heavy development, but it still has some very
-jost_bin: good features that make it a first class host.
-jost_bin: