From owner-freebsd-multimedia@FreeBSD.ORG Mon May 23 22:22:03 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 BF14F1065672 for ; Mon, 23 May 2011 22:22:03 +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 4CE968FC1A for ; Mon, 23 May 2011 22:22:02 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=NvrFngl24Vvwb7eBef0tfsytOWEnP/WlkqxQrRnklhk= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=J_tXHqbyH3kA:10 a=WQU8e4WWZSUA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=A9rje61GyZazI4-mHn0A:9 a=CjuIK1q_8ugA:10 a=ndaoGXS1AAAA:8 a=E6Vp2EBJZQo-5TsTfncA: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 129746005 for freebsd-multimedia@freebsd.org; Tue, 24 May 2011 00:22:01 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 24 May 2011 00:20:49 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) 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=_B3t2NwLfpKGAH8U" Message-Id: <201105240020.49377.hselasky@c2i.net> Subject: New major pre-release of webcamd [v0.2.1] 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: Mon, 23 May 2011 22:22:03 -0000 --Boundary-00=_B3t2NwLfpKGAH8U Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Webcamd has recently been heavily upgraded to compile more DVB drivers and have more new features. I've made a 0.2.1 release tarball available for testing. See attachment to this e-mail: cd /usr/ports/multimedia/ cat webcamd.diff | patch cd webcamd make all deinstall install clean Any bugs/errors can be reported here or directly to me. Please ensure your existing hardware and software works like before. One new feature is /dev/input/eventX for receiving IR events instead of /dev/lircX . --HPS --Boundary-00=_B3t2NwLfpKGAH8U Content-Type: text/x-patch; charset="us-ascii"; 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 00:15:40.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.26 +PORTVERSION= 0.2.1 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 00:15:52.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.1.tar.bz2) = 5d7ccf58610308af4313a5e02cd60d55cacddc2ce6765966aa4cf6f84747df63 +SIZE (webcamd-0.2.1.tar.bz2) = 8035640 --Boundary-00=_B3t2NwLfpKGAH8U--