From owner-freebsd-multimedia@FreeBSD.ORG Tue May 17 08:21:40 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15EE916A4CE for ; Tue, 17 May 2005 08:21:40 +0000 (GMT) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 5DEE643DA4 for ; Tue, 17 May 2005 08:21:39 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 8471 invoked from network); 17 May 2005 08:24:17 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 17 May 2005 08:24:17 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Tue, 17 May 2005 01:21:38 PDT (sender jakemsr@puff.jakemsr.gom) Date: Tue, 17 May 2005 01:21:38 -0700 From: Jacob Meuser To: Steve O'Hara-Smith Message-ID: <20050517082137.GA1208@puff.jakemsr.gom> Mail-Followup-To: Steve O'Hara-Smith , freebsd-multimedia@freebsd.org References: <1116257113.691.19.camel@maarten> <20050516164207.693b7f90.steve@sohara.org> <20050517030001.GE31386@puff.jakemsr.gom> <20050517091014.4423cb7f.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050517091014.4423cb7f.steve@sohara.org> User-Agent: Mutt/1.4.2i cc: freebsd-multimedia@freebsd.org Subject: Re: Pinnacle PCTV Pro support in bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 08:21:40 -0000 On Tue, May 17, 2005 at 09:10:14AM +0100, Steve O'Hara-Smith wrote: > On Mon, 16 May 2005 20:00:01 -0700 > Jacob Meuser wrote: > > > speaking of which. I submitted your bktr code to the ffmpeg developers, > > and there is a small issue with it's license. since the time you wrote > > that, they have changed to mostly LGPL. grab.c is LGPL. would you like > > to change the license of grab_bsdbktr.c to LGPL instead of the current > > GPL? otherwise, the bktr code can only be used if ffmpeg is built > > with --enable-gpl. > > The GPL license in it comes from that in grab.c (from which the > code is partly derived), otherwise I would have used BSDL :) I'm more than > happy to see it softened to LGPL. Strictly speaking I suppose formal > permission would have to come from the author of grab.c too, but since > that code is now in LGPL that shouldn't be a problem. that's what I figured. I'll change it (using the text from the current grab.c) and resubmit. thanks! --