From owner-freebsd-ports@FreeBSD.ORG Wed Sep 15 13:37:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30E116A4CE; Wed, 15 Sep 2004 13:37:04 +0000 (GMT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5F443D31; Wed, 15 Sep 2004 13:37:04 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com (smmsp@localhost.video-collage.com [127.0.0.1])i8FDb1d9052728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Sep 2004 09:37:02 -0400 (EDT) (envelope-from mi@corbulon.video-collage.com) Received: (from root@localhost)i8FDb0oP052727; Wed, 15 Sep 2004 09:37:00 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200409151337.i8FDb0oP052727@corbulon.video-collage.com> In-Reply-To: <20040915123208.GD35337@zi025.glhnet.mhn.de> To: Simon Barner Date: Wed, 15 Sep 2004 09:36:59 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL116 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 cc: ports@FreeBSD.org cc: h.eichmann@gmx.de cc: kde@FreeBSD.org Subject: Re: sysutils/k3b and burncd(8) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 13:37:05 -0000 > > The k3b application seems unable to use FreeBSD's burncd(8) utility > > to burn on IDE CD/DVD devices. It supports many other burning > > back-ends, so adding it should not be too difficult, but I don't > > want to duplicate the work. > > Is anyone working on it? At the moment one can only use k3b to > > create an image and then burn it from command line... > I don't know whether adding support for burncd makes too much sense, > since you always can add atapicam support to your kernel and use k3b's > cdrecord backend... This seems like a serious kludge to me. If we did not have the burncd utility, or if k3b did not support many different burners, I'd agree with you, but since the app has supports the back-end diversity, I think, we should use it. Yours, -mi