diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2016-08-20 13:28:28 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 3ebad4718549be1a6d7ae3c1a59e4baa26ba1772 (patch) | |
tree | ee3b8610ee8cc99ec783acc8511ce8ce464cb076 /audio | |
parent | ddfa029353f8927b1bac9a9105a91ce8fd59957a (diff) | |
download | slackbuilds-3ebad4718549be1a6d7ae3c1a59e4baa26ba1772.tar.gz |
audio/abcde: Updated for version 2.7.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/README | 8 | ||||
-rw-r--r-- | audio/abcde/abcde.SlackBuild | 4 | ||||
-rw-r--r-- | audio/abcde/abcde.info | 6 | ||||
-rw-r--r-- | audio/abcde/slack-desc | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/audio/abcde/README b/audio/abcde/README index 386f6cbb2e..79f25fd2ad 100644 --- a/audio/abcde/README +++ b/audio/abcde/README @@ -1,7 +1,7 @@ abcde is a frontend command-line utility (actually, a shell script) that grabs tracks off an audio CD, encodes them to Ogg Vorbis, MP3, -MP2, FLAC, Opus, Speex, WAV, WavPack, Musepack, M4A/AAC, Monkey's -Audio and/or True Audio formats, and tags them all in one go. +MP2, FLAC, Opus, Speex, WAV, WavPack, Musepack, M4A/AAC, MKA, +Monkey's Audio and/or True Audio formats, and tags them all in one go. On Slackware systems without third party packages Ogg Vorbis, FLAC and WavPack are supported. There are many additional features that @@ -24,8 +24,8 @@ abcde supports by installing one or more of these dependencies: * faac for creating M4A/AAC files (default) * fdkaac for creating M4A/AAC files -* ffmpeg for creating M4A/AAC, MP2 and WavPack files (if built - with support for these formats) +* ffmpeg for creating M4A/AAC, MKA, MP2 and WavPack files (if + built with support for these formats) * wine for running neroAacEnc, qaac and fhgaacenc * mac for creating Monkey's Audio files diff --git a/audio/abcde/abcde.SlackBuild b/audio/abcde/abcde.SlackBuild index 97addbabaa..f4e15c6b37 100644 --- a/audio/abcde/abcde.SlackBuild +++ b/audio/abcde/abcde.SlackBuild @@ -28,13 +28,13 @@ # Modified by Andreas Voegele PRGNAM=abcde -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac diff --git a/audio/abcde/abcde.info b/audio/abcde/abcde.info index 13d1cd9557..e5c3fda2f3 100644 --- a/audio/abcde/abcde.info +++ b/audio/abcde/abcde.info @@ -1,8 +1,8 @@ PRGNAM="abcde" -VERSION="2.7.1" +VERSION="2.7.2" HOMEPAGE="http://abcde.einval.com" -DOWNLOAD="http://abcde.einval.com/download/abcde-2.7.1.tar.gz" -MD5SUM="09d5c9dc6c0bf6dd4b3fb159e1433018" +DOWNLOAD="http://abcde.einval.com/download/abcde-2.7.2.tar.gz" +MD5SUM="f9455231436d80329eacedf32441d9be" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cd-discid" diff --git a/audio/abcde/slack-desc b/audio/abcde/slack-desc index 7e745d93e1..197e15314f 100644 --- a/audio/abcde/slack-desc +++ b/audio/abcde/slack-desc @@ -10,8 +10,8 @@ abcde: abcde (shell script to encode audio CDs) abcde: abcde: abcde is a frontend command-line utility (actually, a shell script) abcde: that grabs tracks off an audio CD, encodes them to Ogg Vorbis, MP3, -abcde: MP2, FLAC, Opus, Speex, WAV, WavPack, Musepack, M4A/AAC, Monkey's -abcde: Audio and/or True Audio formats and tags them all in one go. +abcde: MP2, FLAC, Opus, Speex, WAV, WavPack, Musepack, M4A/AAC, MKA, +abcde: Monkey's Audio and/or True Audio formats and tags them all in one go. abcde: abcde: Homepage: http://abcde.einval.com abcde: |