Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 1EEF963B9AA for ; Tue, 29 Jul 2008 22:05:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id CCF8663B26B; Tue, 29 Jul 2008 22:05:32 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id E950563B276 for ; Tue, 29 Jul 2008 22:05:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DB57E175D0; Tue, 29 Jul 2008 22:05:31 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/sysutils/cdrtools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20080729220531.DB57E175D0@cvs.netbsd.org> Date: Tue, 29 Jul 2008 22:05:31 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Tue Jul 29 22:05:31 UTC 2008 Modified Files: pkgsrc/sysutils/cdrtools: Makefile distinfo pkgsrc/sysutils/cdrtools/patches: patch-ab Log Message: 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 " 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 Start reading from new trackno read sectors 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. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pkgsrc/sysutils/cdrtools/Makefile cvs rdiff -r1.17 -r1.18 pkgsrc/sysutils/cdrtools/distinfo cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/cdrtools/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.