From 65d16a52f2f2c0c64cc50350b6a476d9a538e322 Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 14 Nov 2004 21:55:29 +0000 Subject: Update to abcde-2.2.0. Changes: * New "-t " option for starting the numbering of the output files at a given starting number. Ideal for albums with more than one CD. * New "-T " option, similar to "-t" but also modifies the tag entries on the files themselves. * New "-w " to add a comment to the tracks of a given CD rip. Use quotes. * New "-W " option to combine both a comment with "CD #number" and a starting number for both the tracks and the tags with "#01" (that is, 101 for the 1st CD, 201 for the second...) * Support for keeping an existing playlist (and not add new entries to it), erase the existing one (overwrite) or append new entries to the existing one. * New mungegenre function to switch off (or modify) the default behaviour of transforming uppercase characters to lowercase. * cdparanoia permits performing a query to the CD drive and obtain a list of valid audio tracks. So, now we perform such query and process the results. * Support for "None of the above" has been added with the "0" selection. A template is created, and the selection to edit it is defaulted to "y". --- audio/abcde/Makefile | 5 ++--- audio/abcde/distinfo | 8 ++++---- audio/abcde/patches/patch-ab | 10 +++++----- 3 files changed, 11 insertions(+), 12 deletions(-) (limited to 'audio/abcde') diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index af29877ba50..80c679d94c7 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/05/28 03:47:13 snj Exp $ +# $NetBSD: Makefile,v 1.28 2004/11/14 21:55:29 snj Exp $ -DISTNAME= abcde_2.1.19.orig +DISTNAME= abcde_2.2.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.hispalinux.es/~data/files/ diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index b4a19ab1f94..eb459631769 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2004/05/02 07:37:19 kim Exp $ +$NetBSD: distinfo,v 1.25 2004/11/14 21:55:29 snj Exp $ -SHA1 (abcde_2.1.19.orig.tar.gz) = c9ccceb0cc2d91f30cd32e5d24a7312ebf0d5a93 -Size (abcde_2.1.19.orig.tar.gz) = 55128 bytes -SHA1 (patch-ab) = 9b56c23dce4571301e9bbe38f3b30429a39efddb +SHA1 (abcde_2.2.0.orig.tar.gz) = b94ebc7837f06b15f892bd083f7d91c2e0138c46 +Size (abcde_2.2.0.orig.tar.gz) = 62550 bytes +SHA1 (patch-ab) = d4f47d8bc01d58c477fbbe374bb6c2488e0def67 SHA1 (patch-ac) = f32010778a13c580ff5ebac81a0a33e63f32f83a diff --git a/audio/abcde/patches/patch-ab b/audio/abcde/patches/patch-ab index 3e89cbd3a18..dc59f7cd828 100644 --- a/audio/abcde/patches/patch-ab +++ b/audio/abcde/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.6 2003/11/27 17:38:29 abs Exp $ +$NetBSD: patch-ab,v 1.7 2004/11/14 21:55:29 snj Exp $ ---- abcde.conf.orig 2003-11-05 16:07:09.000000000 +0000 -+++ abcde.conf -@@ -131,7 +131,7 @@ - #NOCDDBQUERY=n +--- abcde.conf.orig 2004-11-06 16:56:58.000000000 -0800 ++++ abcde.conf 2004-11-14 13:12:13.000000000 -0800 +@@ -174,7 +174,7 @@ + #ACTIONS=cddb,read,encode,tag,move,clean # CD device you want to read from -#CDROM=/dev/cdrom -- cgit v1.2.3