diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2020-01-11 20:16:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-11 20:58:11 +0700 |
commit | 0b43b4a24c26ffdc494a5f121024fca15d336778 (patch) | |
tree | 4a6ed0c02102165996f46ce8aca3323046ea4e46 /audio | |
parent | 903bf778f0329dd910283de27e8801f5af2f27d6 (diff) | |
download | slackbuilds-0b43b4a24c26ffdc494a5f121024fca15d336778.tar.gz |
audio/abcde: Updated for version 2.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/README | 1 | ||||
-rw-r--r-- | audio/abcde/abcde.SlackBuild | 2 | ||||
-rw-r--r-- | audio/abcde/abcde.info | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/audio/abcde/README b/audio/abcde/README index 748c0e4ccc..dd63e4fe81 100644 --- a/audio/abcde/README +++ b/audio/abcde/README @@ -7,6 +7,7 @@ There are many additional features that abcde supports by installing one or more of these dependencies: * eyeD3 for tagging MP3 files (default) +* id3lib for tagging MP3 files (with ID3TAGV=id3tag) * id3v2 for tagging MP3 files (with ID3TAGV=id3v2.3) * id3 for tagging MP3 files (with ID3TAGV=id3v1) diff --git a/audio/abcde/abcde.SlackBuild b/audio/abcde/abcde.SlackBuild index 954d5e469a..095531cba0 100644 --- a/audio/abcde/abcde.SlackBuild +++ b/audio/abcde/abcde.SlackBuild @@ -28,7 +28,7 @@ # Modified by Andreas Voegele PRGNAM=abcde -VERSION=${VERSION:-2.9.2} +VERSION=${VERSION:-2.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/abcde/abcde.info b/audio/abcde/abcde.info index a61f564fa3..917134dab7 100644 --- a/audio/abcde/abcde.info +++ b/audio/abcde/abcde.info @@ -1,8 +1,8 @@ PRGNAM="abcde" -VERSION="2.9.2" +VERSION="2.9.3" HOMEPAGE="https://abcde.einval.com/wiki/" -DOWNLOAD="https://abcde.einval.com/download/abcde-2.9.2.tar.gz" -MD5SUM="74b338f34df55c0784f2a13d89c4eca9" +DOWNLOAD="https://abcde.einval.com/download/abcde-2.9.3.tar.gz" +MD5SUM="24a6e89f0e04acb6111e6be913643b12" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cd-discid perl-MusicBrainz-DiscID perl-WebService-MusicBrainz" |