diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-16 16:59:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-16 16:59:40 +0000 |
commit | ef7801acef8fbe8908497118a3fccb51b93397f0 (patch) | |
tree | bf323fa4c453d05d42b662588fc9827fb8f37506 /sysutils | |
parent | 8f837395ac186b3fe5b212af11c78a3ea96a6948 (diff) | |
download | pkgsrc-ef7801acef8fbe8908497118a3fccb51b93397f0.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 57c1a99073b..ec0bdb05039 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -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 --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index 5a24930e706..27e48cdcc31 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -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 |