Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (47m)  pkgsrc-2024Q1 (54m)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (100d)  pkgsrc-2023Q3 (179d) 

2024-06-07 14:47:58 UTC Now

2010-01-16 16:59:40 UTC MAIN commitmail json YAML

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".

(wiz)