From owner-freebsd-multimedia@FreeBSD.ORG Tue May 24 20:28:13 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35766106564A for ; Tue, 24 May 2011 20:28:12 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id AF92D8FC14 for ; Tue, 24 May 2011 20:28:11 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=oR3+9dOmPeF3nZCt5Gxyvf/bIpfj8bfjGZkkfp/xES8= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=jzcN3VhH4isA:10 a=WQU8e4WWZSUA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=nn2_UJfrV9hXrBjbc3sA:9 a=PUjeQqilurYA:10 a=ndaoGXS1AAAA:8 a=cpNebQrzq34Dl47KGDMA:9 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 131291194 for freebsd-multimedia@freebsd.org; Tue, 24 May 2011 22:28:09 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 24 May 2011 22:26:55 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <201105240020.49377.hselasky@c2i.net> In-Reply-To: <201105240020.49377.hselasky@c2i.net> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_PSB3N/qqdYl4+wW" Message-Id: <201105242226.55725.hselasky@c2i.net> Subject: Pre-release of webcamd [v0.2.2] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2011 20:28:13 -0000 --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--