multimedia/dssi: Updated for version 1.1.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2010-12-13 00:42:56 -06:00 committed by Robby Workman
parent 4a6a329f19
commit 5256ff6e65
3 changed files with 7 additions and 12 deletions

View file

@ -5,4 +5,4 @@ DSSI is an open and well-documented specification developed for use in Linux
audio applications, although portable to other platforms. It may be thought of
as LADSPA-for-instruments, or something comparable to VSTi.
This requires qt3 from extra/kde3-compat, ladspa_sdk, liblo, and jack.
This requires ladspa_sdk, liblo, libsndfile and jack.

View file

@ -5,16 +5,14 @@
# Updated by Heinz Wiesinger pprkut@liwjatan.at - Added profile.d scripts
PRGNAM=dssi
VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -53,9 +51,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Make sure QTDIR is set
[ -e /etc/profile.d/qt.sh ] && . /etc/profile.d/qt.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,10 +1,10 @@
PRGNAM="dssi"
VERSION="1.0.0"
VERSION="1.1.0"
HOMEPAGE="http://dssi.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/dssi/dssi-1.0.0.tar.gz"
MD5SUM="bc4c50f9f9b3cd13019718266f8f15af"
DOWNLOAD="http://downloads.sourceforge.net/dssi/dssi-1.1.0.tar.gz"
MD5SUM="dfc850e66fae94e7ec08aebb43d07848"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michales Michaloudes"
EMAIL="korgie@gmail.com"
APPROVED="Erik Hanson"
APPROVED="rworkman"