Update webcamd to 4.8.0.4.
- updated all Linux kernel sources to the latest Linux' Torvalds - fixed some minor bugs in the webcamd Linux kernel emulation - improved Linux kernel emulation support - added support for the evdev kernel module (GSOC project) Submitted by: maintainer
This commit is contained in:
parent
48644ba0e9
commit
cce285d656
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422025
2 changed files with 11 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webcamd
|
||||
PORTVERSION= 4.2.0.9
|
||||
PORTVERSION= 4.8.0.4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://home.selasky.org:8192/distfiles/
|
||||
|
@ -21,7 +21,7 @@ USE_RC_SUBR= webcamd
|
|||
SUB_FILES= webcamd.conf
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= CUSE DEBUG HAL VT_CLIENT VT_SERVER DVB INPUT RADIO WEBCAM
|
||||
OPTIONS_DEFINE= CUSE DEBUG HAL VT_CLIENT VT_SERVER DVB INPUT KEYBOARD MOUSE RADIO WEBCAM
|
||||
OPTIONS_DEFAULT=DVB HAL INPUT RADIO WEBCAM
|
||||
|
||||
.if exists(/usr/lib/libcuse.so)
|
||||
|
@ -59,6 +59,12 @@ DVB_MAKE_ARGS= HAVE_DVB_DRV="YES"
|
|||
INPUT_DESC= Build with USB input support (tablet, joystick, HID, IR, ...)
|
||||
INPUT_MAKE_ARGS= HAVE_INPUT_DRV="YES"
|
||||
|
||||
KEYBOARD_DESC= Build with USB keyboard support
|
||||
KEYBOARD_MAKE_ARGS= HAVE_KEYBOARD_DRV="YES"
|
||||
|
||||
MOUSE_DESC= Build with USB mouse support
|
||||
MOUSE_MAKE_ARGS= HAVE_MOUSE_DRV="YES"
|
||||
|
||||
RADIO_DESC= Build with USB radio support
|
||||
RADIO_MAKE_ARGS= HAVE_RADIO_DRV="YES"
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (webcamd-4.2.0.9.tar.bz2) = b02958db281be2347b17db8a81604c49eb43802a5fa3a771cccc5904c9e36539
|
||||
SIZE (webcamd-4.2.0.9.tar.bz2) = 10983753
|
||||
TIMESTAMP = 1472287897
|
||||
SHA256 (webcamd-4.8.0.4.tar.bz2) = cab0166ef4df4e00ef775e4e527b1dee6e6b100c6ad002df72663e7ae8380d10
|
||||
SIZE (webcamd-4.8.0.4.tar.bz2) = 11700148
|
||||
|
|
Loading…
Reference in a new issue