Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
|
|
|
From Michael-John Turner via email.
|
|
Remove suggestion to look at example and content from the docs.
|
|
|
|
|
|
|
|
abcde 2.9.3
* Replace non-portable sed code for generating offset list with some
simple awk instead. Should now work on FreeBSD again.
* Deal with bizarre cdda2wav behaviour when doing cdtext lookup - it
writes the track information to *stdin*. Closes Issue #89:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=89
* Add a warning in abcde.conf about mayb needing to install recode before
using it in mungefilename()
-- Steve McIntyre <93sam@debian.org> Tue, 05 Feb 2018 09:55:12 +0000
|
|
|
|
abcde 2.9.2
* Fix up lookup code to deal with spaces etc. in directory names
* Cope with "stub" releases in Musicbrainz
* Always call glyrc with LC_ALL=C. Thanks to Andreas Vögele for the
report and the suggested fix. Closes Issue 83:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=50
* Add a link to the CDDB data format in the abcde man page. Closes
Issue 81: https://abcde.einval.com/bugzilla/show_bug.cgi?id=81
* More fixups of track number padding. Thanks to John Straw for the
patch.
-- Steve McIntyre <93sam@debian.org> Thu, 02 Aug 2018 23:07:12 +0800
|
|
abcde 2.9.1
* Merged Debian packaging files updates
* Fixups in the new Musicbrainz code:
+ Cope with not finding an entry for a CD!
+ Fix (again!) dealing with CDs with no release events
-- Steve McIntyre <93sam@debian.org> Fri, 09 Mar 2018 23:01:04 +0000
abcde 2.9
* Add some documentation for the aged CD ripper dagrab. Thanks to
Teika Kazura for the notification and suggested documentation. This
closes Issue 50: https://abcde.einval.com/bugzilla/show_bug.cgi?id=50
* Work by Matthias Andree <matthias.andree@gmx.de> to address the issue
where abcde fails with accented characters from CD-TEXT. The issue and
partial fix applied here documented in Issue 53:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=53
and also in the abcde mailing list:
https://lists.einval.com/pipermail/abcde-users/2017-January/000232.html
* Allow for embedding of album art downloaded by the getalbumart function.
Currently this is available for flac (using metaflac), mp3 (using eyed3),
m4a (using AtomicParsley) and WavPack aka wv (using wvtag).
This can be invoked in 3 ways:
1. Use the commandline '-B' option (this will also call getalbumart)
2. Use the commandline '-a embedalbumart' option to add to list of actions
3. Use 'embedalbumart' in the 'ACTIONS' list in ~/.abcde.conf
Still needs more development but it is perfectly usable at the moment!
* Use md5 rather than md5sum under macOS. Thanks to JCount for the bug
report and also the fix. This solves Issue 59:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=59
* Support added for encoding with Audio Interchange File Format (AIFF).
Thanks to Massimo Villa for the feature request. FFmpeg is required
for the encoding, the container and suffix are 'aiff'.
* Allow selection of either cddb or musicbrainz from the command line:
-Q Select CDDBMETHOD from the command line. Choice is cddb or musicbrainz.
Command line letters are fast running out but the 'Q' option quite neatly
stands for 'Query'!
* Allow for embedding with do_embedalbumart() for single track encodes when
OUTPUTFORMAT and ONETRACKOUTPUTFORMAT are different. Thanks to Ashley Gittins
for the bug report. This closes Issue 63:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=63
* Experimental support for embedding albumart with ogg files. The slightly
tortuous technique drawn from 2 sources:
1. https://github.com/biapy/howto.biapy.com/blob/master/various/mussync-tools
2. https://github.com/acabal/scripts/blob/master/ogg-cover-art
Testing is strongly encouraged, perhaps the simplest way to test is with:
abcde -o ogg -B
Or the appropriate settings in an ~/.abcde.conf file.
* Massive rework of CD lookup code so support multiple sources
better. Thanks to Gabriel Rosenkoetter for his initial idea in this
area, and to Tomasz Goliński on irc for initial inspiration on how
this should work better.
There are now 3 different options for CD lookup: cddb, musicbrainz and
cdtext. They can all be listed in a comma-separated list for
CDDBMETHOD and the code will now call all of them in the sequence
listed. All the results will be combined into one list at the end for
the user to select, just like would have previously worked for one
source only. Closes Issue 42:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=42
* Fix Musicbrainz ID calculation in makeids()
Apply fix suggested by petecollins24@gmail.com; add PREGAP to
LEADOUT to correct Musicbrainz ID calculation. Hopefully closes
Issue 54: https://abcde.einval.com/bugzilla/show_bug.cgi?id=54
* Fix abcde.mkcue() when handling the --wholedisk option. Thanks to
Nino Burini for the patch. Closes Issue 47 and maybe also 45:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=47
https://abcde.einval.com/bugzilla/show_bug.cgi?id=45
* Add more comprehensive examples for filename munging in the example
config file. Closes Issue 49:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=49
* Add a more better fix for the year lookup problem in abcde-musicbrainz-tool
Thanks to Tom Samstag for the patch. Closes Issue 57:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=57
* Redirect stderr on "which" calls to clear up error noise on some
systems. Closes Issue 56:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=56
* Add Irix support, based on a patch by abcde@canavan.de. Closes Issue 29:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=29
* Rework abcde-musicbrainz-tool to work with WebService::MusicBrainz 1.x
Thanks to Nicolas Guillaumin for the patch. Closes Issue 60:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=60
Also added a specific dependency on version 1.0.4 or newer, so
abcde-musicbrainz-tool will abort if the version found is too old.
Since tweaked to deal with multi-artist albums and tracks more
completely.
* Add resume support in do_getalbumart()
* Fix getopts setup for "P". Thanks to Alan W. Kerr for reporting this.
* Major set of code cleanups to fix up lots of warnings found with
shellcheck, and a few other style issues:
+ Lots of quoting fixes
+ Use $( instead of `
+ Stop using -o and -a syntax with if [ - use || or && instead
+ Wrap and shorten some very long lines
* Wrap some output messages so they fit on a standard width console
* Factor out repeated code and make page() more useful
* Add version check before resuming from an old ripping run
|
|
Bump PKGREVISION.
|
|
abcde 2.8.1.
* Fix silly error introduced in abcde-musicbrainz-tool when fixing bug
30. Thanks to Thomas Klausner for the bug/patch. Closes Issue 52:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=52
-- Steve McIntyre <93sam@debian.org> Wed, 18 Jan 2017 11:02:38 +0000
|
|
|
|
Fix a bug in the script.
Bump PKGREVISION.
|
|
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
|
|
|
|
|
|
abcde 2.7.2
* When using musicbrainz, don't assume that there will be release
events attached to a particular CD release. Bug fix for the addition
of year information support in 2.7.1. Thanks to Ed Oehler and Alan W.
Kerr for debugging help.
* Support for output to the Matroska container (mka). Encoder
is FFmpeg (or avconv). Typical conf file syntax would be:
MKAENCODERSYNTAX=ffmpeg
FFMPEG=ffmpeg
FFMPEGENCOPTS="-c:a ac3 -b:a 448k"
OUTPUTTYPE="mka"
Thanks to Shantiq and Fakeoutdoorsman of the Ubuntu Forums
for the idea.
* Add id3tag mp3 tagger as this is the tagger available to
OpenBSD users. Thanks to Christopher Zimmermann for the
notification and patch.
* Allow for cddb response 500. Thanks again to Von Welch for the
bug report and patch. This closes Issue 26:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=26
* Fix for 'expansion of $REDIR' bug on MacOSX. Thanks to Von Welch
for the bug report. This closes Issue 22:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=22
* Makefile adjusted to allow the sample abcde.conf file to be
installed by default to /etc rather than $(prefix)/etc.
Thanks to Volker Schmidt from archlinux for the bug report:
https://bugs.archlinux.org/task/46671
* Allow getalbumart to correctly place cover image when single
track is selected. Thanks to Nino Burini for the bug report
and also the fix. This closes Issue 25:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=25
|
|
|
|
Problems found with existing distfiles:
/pub/pkgsrc/distfiles/amp-0.7.6.tgz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
/pub/pkgsrc/distfiles/mp3to.gz
/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
abcde 2.7.1
* Rebuild of the abcde Makefile. Thanks to Reuben Thomas and Steve
McIntyre as well as ReaperX7, bobzilla, 55020, GazL and dugan from
the Slackware Forums. This closes Issue 4:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=4
* Fix incorrect use of 'break'. Thanks to Reuben Thomas for the
bug report and fix which closes Issue 6:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=6
* Make older versions of id3 happy when 'Genre' field is empty.
Thanks to Martin Husemann for the fix which closes Issue 8:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=8
* Add YEAR and GENRE variables to do_getalbumart(). Thanks to
Johannes Gernemann for this patch which closes issue 9:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=9
* Support added for encoding to True Audio using tta while still
supporting the older ttaenc. Tagging is with mid3v2.
* Support added for encoding to MPEG-1 Audio Layer II (mp2)
with either twolame or FFmpeg / avconv. Tagging with mid3v2.
* Encoding to WavPack with FFmpeg. Some slight changes to WavPack
syntax with backward compatibility built in for abcde 2.7.
* Encoding to m4a container with FFmpeg or avconv. This allows
for alac encoding with FFmpeg's reverse engineered alac encoder.
* AAC encoding with fhgaacenc via Wine. Tagging is provided
by AtomicParsley which has been added back to abcde :). This
allows encoding with HE-AAC v2, unavailable with qaac.
* Support added for AAC encoding with qaac via Wine. This
also allows for Apple Lossless Audio Coding (alac) using
either qaac or refalac. This closes Issue 142, thanks to
Bernd Fischer-Krellenberg for the enhancement request.
* Grab year information too when using musicbrainz. Thanks to
Marco Hoppstaedter for the patch. Closes issue 10:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=10
|
|
|
|
Changes in 2.7
* Rewrite of the mungefilename function.
* Support added for downloading album art.
* Support added for ripping with libcdio (cd-paranoia).
* Some error checking and a small help file added to abcde-musicbrainz-tool.
* Substantial renovations of m4a encoding with a choice now between encoding
with faac, NeroAacEnc and fdkaac.
* Fixes to USEPIPES with the addition of several new encoders and rippers.
Details on USEPIPES now available in the abcde FAQ doc.
* Support added for encoding with Monkey's Audio (ape), tagging is with
Robert Muth's apetag.
* Support added for encoding with WavPack.
* mp3 tagging renovated with version sniffing differentiating between eyeD3
versions. Tagging formalised with options now for id3, id3v2 and eyeD3.
* Many, many bug fixes. See the changelog for more details.
|
|
icedax, which isn't.
Bump PKGREVISION.
|
|
abcde 2.6
* Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch.
Closes issue 71.
* USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
to vskytta for the patch. Closes issue 73.
* Clean up movement to eyeD3, remove id3v2 remnants. Thanks to vskytta
for the patch. Closes issue 74.
* Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the
patch. Closes: #687038 in Debian
* Switch from Musepack SV7 to SV8. Thanks to Andrew Strong for the
patch.
* Allow aac encoding with neroAacEnc. Thanks to atheren for the patch.
Closes issue 8.
* Allow opus encoding with opusenc. Thanks to Tomasz Golinski for the
patch. Closes issue 70.
* Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
produce working cue files. Closes issue 78.
* Remove no-op -q option. Closes issue 106. Thanks to vskytta for the
patch.
* Fix issue 112: perl encoding pragma deprecation. Thanks to Alex Corrie
for the patch.
* Fix option parsing for multiple output formats. Thanks to
matthias.andree@gmx.de for the patch. Closes issue 115.
* Fix eyeD3 tagging for cddb entries without year. Thanks to vskytta for
the patch. Closes issue 107
* Add mention of CD-TEXT support in the man page. Closes issue 102.
* Make Y/N prompting more consistent. Closes issue 95
* Remove the no-op -B option. Closes: #426531 in Debian
* Document the need to escape parentheses in tag comments.
Closes: #256941 in Debian.
* Concatenate option steps on -t/-T option. Thanks to Charles
Steinkuehler for the patch. Closes: #391294 in Debian
* Try to use bsd-mailx where possible to force UTF-8 for cddb-tool mail
submissions. If not possible, attempt to force UTF-8 via the
environment and fall back to mail instead. Closes: #756289 in Debian,
issue 111.
-- Steve McIntyre <93sam@debian.org> Sun, 26 Oct 2014 13:17:24 -0700
abcde 2.5.4
* Update GPL/FSF headers to match current versions. Thanks to vskytta
for the patch. (Closes issue 69).
* Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
for the patch. Closes issue 50.
* Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
tagging better. Closes issue 22 (hopefully)
-- Steve McIntyre <93sam@debian.org> Tue, 18 Sep 2012 12:42:11 +0100
abcde 2.5.3
* Sort options alphabetically (Closes issue 58).
Thanks to vskytta for the patch.
* Add Recommends: mailx in the Debian packaging for Debian/Ubuntu
users. Closes: #607147
* Fix encoding call for m4a. (Closes issue 31). Closes: #449045
* Fix do_musicbrainz() for the case where there are no matches.
* When using Musicbrainz, checksum and only output unique matches for an
album. Closes: #669143
* Add Recommends: atomicparsley in the Debian packaging for Debian/Ubuntu
users. LP: #535527
* Remove documentation of the old "-R" option for recursive searching of
local CDDB data, it's now enabled always. (Closes issue 57).
* Fix use of awk (sub instead of substr) when generating CRLF line endings.
(Closes issue 59).
* Make sure that ABCDETEMPDIR is quoted so we can deal with spaces in
file and directory names. Closes issue 64. Thanks to
richard.security.consultant for the patch, adapted slightly.
* Tweak do_cdtext() so it works on OS X too. Closes issue 65.
Thanks to richard.security.consultant for the patch.
* Change cddb-tool to use bash to make sure that echo -n works.
Closes issue 67.
* Fixes for lots of spelling mistakes from vskytta. Closes issue 68.
* For safety across different systems, avoid using "sed -i".
Closes issue 66.
-- Steve McIntyre <93sam@debian.org> Sat, 16 Jun 2012 15:12:11 +0100
abcde 2.5.2
[ Steve McIntyre ]
* Re-fix speex tagging. (Closes issue 19).
Thanks to vskytta for pointing out the problem - patch not applied
properly in 2.5.1
* Quickly re-release as 2.5.2
-- Steve McIntyre <93sam@debian.org> Sun, 29 Apr 2012 17:17:14 +0100
abcde 2.5.1
[ Steve McIntyre ]
* Several patches for improved Musicbrainz support from Martin Michlmayr:
+ add musicbrainz support for FLAC files with embedded cue files.
Closes: #669139
+ Don't submit to CDDB server when using musicbrainz
Closes: #669140
+ Don't tag CDDB string with musicbrainz id
Closes: #669141
* Fix speex tagging. (Closes issue 19).
Thanks to vskytta for the patch.
* Fix aac tagging. (Closes issue 7).
Thanks to Andrew Strong for forwarding the patch.
* Add ATOMICPARSLEY=AtomicParsley (Closes issue 37).
* On OS X, switch from disktool to diskutil. (Closes issue 43).
* Updates for CD device detection:
+ Look for /dev/sr0, in case /dev/cdrom doesn't exist.
(Closes issue 52).
+ Add suggested diskutil code to auto-detect the CD on OS X.
(Closes issue 45).
* Check that we have $CDDBTOOL before we start. (Closes issue 27).
* Change the meaning of EXTRAVERBOSE; previously, it was a y/n option
to make things more verbose. Add extra levels of verbosity (0, 1, 2 so
far) and a new vvecho() function for callers to use.
* With EXTRAVERBOSE==2 or more, make run_command() print out each
command as it's run. (Closes issue 39).
* If we don't find any CDDB or Musicbrainz information for the CD, try
to extract CD-Text information to populate the cddbinfo template.
(Closes issue 41).
* Try to give more helpful error messages when we can't parse the
command line, and exit rather than carry on. (Closes issue 51).
[ Colin Tuckley ]
* replace deprecated egrep with grep -E (Closes issue 24).
Thanks to vskytta for the patch.
* remove -o 0 options from make install (Closes issue 17).
Thanks to vskytta for the patch.
* clean up indentation on older changelog entries
* remove tarball target from Makefile since dir structure
has changed now that we use subversion.
* improve presentation of options/defaults when asking a question
(closes issue 9)
-- Steve McIntyre <93sam@debian.org> Wed, 25 Apr 2012 12:35:00 +0100
abcde 2.5.0
* Bumped to 2.5.0
* Add support for Musicbrainz using a perl helper script.
Closes: #665970
* Tweak man page. Thanks to Mats Erik Andersson for the patch.
Closes: #627237
* Make the -q option work again. Thanks to A Mennucc for the patch.
Closes: #562522
-- Steve McIntyre <93sam@debian.org> Fri, 13 Apr 2012 22:29:45 +0100
abcde 2.4.2
* Bumped to 2.4.2
* Fix Cue file always references "dummy.wav" bug
patch from Chris Chiappa (Closes: #459928).
* Whitespace cleanup, replace single perl instance with sed
(Charles Steinkuehler)
* Fix leadin/leadout computation for cue files broken bug
Patch from Martin Michlmayr (Closes: #582175).
-- Colin Tuckley <colint@debian.org> Sat, 29 May 2010 09:43:01 +0100
abcde 2.4.1
* Bumped to 2.4.1
* In manpage note a 2nd use for LOWDISK (or '-l' switch)
it's faster and better on scratchy disks (Closes: #426343).
* Add configurable options for replaygain tools.
* Fix syntax error in tagged speex command (Closes: #554406)
Ubuntu patch by Michael Helmling.
* Fix mp3 tagging fails for single author albums (Closes: #554030)
-- Colin Tuckley <colint@debian.org> Sun, 14 Feb 2010 13:09:47 +0000
abcde 2.4.0
* Bumped to 2.4
* Corrected REDIR redirection, this time with ifs instead of variable
substitution, which did not work (Closes: #527191).
* Added TPE2 for Various artists definition (Closes: #521669).
* Incorporate syntax error fix patch from Andrew Ruder.
* Fix formatting for track number tagging.
* Replace dependency on cdda2wav with icedax since the former has
been superseded.
-- Colin Tuckley <colint@debian.org> Fri, 16 Oct 2009 19:33:33 +0100
abcde 2.3.99.8
* Remove svn Revision tag from version.
* Correct homepage URL in README (Closes: #526165).
* Fix typos (Closes: #435605, #435606).
* Fix misspelling of comma in script and manpage (Closes: #435603).
* Fix Writable temp directories not owned/writeable (Closes: #143552).
* Fix broken range code, patch from Charles Steinkuehler (Closes: #389981).
* Remove unneeded escapes in cddb-tool URLs.
Add support for freedb2 (Closes: #391110).
another patch from Charles Steinkuehler.
* Fix Endless loop possible when mp3gain asks clipping question bug
(Closes: #411579).
* Update Vcs-Svn: tag in debian/control.
* Add a recommends for vorbis-tools (Closes: #392843).
* Update standards version to 3.8.2 (no changes required).
* Fix debian/preinst not to ignore errors.
-- Colin Tuckley <colint@debian.org> Sun, 02 Aug 2009 13:32:30 +0100
|
|
|
|
|
|
|
|
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
* Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
real GNU sed is required.
* In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
|
|
destdir support.
Bump PKGREVISION for previous.
|
|
|
|
|
|
audio/cdparanoia is not available for SunOS, but devel/libcdio has a
working alternative. Also, don't depend on gsed directly, add it to
USE_TOOLS.
|
|
|
|
|
|
|
|
|
|
Where CDDA data are filled into the cue sheet, make sure only one
title is used per track, otherwise data would shift by 1 entry and
no title would be left for the last track.
This is still not perfect because there is no (documented) way to
get the audio data within that gap with cdda2wav or cdparanoia, so
the audio data don't match the cue sheet fully, but at least the
cue sheet is not a total mess.
bump PKGREVISION
|
|
|
|
their files via a custom do-install target.
|
|
page, which was mentioned in PR 34813.
|
|
|
|
|
|
abcde 2.3.2
* Too fast... I forgot to make the tarball and change the version strings in
several places. Fixed.
-- Jesus Climent <jesus.climent@hispalinux.es> Fri, 19 Aug 2005 00:44:37 +0300
abcde 2.3.1
* The new "I knew there were going to be bugs" upstream release!
* MKCUE needs to be passed some $CDROM as an option, or otherwise it will
not read the CDROM, in case is not /dev/cdrom.
* Also, make the CUEREADER a bit more general, since we might be using other
CUE extractors.
-- Jesus Climent <jesus.climent@hispalinux.es> Thu, 18 Aug 2005 23:44:20 +0300
abcde 2.3.0
* New upstream release!
* Defining the tracknumber now resets the first track if given a number
different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
* Modified the FAQ to reflect the changes on Marillat's repo
(Closes: #315724).
* Should be "space" safe: works properly when the working directory contains
a space (Closes: #147493).
* Repared the CD query for the discid code. When failing to read a disc,
actually report that there might be no disc in the drive.
* Right now, walk over the different encoders we Depends: on in Debian and
use the one available: if a user has a FLAC encoder, abcde will no install
vorbis-tools, so it will fail to run out of the box (Closes: #321216)
* Added CUE support. Still experimental...
* Added FLAC on Ogg. Still not activated, since we cannot get comments added
as a post-process action.
* Applied patches from Fedora Core (Credit goes to Nils Philippsen
<nphilipp@redhat.com>)
* Added a post_read() function to be executed before ejecting the CD.
* Typos reported by A Costa corrected (Closes: #311463)
* Problem with abcde being run in a directory with files containing only
numbers solved (Closes: #313628).
* vorbiscomment uses now "-R" (Closes: #303566).
* "-t" and "-T" use the first track as a starter for the track list.
(Closes: #305749).
* Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI
in case of using ide-scsi emulation layer (Closes: #290768).
* Define metaflac in abcde.conf (Closes: #303555)
-- Jesus Climent <jesus.climent@hispalinux.es> Wed, 10 Aug 2005 07:00:26 +0300
|
|
|
|
|
|
|