mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/abcde: Updated for version 2.7.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ddfa029353
commit
3ebad47185
4 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue