Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2011 19:32:38 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-multimedia@freebsd.org
Subject:   Pre-release of webcamd [v0.2.4]
Message-ID:  <201105311932.38205.hselasky@c2i.net>
In-Reply-To: <201105251442.27159.hselasky@c2i.net>
References:  <201105240020.49377.hselasky@c2i.net> <4DDCF73B.2080200@gmail.com> <201105251442.27159.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105311932.38205.hselasky>