diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-05-31 18:43:55 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:19 -0400 |
commit | f0a04d2952bf626023de2348ac33b4e96caaf1fe (patch) | |
tree | 8dad7dcaefcb9fa5810dae051c3491d062239629 /audio | |
parent | 7da2249be9817e972f7c7730d125fa7b4f88c3c2 (diff) | |
download | slackbuilds-f0a04d2952bf626023de2348ac33b4e96caaf1fe.tar.gz |
audio/python-audiotools: Updated for version 2.17.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/python-audiotools/README | 18 | ||||
-rw-r--r-- | audio/python-audiotools/python-audiotools.SlackBuild | 6 | ||||
-rw-r--r-- | audio/python-audiotools/python-audiotools.info | 9 |
3 files changed, 16 insertions, 17 deletions
diff --git a/audio/python-audiotools/README b/audio/python-audiotools/README index ce567b60ff..710c86e730 100644 --- a/audio/python-audiotools/README +++ b/audio/python-audiotools/README @@ -1,12 +1,12 @@ -Python Audio Tools are a collection of audio handling programs which work -from the command line. These include programs for CD extraction, track -conversion from one audio format to another, track renaming and retagging, -track identification, CD burning from tracks, and more. It supports -internationalized track filenames and metadata using Unicode. It works -with high-definition, multi-channel audio as well as CD-quality. Track -conversion uses multiple CPUs or CPU cores if available to greatly speed -the transcoding process. Track metadata can be retrieved from FreeDB or +Python Audio Tools are a collection of audio handling programs which work +from the command line. These include programs for CD extraction, track +conversion from one audio format to another, track renaming and retagging, +track identification, CD burning from tracks, and more. It supports +internationalized track filenames and metadata using Unicode. It works +with high-definition, multi-channel audio as well as CD-quality. Track +conversion uses multiple CPUs or CPU cores if available to greatly speed +the transcoding process. Track metadata can be retrieved from FreeDB or FreeDB-compatible servers. -Supported audio formats are WAV, AIFF, Sun AU, FLAC, WavPack, MP3, MP2, +Supported audio formats are WAV, AIFF, Sun AU, FLAC, WavPack, MP3, MP2, Ogg Vorbis, Ogg Speex, Ogg FLAC, and M4A. diff --git a/audio/python-audiotools/python-audiotools.SlackBuild b/audio/python-audiotools/python-audiotools.SlackBuild index 5140d1dcb2..e3671e832c 100644 --- a/audio/python-audiotools/python-audiotools.SlackBuild +++ b/audio/python-audiotools/python-audiotools.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Python Audio Tools # Home Page: http://audiotools.sourceforge.net/ -# Copyright (c) 2010, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2010-2011, Nishant Limbachia, Hoffman Estates, IL, USA # <nishant _AT_ mnspace _DOT_ net> # All rights reserved. @@ -26,7 +26,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="python-audiotools" -VERSION=${VERSION:-2.16} +VERSION=${VERSION:-2.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ set -e # exit on most errors rm -rf $PKG $TMP/$SRCNAM-$VERSION mkdir -p $TMP $PKG $OUTPUT cd $TMP -tar xvf $CWD/$SRCNAM.$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find . \ diff --git a/audio/python-audiotools/python-audiotools.info b/audio/python-audiotools/python-audiotools.info index 8301a923d7..18625ccda0 100644 --- a/audio/python-audiotools/python-audiotools.info +++ b/audio/python-audiotools/python-audiotools.info @@ -1,11 +1,10 @@ PRGNAM="python-audiotools" -VERSION="2.16" +VERSION="2.17" HOMEPAGE="http://audiotools.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/audiotools/audiotools.2.16.tar.gz" -MD5SUM="c8673011bc09a593148296c48bcd4262" +DOWNLOAD="http://downloads.sourceforge.net/audiotools/audiotools-2.17.tar.gz" +MD5SUM="807e5f3b1c88376d185376486f649b96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="Niels Horn" - +APPROVED="dsomero" |