audio/python-audiotools: Updated for version 2.17.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2011-05-31 18:43:55 -04:00 committed by Robby Workman
parent 7da2249be9
commit f0a04d2952
3 changed files with 16 additions and 17 deletions

View file

@ -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.

View file

@ -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 . \

View file

@ -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"