From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 16 13:23:48 2011 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0DE6106566B; Sat, 16 Apr 2011 13:23:48 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 683F28FC13; Sat, 16 Apr 2011 13:23:48 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5687C1E002BE; Sat, 16 Apr 2011 15:23:47 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p3GDLeEo062396; Sat, 16 Apr 2011 15:21:40 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p3GDLefh062395; Sat, 16 Apr 2011 15:21:40 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 16 Apr 2011 15:21:39 +0200 To: Alexander Leidinger Message-ID: <20110416132139.GA61818@triton8.kn-bremen.de> References: <4DA4A1AC.90601@yandex.ru> <20110412222945.39b7a47b@ukr.net> <4DA4ADC7.6020101@yandex.ru> <20110412230426.550e8155@ukr.net> <20110413170446.GA84392@triton8.kn-bremen.de> <4DA5E0DB.2020009@FreeBSD.org> <20110413182157.GA87724@triton8.kn-bremen.de> <4DA72B26.7010009@FreeBSD.org> <20110415174620.GA31480@triton8.kn-bremen.de> <20110416113237.000035c9@unknown> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110416113237.000035c9@unknown> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: emulation@FreeBSD.org, akirchhoff135014@comcast.net, Juergen Lock , Andriy Gapon , multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb patches (like for webcamd + skype...) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2011 13:23:48 -0000 On Sat, Apr 16, 2011 at 11:32:37AM +0200, Alexander Leidinger wrote: > On Fri, 15 Apr 2011 19:46:20 +0200 Juergen Lock > wrote: > > > On Thu, Apr 14, 2011 at 08:13:10PM +0300, Andriy Gapon wrote: > > > > > > BTW, just in case: > > > http://www.quickcamteam.net/documentation/faq/logitech-webcam-linux-usb-incompatibilities > > > > > > P.S. > > > http://blogs.skype.com/linux/2011/04/2_2_beta.html > > > > Ok I just tested that version and found another bug in the patches, > > but even after fixing that I couldn't get video to work with my > > gspca camera that doesn't do yuv video. :( Maybe the f10 version > > of libv4l that is now in ports is just too old? (Does anyone else > > get that version to work with a cam that does do yuv like a uvc?) > > > > netchild, you said you have an f10 build env iirc, could you try > > building the latest libv4l on there for me to test? > > Can you give me please some URLs? One where to download the > source, and one of the spec file (and patches if any). > Looks like libv4l now is part of v4l-utils: http://freshmeat.net/projects/libv4l http://linuxtv.org/downloads/v4l-utils/v4l-utils-0.8.3.tar.bz2 f14 has a bit older source rpm: (libv4l.spec inside) http://ftp.tu-chemnitz.de/pub/linux/fedora/linux/releases/14/Everything/source/SRPMS/libv4l-0.8.1-1.fc14.src.rpm and I found a newer one too: http://people.fedoraproject.org/~jwrdegoede/v4l-utils-0.8.3-2.fc15.src.rpm > > > I have now split the dvb handling into a seperate kld because of > > the LGPL'd header it uses (linux_dvbwrapper.ko), but it looks like > > I'll have to make that a port as netchild still had concerns putting > > that version in base... > > It's more a "I do not want to be the one to put LGPLed stuff into a > kernel module", even if the common believe is that such a LGPLed > header does make the rest derived code / tainted. Currently I do not > intend to spend the time which is necessary to explain the issues to > core@ and discuss it with them. If someone else is willing to spend > time for this and if core@ tells me they are ok with this header > entering the src/sys tree, I shut up and commit it. OK. I guess not that many ppl will need this kld and those that do should be able to install it from ports then too, I just wanted to keep things a little easier but oh well, it's not _that_ important. Cheers, Juergen