diff options
author | snj <snj@pkgsrc.org> | 2004-04-10 06:25:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-10 06:25:38 +0000 |
commit | c48be0a97f4447ad9730e8a6eed6b38578bcd8a0 (patch) | |
tree | 43d288d3349e2d48b77e7b5214c345448e51570e /audio/abcde | |
parent | 16eabfe70312634bf861e474fecfed7a2ec76f45 (diff) | |
download | pkgsrc-c48be0a97f4447ad9730e8a6eed6b38578bcd8a0.tar.gz |
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.
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 5 | ||||
-rw-r--r-- | audio/abcde/PLIST | 6 | ||||
-rw-r--r-- | audio/abcde/distinfo | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 5643054b90f..128a68f5372 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/03/27 21:32:13 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2004/04/10 06:25:38 snj Exp $ -DISTNAME= abcde_2.1.15.orig +DISTNAME= abcde_2.1.19.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.hispalinux.es/~data/files/ diff --git a/audio/abcde/PLIST b/audio/abcde/PLIST index bb95597f55a..04c0658eefb 100644 --- a/audio/abcde/PLIST +++ b/audio/abcde/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2002/11/29 02:37:21 kim Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/04/10 06:25:38 snj Exp $ bin/abcde bin/cddb-tool -share/examples/abcde/abcde.conf -@dirrm share/examples/abcde man/man1/abcde.1 man/man1/cddb-tool.1 +share/examples/abcde/abcde.conf +@dirrm share/examples/abcde diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index 51db71f1575..bc71693767e 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2004/02/24 19:39:42 snj Exp $ +$NetBSD: distinfo,v 1.23 2004/04/10 06:25:38 snj Exp $ -SHA1 (abcde_2.1.15.orig.tar.gz) = 0a72c872fa8ff4609aca5fac83e556a7ca4773d0 -Size (abcde_2.1.15.orig.tar.gz) = 51427 bytes +SHA1 (abcde_2.1.19.orig.tar.gz) = c9ccceb0cc2d91f30cd32e5d24a7312ebf0d5a93 +Size (abcde_2.1.19.orig.tar.gz) = 55128 bytes SHA1 (patch-ab) = 9b56c23dce4571301e9bbe38f3b30429a39efddb SHA1 (patch-ac) = 00bca932c7552d4b21f905196841b9d76f9ba6f7 |