pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/abcde Update to abcde-2.1.19.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/490b344f5b53
branches:  trunk
changeset: 472411:490b344f5b53
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 10 06:25:38 2004 +0000

description:
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:

 audio/abcde/Makefile |  5 ++---
 audio/abcde/PLIST    |  6 +++---
 audio/abcde/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 7921bbc02a71 -r 490b344f5b53 audio/abcde/Makefile
--- a/audio/abcde/Makefile      Sat Apr 10 05:53:31 2004 +0000
+++ b/audio/abcde/Makefile      Sat Apr 10 06:25:38 2004 +0000
@@ -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 -r 7921bbc02a71 -r 490b344f5b53 audio/abcde/PLIST
--- a/audio/abcde/PLIST Sat Apr 10 05:53:31 2004 +0000
+++ b/audio/abcde/PLIST Sat Apr 10 06:25:38 2004 +0000
@@ -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
+man/man1/abcde.1
+man/man1/cddb-tool.1
 share/examples/abcde/abcde.conf
 @dirrm share/examples/abcde
-man/man1/abcde.1
-man/man1/cddb-tool.1
diff -r 7921bbc02a71 -r 490b344f5b53 audio/abcde/distinfo
--- a/audio/abcde/distinfo      Sat Apr 10 05:53:31 2004 +0000
+++ b/audio/abcde/distinfo      Sat Apr 10 06:25:38 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index