diff options
author | drochner <drochner> | 2009-09-15 10:46:10 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-09-15 10:46:10 +0000 |
commit | 87997c461dd39c4abd3459e3056695fa5699741f (patch) | |
tree | baceee57ed02ad82b7d39ce1862cc89a053dcffe /audio/abcde/Makefile | |
parent | f1bb5d30d8ba26fd8c48d246c1d95c22561c146f (diff) | |
download | pkgsrc-87997c461dd39c4abd3459e3056695fa5699741f.tar.gz |
improve handling of CDs where track 1 starts after the usual 2s gap:
Where CDDA data are filled into the cue sheet, make sure only one
title is used per track, otherwise data would shift by 1 entry and
no title would be left for the last track.
This is still not perfect because there is no (documented) way to
get the audio data within that gap with cdda2wav or cdparanoia, so
the audio data don't match the cue sheet fully, but at least the
cue sheet is not a total mess.
bump PKGREVISION
Diffstat (limited to 'audio/abcde/Makefile')
-rw-r--r-- | audio/abcde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index bd4358418a1..06696cb0141 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2008/03/02 06:10:30 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2009/09/15 10:46:10 drochner Exp $ DISTNAME= abcde_2.3.3.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.hispalinux.es/~data/files/ |