diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 19:45:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:31 +0200 |
commit | ea2c3921f4fa75be35368d40d3be14e62baac78d (patch) | |
tree | a7a275f62f2931d08e11ca142c7cadd7472cb97f /multimedia | |
parent | 82ffdfc252ddd7940c2b0dbd36f1e3b2bd7a8124 (diff) | |
download | slackbuilds-ea2c3921f4fa75be35368d40d3be14e62baac78d.tar.gz |
multimedia/audacity: Updated for version 1.3.3
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacity/README | 1 | ||||
-rw-r--r-- | multimedia/audacity/audacity.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/audacity/audacity.info | 8 | ||||
-rw-r--r-- | multimedia/audacity/doinst.sh | 5 | ||||
-rw-r--r-- | multimedia/audacity/slack-desc | 10 |
5 files changed, 19 insertions, 7 deletions
diff --git a/multimedia/audacity/README b/multimedia/audacity/README index 442dd0365c..843882bc58 100644 --- a/multimedia/audacity/README +++ b/multimedia/audacity/README @@ -6,4 +6,3 @@ Audacity requires wxGTK2.6 and libsndfile, both of which are available on SlackBuilds.org. This script builds with support for libmad, libvorbis, id3tag, and libflac (all of which are included in stock Slackware), but they can be removed in the "configure" section of the build script if desired. - diff --git a/multimedia/audacity/audacity.SlackBuild b/multimedia/audacity/audacity.SlackBuild index bc42dd435b..dc21ca18b3 100644 --- a/multimedia/audacity/audacity.SlackBuild +++ b/multimedia/audacity/audacity.SlackBuild @@ -9,7 +9,7 @@ # Modified by the SlackBuilds.org project PRGNAM=audacity -VERSION=1.3.2 +VERSION=1.3.3 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/multimedia/audacity/audacity.info b/multimedia/audacity/audacity.info index b854ef417c..4d5e878360 100644 --- a/multimedia/audacity/audacity.info +++ b/multimedia/audacity/audacity.info @@ -1,8 +1,8 @@ PRGNAM="audacity" -VERSION="1.3.2" +VERSION="1.3.3" HOMEPAGE="http://audacity.sourceforge.net" -DOWNLOAD="http://dl.sourceforge.net/audacity/audacity-src-1.3.2.tar.gz" -MD5SUM="bf63673140254f1283dfd55b61ff2422" +DOWNLOAD="http://dl.sourceforge.net/audacity/audacity-src-1.3.3.tar.gz" +MD5SUM="72a9e3239f3b5af63030a1e1b07e40e7" MAINTAINER="Chess Griffin" EMAIL="chess@chessgriffin.com" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/multimedia/audacity/doinst.sh b/multimedia/audacity/doinst.sh index d7e0d73d4d..4daa83bcfa 100644 --- a/multimedia/audacity/doinst.sh +++ b/multimedia/audacity/doinst.sh @@ -1,4 +1,9 @@ + if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q usr/share/applications fi +if [ -x usr/bin/update-mime-database ]; then + usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + diff --git a/multimedia/audacity/slack-desc b/multimedia/audacity/slack-desc index d688e2284c..97983a734a 100644 --- a/multimedia/audacity/slack-desc +++ b/multimedia/audacity/slack-desc @@ -1,4 +1,12 @@ -audacity: Audacity sound editor (1.3.2 GTK2 development version) +# 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------------------------------------------------------| +audacity: Audacity sound editor (GTK2 development version) audacity: audacity: Audacity is free, open source software for recording and editing audacity: sounds. With Audacity one can record live audio, convert tapes |