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.2.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7f7f909f62a
branches: trunk
changeset: 483550:c7f7f909f62a
user: snj <snj%pkgsrc.org@localhost>
date: Sun Nov 14 21:55:29 2004 +0000
description:
Update to abcde-2.2.0.
Changes:
* New "-t <number>" option for starting the numbering of the output files at a
given starting number. Ideal for albums with more than one CD.
* New "-T <number>" option, similar to "-t" but also modifies the tag entries
on the files themselves.
* New "-w <COMMENT>" to add a comment to the tracks of a given CD rip. Use
quotes.
* New "-W <number>" 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".
diffstat:
audio/abcde/Makefile | 5 ++---
audio/abcde/distinfo | 8 ++++----
audio/abcde/patches/patch-ab | 10 +++++-----
3 files changed, 11 insertions(+), 12 deletions(-)
diffs (46 lines):
diff -r 7906751ca441 -r c7f7f909f62a audio/abcde/Makefile
--- a/audio/abcde/Makefile Sun Nov 14 21:54:56 2004 +0000
+++ b/audio/abcde/Makefile Sun Nov 14 21:55:29 2004 +0000
@@ -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 -r 7906751ca441 -r c7f7f909f62a audio/abcde/distinfo
--- a/audio/abcde/distinfo Sun Nov 14 21:54:56 2004 +0000
+++ b/audio/abcde/distinfo Sun Nov 14 21:55:29 2004 +0000
@@ -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 -r 7906751ca441 -r c7f7f909f62a audio/abcde/patches/patch-ab
--- a/audio/abcde/patches/patch-ab Sun Nov 14 21:54:56 2004 +0000
+++ b/audio/abcde/patches/patch-ab Sun Nov 14 21:55:29 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index