Date: Tue, 24 May 2011 22:26:55 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-multimedia@freebsd.org Subject: Pre-release of webcamd [v0.2.2] Message-ID: <201105242226.55725.hselasky@c2i.net> In-Reply-To: <201105240020.49377.hselasky@c2i.net> References: <201105240020.49377.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_PSB3N/qqdYl4+wW Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Hi, I've generated a new tarball fixing the following issues reported: - Added support for PCTV452E. - Fixed mceusb IR driver. - Included deviceclass=0 in devd hotplug script. Please test and report back. --HPS --Boundary-00=_PSB3N/qqdYl4+wW Content-Type: text/x-patch; charset="iso-8859-15"; name="webcamd.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="webcamd.diff" diff -u -r webcamd.orig/Makefile webcamd/Makefile --- webcamd.orig/Makefile 2011-05-24 00:15:31.000000000 +0200 +++ webcamd/Makefile 2011-05-24 22:21:04.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.26 +PORTVERSION= 0.2.2 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ diff -u -r webcamd.orig/distinfo webcamd/distinfo --- webcamd.orig/distinfo 2011-05-24 00:15:31.000000000 +0200 +++ webcamd/distinfo 2011-05-24 22:21:23.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (webcamd-0.1.26.tar.bz2) = 0626492554966efaac8b2765c478e7d41b59b3e0dfa16cf7cf9593c58996536a -SIZE (webcamd-0.1.26.tar.bz2) = 3569499 +SHA256 (webcamd-0.2.2.tar.bz2) = 0b32da4a8b21a792ac555c2c5306e9f347d169b470f6e89004a3288d14bba4ff +SIZE (webcamd-0.2.2.tar.bz2) = 8046269 diff -u -r webcamd.orig/files/webcamd.conf.in webcamd/files/webcamd.conf.in --- webcamd.orig/files/webcamd.conf.in 2011-05-24 00:15:31.000000000 +0200 +++ webcamd/files/webcamd.conf.in 2011-05-24 09:15:02.000000000 +0200 @@ -15,3 +15,12 @@ match "intclass" "0xff"; action "env LD_PRELOAD=%%LIBHAL%%%%LIBCUSE%% %%PREFIX%%/etc/rc.d/webcamd start $cdev"; }; + +# Unspecified USB webcams and DVB devices. +notify 100 { + match "system" "USB"; + match "subsystem" "INTERFACE"; + match "type" "ATTACH"; + match "intclass" "0x00"; + action "env LD_PRELOAD=%%LIBHAL%%%%LIBCUSE%% %%PREFIX%%/etc/rc.d/webcamd start $cdev"; +}; --Boundary-00=_PSB3N/qqdYl4+wW--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105242226.55725.hselasky>