From owner-freebsd-multimedia@FreeBSD.ORG Tue May 31 17:34:01 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 9B5851065686 for ; Tue, 31 May 2011 17:34:01 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 271D48FC0C for ; Tue, 31 May 2011 17:34:00 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=vW5vCdXs70N4qByxk8CEQGbh7v1Yg8KlDbwSc8o4Gj0= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=4UEHyh4W6EwA:10 a=WQU8e4WWZSUA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=eRgUMlTYcTCdP9JwfioA:9 a=PUjeQqilurYA:10 a=ndaoGXS1AAAA:8 a=TnlpF_H5vnrqWjcVQcAA:9 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 133425176 for freebsd-multimedia@freebsd.org; Tue, 31 May 2011 19:33:59 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 31 May 2011 19:32:38 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <201105240020.49377.hselasky@c2i.net> <4DDCF73B.2080200@gmail.com> <201105251442.27159.hselasky@c2i.net> In-Reply-To: <201105251442.27159.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=_2YS5NWPUxiDlM6E" Message-Id: <201105311932.38205.hselasky@c2i.net> Subject: Pre-release of webcamd [v0.2.4] 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, 31 May 2011 17:34:01 -0000 --Boundary-00=_2YS5NWPUxiDlM6E Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Hi, Attaching new patch for ports. Some minor changes. --HPS --Boundary-00=_2YS5NWPUxiDlM6E 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-31 19:29:48.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.26 +PORTVERSION= 0.2.4 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-31 19:29:51.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.4.tar.bz2) = 82cd77e1119a09b8b8b5bef1ff388f41ae7e3ae4750679203fd1f0ddfeeeb33f +SIZE (webcamd-0.2.4.tar.bz2) = 8027428 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=_2YS5NWPUxiDlM6E--