aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-07-16 21:54:12 +0800
committerkwm <kwm@FreeBSD.org>2011-07-16 21:54:12 +0800
commit537cce5e06e5025b3802c6174db42a915254f798 (patch)
tree6af08ae774c8f07e980c9695bd282f867d41de50
parent301dfee80b0cb598bb73dd4a1599f634640ce72a (diff)
downloadfreebsd-ports-gnome-537cce5e06e5025b3802c6174db42a915254f798.tar.gz
freebsd-ports-gnome-537cce5e06e5025b3802c6174db42a915254f798.tar.zst
freebsd-ports-gnome-537cce5e06e5025b3802c6174db42a915254f798.zip
Update to 3.0.0.1.
This release includes a update of source to linux 3.0 and a brand now build system. Submitted by: maintainer
-rw-r--r--multimedia/webcamd/Makefile5
-rw-r--r--multimedia/webcamd/distinfo4
-rw-r--r--multimedia/webcamd/files/webcamd.conf.in9
3 files changed, 14 insertions, 4 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile
index f73f9b8e8c4f..457745280808 100644
--- a/multimedia/webcamd/Makefile
+++ b/multimedia/webcamd/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= webcamd
-PORTVERSION= 0.1.26
+PORTVERSION= 3.0.0.1
CATEGORIES= multimedia
-MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/
+MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
+ http://hselasky.homeunix.org:8192/distfiles/
MAINTAINER= hselasky@FreeBSD.org
COMMENT= A port of Linux USB webcam and DVB drivers into userspace
diff --git a/multimedia/webcamd/distinfo b/multimedia/webcamd/distinfo
index 2d93d23a5d91..ec85471ddcf0 100644
--- a/multimedia/webcamd/distinfo
+++ b/multimedia/webcamd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (webcamd-0.1.26.tar.bz2) = 0626492554966efaac8b2765c478e7d41b59b3e0dfa16cf7cf9593c58996536a
-SIZE (webcamd-0.1.26.tar.bz2) = 3569499
+SHA256 (webcamd-3.0.0.1.tar.bz2) = f6ef39dbc1c4e00421e9c00aa9a88a2da2310d979e648fb34cf631118f00d55e
+SIZE (webcamd-3.0.0.1.tar.bz2) = 8027049
diff --git a/multimedia/webcamd/files/webcamd.conf.in b/multimedia/webcamd/files/webcamd.conf.in
index 3436c6c63f92..c0800b1b3933 100644
--- a/multimedia/webcamd/files/webcamd.conf.in
+++ b/multimedia/webcamd/files/webcamd.conf.in
@@ -15,3 +15,12 @@ notify 100 {
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";
+};