pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Update to 2.01.01alpha72:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a21c5831da9c
branches: trunk
changeset: 569560:a21c5831da9c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 16 16:59:40 2010 +0000
description:
Update to 2.01.01alpha72:
2.01.01alpha72:
Cdrecord:
- The CDRWIN cue sheet parser has been enhanced to give better error messages:
- There are now hints on what is missing in the CUE file
- The error message now also contains the column where the problem was detected
- Allow cdrecord to compile again on a pre-C99 compiler (there was a variable delaration
past a statement in a function.
- A description for the *.inf file fomat was added to the cdrecord man page
- New (previously missing) CD-Text tags have been added to auinfo.c (*.inf file parser):
Albumsongwriter=
Albumcomposer=
Albumarranger=
Albummessage=
Albumclosed_info=
Note that these tags do not appear in the CDDB database.
Cdda2wav (Maintained/enhanced by J
- New arg "all" to -t option.
cdda2wav -B extracts all audio tacks into separate files
cdda2wav -tall extracts all audio tacks into a single files
- cdda2wav now by default writes a file "xxx.cdtext" with raw binary
CD-Text data in case cdda2wav was told to retrieve CD-Text.
- A new option -no-textfile allows to disable the creation of the file "audio.cdtext"
This version of cdda2wav creates a file "audio.cdtext" or similar (depending on
the set up file name base) in case that there is CD-Text on the medium and that
the drives supports to read the CD-Text data with MMC SCSI commands.
- Fixed a bug in cdda2wav that caused cdda2wav to set up the file name base too late.
This resultes in the files "audio.cdindex" and "audio.cddb" alwas to have this name
while the *.inf files use the name base from the cdda2wav arguments. Now all
files created by cdda2wav honor the file name base.
- Cdda2wav by default fills empty track specific CD-Text data with the Disk global
value (if present). A new option -no-textdefaults allows to disable this fallback
and leaves the related fields empty if they are empty on the mester CD.
- Fixed a problem with cdda2wav -interactive (used by GNOME GSTREAMER CD-DAE plugin)
that could cause cdda2wav to dump core in case that there is a data
session past the last audio track.
- New (previously missing) CD-Text tags have been added to the *.inf files:
Albumsongwriter=
Songwriter=
Albumcomposer=
Composer=
Albumarranger=
Arranger=
Albummessage=
Message=
Albumclosed_info=
Closed_info=
Note that these tags do not appear in the CDDB database.
Mkisofs (Maintained/enhanced by J
- Fixed a bug with file descriptor handling in mkisofs/apple.c
2.01.01a71:
All:
- include/schily/stat.h now supports nonosecond timestamps in struct stat on AIX.
- New autoconf test for nanosecond time stamps on AIX.
- conf/mkdir.sh
- conf/mkdep-aix.sh was changed to avoid warnings for #pragma weak a = b
as the IBM C-compiler calls a non "#pragma weak" cpp when called with -E
Cdrecord:
- Cdrecord now is able to use -isosize even in case that the image data
is read from stdin. This makes it easier to use "mkisofs | cdrecord".
diffstat:
sysutils/cdrtools/Makefile | 4 ++--
sysutils/cdrtools/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 33ee0ba35ef0 -r a21c5831da9c sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile Sat Jan 16 16:48:11 2010 +0000
+++ b/sysutils/cdrtools/Makefile Sat Jan 16 16:59:40 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2010/01/15 22:11:30 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2010/01/16 16:59:40 wiz Exp $
-DISTNAME= cdrtools-2.01.01a70
+DISTNAME= cdrtools-2.01.01a72
PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
diff -r 33ee0ba35ef0 -r a21c5831da9c sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo Sat Jan 16 16:48:11 2010 +0000
+++ b/sysutils/cdrtools/distinfo Sat Jan 16 16:59:40 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2010/01/15 22:11:30 wiz Exp $
+$NetBSD: distinfo,v 1.47 2010/01/16 16:59:40 wiz Exp $
-SHA1 (cdrtools-2.01.01a70.tar.bz2) = c7feb69eb528775dd7eabf4a4e29fc2fb2548c22
-RMD160 (cdrtools-2.01.01a70.tar.bz2) = 543f62542dfa05a2c648228ab1c999d43f3fb4b2
-Size (cdrtools-2.01.01a70.tar.bz2) = 1851709 bytes
+SHA1 (cdrtools-2.01.01a72.tar.bz2) = 5902c71f8b9452a80cf040c0005213f15cabd310
+RMD160 (cdrtools-2.01.01a72.tar.bz2) = 9f946e0aaa1ff3806363e360a02232f846921685
+Size (cdrtools-2.01.01a72.tar.bz2) = 1857422 bytes
Home |
Main Index |
Thread Index |
Old Index