diff options
author | hackedhead <slackbuilds at hackedhead dot fastmail dot net> | 2010-05-13 00:21:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:21:28 +0200 |
commit | 5021c54d2aef43290d268064799be20c1bb5da4e (patch) | |
tree | f7095f6f37ba8738ef9307575abbc425a35c9636 | |
parent | 6fcf758c71d404e213916cbbaf11d9386ecd32d2 (diff) | |
download | slackbuilds-5021c54d2aef43290d268064799be20c1bb5da4e.tar.gz |
audio/lmms: Updated for version 0.4.2
-rw-r--r-- | audio/lmms/README | 2 | ||||
-rw-r--r-- | audio/lmms/lmms.SlackBuild | 7 | ||||
-rw-r--r-- | audio/lmms/lmms.info | 2 | ||||
-rw-r--r-- | audio/lmms/slack-desc | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/audio/lmms/README b/audio/lmms/README index 17175b1fe1..e90b72df77 100644 --- a/audio/lmms/README +++ b/audio/lmms/README @@ -5,4 +5,4 @@ mixing of sounds, and arranging of samples. You can have fun with your MIDI-keyboard and much more; all in a user-friendly and modern interface. -This requires qt4, libsndfile, libsamplerate, fluidsynth, and fftw. +Requires: libsndfile, libsamplerate, fluidsynth, and fftw. diff --git a/audio/lmms/lmms.SlackBuild b/audio/lmms/lmms.SlackBuild index b517abb7e2..43635ae143 100644 --- a/audio/lmms/lmms.SlackBuild +++ b/audio/lmms/lmms.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=lmms VERSION=${VERSION:-0.4.2} ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -16,10 +16,13 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -e @@ -56,4 +59,4 @@ 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 +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/lmms/lmms.info b/audio/lmms/lmms.info index 2297d0b873..5abbbc6999 100644 --- a/audio/lmms/lmms.info +++ b/audio/lmms/lmms.info @@ -2,7 +2,9 @@ PRGNAM="lmms" VERSION="0.4.2" HOMEPAGE="http://lmms.sourceforge.net" DOWNLOAD="http://downloads.sourceforge.net/lmms/lmms-0.4.2.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="de3a46e1c9127b1de5a3a23bfa359cd9" +MD5SUM_x86_64="" MAINTAINER="hackedhead" EMAIL="slackbuilds at hackedhead dot fastmail dot net" APPROVED="rworkman" diff --git a/audio/lmms/slack-desc b/audio/lmms/slack-desc index f5ffea5cfe..0a622bff41 100644 --- a/audio/lmms/slack-desc +++ b/audio/lmms/slack-desc @@ -15,5 +15,5 @@ lmms: mixing of sounds, and arranging of samples. You can have fun with lmms: your MIDI-keyboard and much more; all in a user-friendly and modern lmms: interface. lmms: -lmms: http://lmms.sourceforge.net/ +lmms: Homepage: http://lmms.sourceforge.net/ lmms: |