diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-16 12:27:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-16 12:27:18 +0000 |
commit | 79b0e10bfebf783d8935d3f8d211b1f9f1e7177c (patch) | |
tree | 555838fb0d7ef04cb5017179ec175989de32e2f4 /audio/abcde/patches | |
parent | 28db25a2bf9dc0a10682e8b5e312da48bb2d1bbb (diff) | |
download | pkgsrc-79b0e10bfebf783d8935d3f8d211b1f9f1e7177c.tar.gz |
Updated abcde to 2.8.
abcde 2.8
* Make fdkaac the default for m4a encoding. Faac can still be selected
for m4a encding via ~/.abcde.conf file but best not to :).
* Split user-definable mungefilename function into mungetrackname,
mungeartistname, and mungealbumname, each of which default to
mungefilename Thanks to Gerald Turner for the patch and enhancement
request. This closes Issue 39:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=39
* FAQs: Clarify the exit from multi-result CDDB search.
* Fix to allow multiple output formats when aac fallback is triggered.
Thanks to Birk Bremer for the bug report. This closes Issue 35:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=35
* Fix for some erroneous error and status logging. Thanks to Christian
Wasem for the bug report and fix. This closes Issue 32:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=32
* Add support for trying multiple CD lookup services in order. Thanks to
Gabriel Rosenkoetter for the patch. Closes Issue 42:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=42
* Add Recommends on glyrc and imagemagick in Debian packaging. Closes
Debian Bug #827626
* Fix up handling of the first few sectors when reading
from a whole-CD flac file or using cdparanoia in one-track
mode. Thanks to Matthias König for the patch. Closes Issue 44:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=44
* Tweak the fix in musicbrainz for handling sketchy returned data
some more. Hopefully closes Issue 30:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=30
* Re-enable some commented out cdparanoia/debug code in do_discid.
Closes Issue 14:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=14
* Add "-a" to lots of grep calls in case of "binary" looking data,
e.g. non-ascii text in track titles!
Closes Issue 24:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=24
* Add "-L" to default curl options, to follow redirects if needed
Closes Issue 40:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=40
Thanks to Gabriel Rosenkoetter for the patch.
* Switch default from "cddb" to "musicbrainz" for track lookup
Closes Debian Bug #842178
Diffstat (limited to 'audio/abcde/patches')
-rw-r--r-- | audio/abcde/patches/patch-abcde | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/abcde/patches/patch-abcde b/audio/abcde/patches/patch-abcde deleted file mode 100644 index 53076755cc4..00000000000 --- a/audio/abcde/patches/patch-abcde +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-abcde,v 1.3 2015/10/15 09:50:22 wiz Exp $ - -Default to cdda2wav since icedax is not in pkgsrc. - ---- abcde.orig 2015-10-04 09:30:28.000000000 +0000 -+++ abcde -@@ -3546,7 +3546,7 @@ ATOMICPARSLEY=AtomicParsley - WINE=wine - CDPARANOIA=cdparanoia - CD_PARANOIA=cd-paranoia --CDDA2WAV=icedax -+CDDA2WAV=cdda2wav - DAGRAB=dagrab - CDDAFS=cp - PIRD=pird |