diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:22:01 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:22:01 +0200 |
commit | 23da0de297317f410aed84fc0049c2b0f6643506 (patch) | |
tree | bfc43ad6f52403668558026c7afda1b885cd61c5 /audio | |
parent | d2898180efb73a6dbd71c3dbbd11c2e9c8198695 (diff) | |
download | slackbuilds-23da0de297317f410aed84fc0049c2b0f6643506.tar.gz |
audio/rosegarden: Updated for version 1.7.3
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rosegarden/README | 17 | ||||
-rw-r--r-- | audio/rosegarden/rosegarden.SlackBuild | 6 | ||||
-rw-r--r-- | audio/rosegarden/rosegarden.info | 4 |
3 files changed, 17 insertions, 10 deletions
diff --git a/audio/rosegarden/README b/audio/rosegarden/README index 74792035e2..74d6a17fbc 100644 --- a/audio/rosegarden/README +++ b/audio/rosegarden/README @@ -1,12 +1,13 @@ -Rosegarden is an attractive, user-friendly MIDI and audio sequencer, -notation editor, and general-purpose music composition and editing +Rosegarden is an attractive, user-friendly MIDI and audio sequencer, +notation editor, and general-purpose music composition and editing application for Unix and Linux. -The only documented hard dependency of Rosegarden is fftw, so it *must* -be installed. Jack-audio-connection-kit is documented as an optional -dependency, but testing here indicates that it must also be installed. -liblo, liblrdf, and ladspa are optional dependencies; they will be used -if they are available at build time. LIRC is another optional dependency; -if you want lirc-support, you will have to pass LIRC=yes to the script. +This will need the kde3-compat libs from /extra to build. + +Aditionally fftw and jack-audio-connection-kit are required. +liblo, liblrdf and ladspa_sdk are optional dependencies, and will be +used if available at build time. +LIRC is another optional dependency; if you want lirc-support, you +will have to pass LIRC=yes to the script. Further rosegarden makes use of xml-twig and lilypond at runtime. All dependencies (required and optional) are available at SlackBuilds.org. diff --git a/audio/rosegarden/rosegarden.SlackBuild b/audio/rosegarden/rosegarden.SlackBuild index 16c13c3901..2b79be4066 100644 --- a/audio/rosegarden/rosegarden.SlackBuild +++ b/audio/rosegarden/rosegarden.SlackBuild @@ -42,10 +42,13 @@ LIRC=${LIRC:-no} 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="" fi if [ "$LIRC" = 'yes' ]; then @@ -73,6 +76,7 @@ cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_SUFFIX="$LIBDIRSUFFIX" \ -DWANT_LIRC=$LIRCOPT make @@ -90,4 +94,4 @@ 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.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/rosegarden/rosegarden.info b/audio/rosegarden/rosegarden.info index f2bce870bc..c959bc387b 100644 --- a/audio/rosegarden/rosegarden.info +++ b/audio/rosegarden/rosegarden.info @@ -2,7 +2,9 @@ PRGNAM="rosegarden" VERSION="1.7.3" HOMEPAGE="http://www.rosegardenmusic.com" DOWNLOAD="http://downloads.sourceforge.net/rosegarden/rosegarden-1.7.3.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="122eab42e375d2f3b009c8540ae8069c" -MAINTAINER="ppr:kut" +MD5SUM_x86_64="" +MAINTAINER="pprkut" EMAIL="pprkut@liwjatan.at" APPROVED="rworkman" |