diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:46 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:46 +0200 |
commit | 02789dc1aa869c8718fb3fa1d23d4f380fd0b60b (patch) | |
tree | 092678dbeaf38b27ca03b64705295c9887cd82cc /multimedia | |
parent | cdbd7191a44bb76312d2929b0a8eb4d858ea3002 (diff) | |
download | slackbuilds-02789dc1aa869c8718fb3fa1d23d4f380fd0b60b.tar.gz |
audio/fluidsynth: Moved from multimedia
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/fluidsynth/README | 8 | ||||
-rw-r--r-- | multimedia/fluidsynth/fluidsynth.SlackBuild | 80 | ||||
-rw-r--r-- | multimedia/fluidsynth/fluidsynth.info | 8 | ||||
-rw-r--r-- | multimedia/fluidsynth/slack-desc | 19 |
4 files changed, 0 insertions, 115 deletions
diff --git a/multimedia/fluidsynth/README b/multimedia/fluidsynth/README deleted file mode 100644 index 11eb9f30e3..0000000000 --- a/multimedia/fluidsynth/README +++ /dev/null @@ -1,8 +0,0 @@ -FluidSynth is a software real-time synthesizer based on the -Soundfont 2 specifications. FluidSynth reads and handles MIDI -events from the MIDI input device. It is the software analogue -of a MIDI synthesizer. FluidSynth can also play midifiles -using a Soundfont. - -Requires ladspa-sdk and may use jack-audio-connection-kit. -Both are available from SlackBuilds.org diff --git a/multimedia/fluidsynth/fluidsynth.SlackBuild b/multimedia/fluidsynth/fluidsynth.SlackBuild deleted file mode 100644 index ba6cc3a254..0000000000 --- a/multimedia/fluidsynth/fluidsynth.SlackBuild +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/sh - -# Slackware build script for fluidsynth - -# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at> -# 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. - -PRGNAM=fluidsynth -VERSION=1.0.8 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --disable-static \ - --enable-ladspa - -make -make install-strip DESTDIR=$PKG - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO \ - $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.tgz diff --git a/multimedia/fluidsynth/fluidsynth.info b/multimedia/fluidsynth/fluidsynth.info deleted file mode 100644 index 2f96a8dea5..0000000000 --- a/multimedia/fluidsynth/fluidsynth.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="fluidsynth" -VERSION="1.0.8" -HOMEPAGE="http://www.fluidsynth.org/" -DOWNLOAD="http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.0.8.tar.gz" -MD5SUM="e2abfd2e69fd8b28d965df968d7d44ee" -MAINTAINER="ppr:kut" -EMAIL="HMWiesinger@gmx.at" -APPROVED="rworkman" diff --git a/multimedia/fluidsynth/slack-desc b/multimedia/fluidsynth/slack-desc deleted file mode 100644 index bafa0520a2..0000000000 --- a/multimedia/fluidsynth/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 ':'. - - |-----handy-ruler------------------------------------------------| -fluidsynth: fluidsynth (Software Synthesizer) -fluidsynth: -fluidsynth: FluidSynth is a software real-time synthesizer based on the -fluidsynth: Soundfont 2 specifications. FluidSynth reads and handles MIDI -fluidsynth: events from the MIDI input device. It is the software analogue -fluidsynth: of a MIDI synthesizer. FluidSynth can also play midifiles -fluidsynth: using a Soundfont. -fluidsynth: -fluidsynth: Homepage: http://www.fluidsynth.org/ -fluidsynth: -fluidsynth: |