Up to [cvs.NetBSD.org] / pkgsrc / audio / abcde
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 18 09:52:13 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Install abcde-musicbrainz-tool and add dependencies for it. Fix a bug in the script. Bump PKGREVISION.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 4 12:03:07 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Update to 2.6: 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
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 14 17:32:00 2009 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove @dirrm entries from PLISTs
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 10 06:25:38 2004 UTC (19 years, 5 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update to abcde-2.1.19. Changes: * Improved the logic in the order of events when using a local CDDB repo. * When using a selected, localy cached CDDB entry, we forgot to show the selection when asking the user for editing the choice. Now we show it. * Added the option "-m" to modify the resulting playlist, to contain CRLF at the end of every line, letting some hardware players which insist with DOS-style files to use them. Also, added DOSPLAYLIST as a config option. * Added >&2 redirection to visualize the "Erase playlist" question. * When *DATAPREFIX was set, the playlist creation was made without newline. * Solved bug with batch encoding, thanks to Travis McKay. * Do not tag GENRE and DATE in Ogg/Vorbis if CDDB does not provide them * Documentation update: README, abcde.1 * Added COMMENT part in OggFlac metadata. * Added a pre-read function for preparations. Uses include closing the CD tray. * New setting for the CD speed. Some drives have a higher failure ratio when spinning at high speed. * The eject program is not needed if CDSPEEDVALUE is not set and no EJECT action is performed. * Encoding the whole CD in one file is now possible. Use "-1" as a flag.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 29 02:37:21 2002 UTC (20 years, 10 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Preserve pkgsrc and distribution defaults better: - 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
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 1 00:15:13 2001 UTC (21 years, 10 months ago) by zuntum
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Move pkg/ files into package's toplevel directory