From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:27822 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932635Ab0BYVIV (ORCPT ); Thu, 25 Feb 2010 16:08:21 -0500 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1PL8Lku004061 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Feb 2010 16:08:21 -0500 Received: from localhost.localdomain (vpn1-7-153.ams2.redhat.com [10.36.7.153]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1PL8JWn031594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 25 Feb 2010 16:08:20 -0500 Message-ID: <4B86E6FB.3020607@redhat.com> Date: Thu, 25 Feb 2010 22:09:15 +0100 From: Hans de Goede MIME-Version: 1.0 To: Linux Media Mailing List Subject: v4l-utils repo progress report Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi All, I've been working on and off on the new v4l-utils git repo. I've just pushed my latest work, some restructuring of the files under the utils dir, and I've replaced the old Makefiles which were meant for compilation inside the v4l-dvb hg tree with new ones which work for standalone compilation. I've ended up with including copies of a few recent kernel headers as that indeed was the easiest way. I'm using plane (GNU) make for now, as that seems to work very well and I very much like the clean and simple Makefiles this has resulted in (as opposed to the zillion line makefiles generated by autotools). And yes the Makefiles take into account that libsysfs and / or qt might not be installed and do not build the relevant bits when they are missing. Regards, Hans