From owner-freebsd-current@FreeBSD.ORG Sat Nov 1 08:00:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5111816A4CE for ; Sat, 1 Nov 2003 08:00:31 -0800 (PST) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id D123743F3F for ; Sat, 1 Nov 2003 08:00:29 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 37215 invoked by uid 85); 1 Nov 2003 16:02:25 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.066969 secs); 01 Nov 2003 16:02:25 -0000 Received: from unknown (HELO 192.168.0.110) (192.168.0.110) by 0 with SMTP; 1 Nov 2003 16:02:24 -0000 From: Arjan van Leeuwen To: Harald Schmalzbauer , current@freebsd.org Date: Sat, 1 Nov 2003 17:00:28 +0100 User-Agent: KMail/1.5.4 References: <200311010908.12850@harrymail> <200311011654.12247.avleeuwen@piwebs.com> In-Reply-To: <200311011654.12247.avleeuwen@piwebs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311011700.28065.avleeuwen@piwebs.com> Subject: Re: CDDA with common programs (ATAng) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 16:00:31 -0000 On Saturday 01 November 2003 16:54, Arjan van Leeuwen wrote: > On Saturday 01 November 2003 09:08, Harald Schmalzbauer wrote: > > Hi all, > > > > in the archive I found a discussion about some implementation changes > > with ATAng which breakes CDDA support for (all?) common programs. > > Will it ever be possible to use FreeBSD with e.g. kaudiocreator (needs > > cdparanoia)? > > I'm no friend of copying audiotracks by hand, give them a more or less > > apropriate name and feed them into any encoder. > > There were great tools which could do that automatically but they don't > > work any more for a reason I cannot follow. > > There's a patch for cdparanoia that is floating around that fixes this, > created by Vladimir Kushnir. I'm not sure if a PR was sent for this, if > not, I'll create one (but I'm not sure cdparanoia still works on -STABLE > with this patch). > > Anyways, you can find the patch here: > http://www.piwebs.com/freebsd/atang/patch-interface__cooked_interface.c.1 > > Just place it in the files/ directory of the cdparanoia port. Sorry, scrap that last sentence. You have to apply this patch _after_ doing 'make patch' for the port. Arjan