pkgsrc-WIP-cvs archive

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

CVS commit: wip/cdrtools-devel



Module name:    wip
Committed by:   thomasklausner
Date:           Tue Sep 19 20:06:13 UTC 2006

Modified Files:
        wip/cdrtools-devel: Makefile distinfo
        wip/cdrtools-devel/patches: patch-ac patch-aj patch-bb patch-cd
Removed Files:
        wip/cdrtools-devel/patches: patch-aa

Log Message:
Update to 2.01.01a15:

All:

-       include file system completely restructured to avoid future name 
conflicts.
        The include files now have completely moved to include/schily/.
        This also allows to make all include files available in 
/usr/include/schily/
        in the future. 

-       fixed a type in include/schily/termios.h thanks to Steven M. Schweda for
        reporting.

-       All libraries now include support for compiling the code as shared 
library.
        The code has been tested on Solaris but should also work in *BSD and 
Linux.

        In order to compile with shared libraries, either call:

                make LINKMODE=dynamic

        or change the line

                DEFLINKMODE=    static

        to
                DEFLINKMODE=    dynamic

        for your os in DEFAULTS/Defaults.<os_name>

        I am interested in feedback for various OS platforms........


-       The order for compiling the libraries has been changed to make the
        compile process insensitive against old static libraris in the
        library search path.

-       New Schily autoconf text for gettext() and libintl

-       include/schily/nlsdefs.h now also checks for the exstance of 
HAVE_GETTEXT


Libfind:

-       libfind no longer uses static global data. This version of libfind
        is the first real library version that even allows to implement
        the find(1) program in less than 200 lines of code.

Cdrecord:

-       cdrecord now supports to set the layer break for DVD+R/DL.
        This reduces the write time but as there is currently no way
        to specify the layer break by hand, dual layer DVD-Video does
        not yet work.

-       cdrecord -atip now also prints the rzone info for DVD+ media

-       cdrecord -atip now prints more information for DVD-R/DL media

-       cdrecord now also supports to write to DVD-RAM

Cdda2wav (By Heiko Eißfeldt heiko%hexco.de@localhost):

-       Fixed a typo in scsi_cmds.c thanks to Steven M. Schweda for reporting.

Mkisofs (By Jörg Schilling and James Pearson j.pearson%ge.ucl.ac.uk@localhost):

-       Fixed a buggy error message (a result from the option parser
        rewrite, thanks to Steven M. Schweda for reporting.

-       Makefile now uses $(LIB_INTL) because of gettext() in libfind


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.10 -r1.11 wip/cdrtools-devel/distinfo
cvs -z3 rdiff -u -r1.14 -r1.15 wip/cdrtools-devel/Makefile
cvs -z3 rdiff -u -r1.2 -r0 wip/cdrtools-devel/patches/patch-aa
cvs -z3 rdiff -u -r1.2 -r1.3 wip/cdrtools-devel/patches/patch-ac \
    wip/cdrtools-devel/patches/patch-aj wip/cdrtools-devel/patches/patch-bb
cvs -z3 rdiff -u -r1.3 -r1.4 wip/cdrtools-devel/patches/patch-cd

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/distinfo?r1=1.10&r2=1.11
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/Makefile?r1=1.14&r2=1.15
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-aa?r1=1.2&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-ac?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-aj?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-bb?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-cd?r1=1.3&r2=1.4

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index