diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:20:47 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:20:47 +0200 |
commit | a23483eb62314f90920c2aa1e55e32219ec83cd3 (patch) | |
tree | daaf473b68c9e286d6268584623f21a77d7d3027 /audio/ardour | |
parent | e2ab01954f28a7c42c0b7b80c71d7f58efaef97f (diff) | |
download | slackbuilds-a23483eb62314f90920c2aa1e55e32219ec83cd3.tar.gz |
audio/ardour: Updated for version 2.8.1
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/README | 6 | ||||
-rw-r--r-- | audio/ardour/ardour.SlackBuild | 6 | ||||
-rw-r--r-- | audio/ardour/ardour.info | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/audio/ardour/README b/audio/ardour/README index 7994433feb..f0fed83078 100644 --- a/audio/ardour/README +++ b/audio/ardour/README @@ -2,8 +2,8 @@ Ardour is an application to fit the needs of musicians under Linux. It is designed to be a fully functional professional audio application, that uses the professional sound server jack for sound i/o. -Ardour requires liblo, raptor, liblrdf, boost, scons, fftw, libsamplerate, -jack-audio-connection-kit, libgnomecanvas and aubio. +Ardour requires liblo, liblrdf, scons, fftw, libsamplerate, libgnomecanvas, +jack-audio-connection-kit, and aubio. If you want ardour with lv2 support pass LV2=yes to the script. This will additionally need slv2. @@ -14,4 +14,4 @@ need to pass WIIMOTE=yes to the script. You need cwiid for that. For building ardour with support for VST-plugins, you have to pass VST=yes to the script. This will additionally require wine. Please note that VST-support will not be built on x86_64, regardless of -the option passed.
\ No newline at end of file +the option passed. diff --git a/audio/ardour/ardour.SlackBuild b/audio/ardour/ardour.SlackBuild index 03ebacb84d..206ce2f6f0 100644 --- a/audio/ardour/ardour.SlackBuild +++ b/audio/ardour/ardour.SlackBuild @@ -23,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ardour -VERSION=2.8 +VERSION=2.8.1 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -134,4 +134,4 @@ cd $PKG/etc/ardour2 cd - cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$TARGET-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$TARGET-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/ardour/ardour.info b/audio/ardour/ardour.info index 5db749ebfa..ec41736c7a 100644 --- a/audio/ardour/ardour.info +++ b/audio/ardour/ardour.info @@ -1,8 +1,10 @@ PRGNAM="ardour" -VERSION="2.8" +VERSION="2.8.1" HOMEPAGE="http://ardour.org" -DOWNLOAD="http://slackbuilds.org/sources/12.2/ardour-2.8.tar.bz2" -MD5SUM="24bd768dbe08f1f2724dc97704ee0518" +DOWNLOAD="http://slackbuilds.org/sources/13.0/ardour-2.8.1.tar.bz2" +DOWNLOAD_x86_64="" +MD5SUM="80b38c6381e9b285734978478079dbfe" +MD5SUM_x86_64="" MAINTAINER="pprkut" EMAIL="pprkut@liwjatan.at" APPROVED="dsomero" |