1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

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
This commit is contained in:
Koop Mast 2011-07-16 13:54:12 +00:00
parent a3f6f432b2
commit c2d2bf4851
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277800
3 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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";
};