summaryrefslogtreecommitdiff
path: root/audio/abcde/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-12-16Add support for encoding to FLAC. Initially based onlukem2-22/+222
http://www.bagu.dhs.org/abcde-2.0.3-flac-patch but with some serious improvements by me (including documentation updates, and in-line addition of vorbis comments with flac -T ...). Bump PKGREVISION.
2002-11-29Options must come before arguments when calling mail(1).kim1-3/+12
2002-11-29Should have used PKG_SYSCONFDIR instead of PKG_SYSCONFBASE.kim2-8/+8
2002-11-29Preserve pkgsrc and distribution defaults better:kim2-19/+10
- use ${PKG_SYSCONFBASE} instead of hardcoded /usr/pkg/etc - keep the ID3v2 default as distributed, and depend on audio/id3v2 - don't depend on vorbis-tools: just inform the user about the need to install at least one of the supported encoders - sample config only has commented out entries, so install it only in the examples directory
2002-09-20Update abcde to 2.0.3. Changes:hubertf4-51/+58
abcde 2.0.3 * The Fixed-Yet?-How-About-Now?-What-About-Now?-Now? Release * SMP fixed, mad props to Steve Madsen, closes: #69828, #111806 * Minor code cleanups thanks to Adam Heath * Multiple inexact match results are generated in a safe manner thanks to Nick Martin, closes: #126025 * Removed cddb-tool template generation bashism, thanks to Greg Norris, closes: #126327 * Windows can't handle double quotes in filenames either. The default mungefilename now removes them, closes: #127643 * Using -C with WAVOUTPUTDIR fixed, closes: #127728 * Resuming various artists discs fixed, closes: #127731 -- Robert Woodcock <rcw@debian.org> Sun, 27 Jan 2002 abcde 2.0.2 * The One-More-Time-With-Feeling Release * Bladeenc really works this time. Honest. closes: #121988 -- Robert Woodcock <rcw@debian.org> Mon, 3 Dec 2001 abcde 2.0.1 * The I-Don't-Listen-To-Sssca Release * Example abcde.conf fixes, closes: #111580 * So much for bladeenc's l3enc compatibility, closes: #110863 * CDDB submit fixes (to enable CDDB submitting, put UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=y in your abcde.conf), closes: #111478, #111500 * Minor mungefilename() cleanup * Small manpage fix * Works with oggenc when POSIXLY_CORRECT is defined, thanks to Juhapekka Tolvanen * Quote remote locations when calling distmp3 * Allow remote encoding of oggs * Only remove wav files if the encoding succeeded * No-local-encoding via -j 0 fixed, thanks to Hans-Joachim Baader * CD read errors are trapped/resumed cleanly now thanks to Pete, closes: #111618 * devfs device check fix, thanks to Clint Adams * Check for seq command - some BSD's have jot instead and abcde can't use that yet * Various Artists playlist generation fixed, thanks to William Lash -- Robert Woodcock <rcw@debian.org> Tue, 6 Nov 2001
2002-03-06Add the missing quotes so it can handle filenames with spaces.martin1-3/+21
Don't delete spaces from filenames by default anymore (user overridable).
2002-01-16Add "Title (Artist)" as a name format choice for multi-artist CDs.lukem1-14/+62
Patch from Allen Briggs.
2001-10-12Use the id3 package to tag the resulting files.agc1-2/+11
2001-10-03The first raw cd device is _not_ rcd0d. Use sysctl kern.rawpartition.abs4-146/+147
2001-09-14Add a patch similar to the one in pkg/13801.wiz1-3/+21
2001-08-17default device is /dev/rcd0d not /dev/cdromlukem2-5/+28
2001-08-16abcde - Command-line utility to rip and encode an audio CDlukem3-0/+111