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 (31m)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (78d)  pkgsrc-2023Q2 (110d) 

2024-06-17 15:58:49 UTC Now

2008-07-29 22:05:31 UTC MAIN commitmail json YAML

Update to 2.01.01a43:

NEW features of cdrtools-2.01.01a43:

*******
NOTE: cdrtools is currently in a state just before a new major release.

*******

All:

- config.guess now supports the "free" Apple Darwin variants

Libscg:

- "make install" now installes the libscg include files into $(INS_BASE)/include/scg/

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- Added a workaround for some Linux filesystems that do not deliver "." and ".."
first with readdir()

- Fixed -x pattern not to exclude "." and ".." also

- Always "." and ".." first to the dir content.

NOTE that all these problems have not been present  with "mkisofs .. -find <path-list>"
NEW features of cdrtools-2.01.01a42:

*******
NOTE: cdrtools is currently in a state just before a new major release.

Libedc (Optimized by J�rg Schilling, originated by Heiko Ei゚feldt heiko@hexco.de):

- Fixed array index overrun in L1 coder. Thanks to Heiko Ei゚feldt.
The problem was reported by the coverity test. Note that the L1 coder
is not used by cdrtools.

Cdda2wav (Maintained/enhanced by J�rg Schilling, originated by Heiko Ei゚feldt heiko@hexco.de):

- New option -no-fork tells cdda2wav to run in unbuffered mode.

- New option -interactive

The first test implemenation supports the following interactive commands:

stop stop reading

If you like to empty the internal buffers,
send "stop" read everything you get from the output pipe
repeat this until no further data is available.

cont continue reading

read trasks <trackno> Start reading from new trackno

read sectors <secno> Start reading from new sector number

exit
quit exit cdda2wav

This new option is a result from a collaboration with the GNOME
developers to make "sound-juicer" legal. Sound-juicer suffers from
license problems from libcdio which is usually loaded as a
"gstreamer" plugin.

The option -interactive together with the related new libgstcdda2wavsrc
gives better quality of the extracted audio-data and does not cause license
violations.

(wiz)