pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/cdrtools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 21 13:19:51 UTC 2010

Modified Files:
        pkgsrc/sysutils/cdrtools: Makefile PLIST distinfo

Log Message:
Update to 2.01.01alpha76:

NEW features of cdrtools-2.01.01a75:

Cdrecord:

-       Hidden Track support is now complete:

-       Added support for writing Hidden Audio Tracks before Track #1
        in the Mtsushita CW-7501 device driver.

-       Added support for writing Hidden Audio Tracks before Track #1
        in the Sony CDU-924 / CDU-948 device driver.

-       Added support for writing Hidden Audio Tracks in RAW mode.
        Cdrecord-2.01.01a74 did put "track number 0" into the subchannel
        data for track 1 index 0. Cdrecord now correctly writes Track #1
        into the sub channel data.

-       Added support for Track #1 having a different number than 1 into
        the CUE file parser.

-       The CUE file parser now prints much better error messages in case that
        a keyword is seen out of the permitted order.

-       The CUE file parser now supports hidden tracks.

-       Fixed a bug in the CUE file parser that caused "pregap size 0" (missing
        INDEX 00) to be replaced by the default pregap size of 150 sectors.

Cdda2wav (Maintained/enhanced by J

-       Hidden Track support is now complete:

-       Fixed a bug in the cdda2wav track loop control that caused cdda2wav
        not to write the *.inf file for the last track in case of an audio CD
        with a hidden track.

-       Introduced an alias "isrc" and "ISRC" for -vtrackid

-       Introduced an alias "mcn" and "MCN" for -vcatalog

-       cdda2wav now emits a "PREGAP" keyword in the CUE file for a CD without
        hidden track if it starts with a sector number > 0.

NEW features of cdrtools-2.01.01a76:

Cdrecord:

-       Added a workaround for a firmware bug in the drive:
        'HL-DT-ST' 'BD-RE  BH10LS30 ' '1.00'
        That causes the drive to return zero media size for BluRay media.

-       cdrecord now aborts if the cuefile= option was specified with a non-CD
        media in the drive.

-       CDRWIN CUE files now may refer to several data files where each data 
file
        contains less than the whole disk but more than a single track.

-       The CUE parser now correctly sets the sector size information for the
        lead-in area.

-       The CUE parser now by default only accepts CDRWIN CUE compliant files
        but may be switched into an enhanced mode by introducing a special 
comment
        "REM CDRTOOLS"

-       The CUE parser now supports a FILE command between INDEX 00 and INDEX 
01.
        This is needed in order to write CUE sheets from Exact Audio Copy.
        Note that cdrecord needs to be switched into the enhanced CUE parser 
mode
        by either specifying "REM CDRTOOLS" or by specifying:
        REM COMMENT "ExactAudioCopy v0.99pb5"

        Also note that cdrecord currently does not support more than one FILE
        command per TRACK. For this reason, hidden audio tracks only work if
        the hidden audio data is in the same file that also contains data for
        track 1.

-       New commands "ARRANGER", "COMPOSER" and "MESSAGE" for adding CD-Text 
information
        in CUE files. Note that these commands are cdrecord specific extensions 
that
        re unknown by CDRWIN and thus need "REM CDRTOOLS" to be enabled.

-       The CUE file format is now documented in the cdrecord man page.

-       Fixed a small type bug in cdrecord/fifo.c (introduced a few
        versions before) that hits if the OS does not support the FIFO.

Cdda2wav (Maintained/enhanced by J

-       New cdda2wav option -vaudio-tracks

-       Make cdda2wav -q silent again (even with CDs with hidden track) to
        make it compatible again with scripts.

-       cdda2ogg and cdda2ogg.1 added to standard install
        The script cdda2ogg was enhanced to work seamlessly.

-       cdda2mp3 and cdda2mp3.1 added to standard install
        The script cdda2mp3 was enhanced to work seamlessly.

-       the scripts cdda2ogg and cdda2mp3 now allow to forward options to
        cdda2wav.

        In order to enable "paranoia mode", call:

        cdda2ogg -paranoia

        In order to enable the most proof "paranoia mode", call:

        cdda2ogg -paraopts=proof

-       The cdda2ogg man page was completely reworked

-       The SYSvr4 pkg definition now includes cdda2ogg and cdda2mp3

-       Added a workaround for a broken ASPI that hangs with
        odd transfer counts.

Readcd:

-       Added a workaround for a broken ASPI that hangs with
        odd transfer counts.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/cdrtools/PLIST
cvs rdiff -u -r1.48 -r1.49 pkgsrc/sysutils/cdrtools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index