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:           Thu Oct  9 13:14:15 UTC 2008

Modified Files:
        pkgsrc/sysutils/cdrtools: Makefile distinfo

Log Message:
Update to 2.01.01a50:

NEW features of cdrtools-2.01.01a50:

Libschily:

-       changed __malloc() -> ___malloc() for the ongoing ATARI Port
-       changed __realloc() -> ___realloc() for the ongoing ATARI Port
-       changed __savestr() -> ___savestr() for the ongoing ATARI Port

Cdrecord:

-       The cdrecord DVD multi-border code from May 2007 has been made 
OpenSource.
        Multi-Border is the DVD multi-session equivalent. It allows to write
        up to 1024 sessions on a single DVD.

        The code currently covers the most important case of writing to 
DVD-R/DVD-RW
        media.

        You need to specify -multi for every session.

-       The cdrecord man page now mentions -multi with respect to DVD 
multi-border.

Mkisofs (Maintained/enhanced by J

-       mkisofs -UDF now does not longer replace controlchars in case that -J 
has not
        been specified at the same time. This is a workaround for the fact that
        mkisofs still shares the file name management code between UDF ans 
Joliet.

NEW features of cdrtools-2.01.01a49:

All:

-       Several Makefiles have been modified to support not only "make all"
        but also "make install" without calling "make all" before. This was 
needed
        after the change that omits the symlinks from the tar archive.
        Thanks to a report from Klaus Ditze <kd%heise.de@localhost>

Libparanoia (Ported/enhanced by J

-       Plenty of new comments taken from cdparanoia-III-10.2
        This doubles the size of the code!
        Thanks to Monty (xiphmont%mit.edu@localhost)

-       i_paranoia_overlap_r() does not longer increment beginA/beginB after the
        match was found searching backwards. Taken from cdparanoia-III-10.2

-       paranoia_free() now also frees p->cache and p->fragments taken from 
cdparanoia-III-10.2

-       Some numerical values used in paranoia.c have been replaced by
        FLAG_* definitions.

Mkisofs (Maintained/enhanced by J

-       First step of changes intended to allow to remove Mac OS 9 "hfs" support
        from mkisofs. Mac OS X supports UDF extensions and "hfs" does not 
support
        large files. For this reason, "hfs" support is an anachronism.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -r1.25 -r1.26 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