Date: Tue, 13 Sep 2016 15:54:37 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422025 - head/multimedia/webcamd Message-ID: <201609131554.u8DFsb8Q035054@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Sep 13 15:54:36 2016 New Revision: 422025 URL: https://svnweb.freebsd.org/changeset/ports/422025 Log: 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 Modified: head/multimedia/webcamd/Makefile head/multimedia/webcamd/distinfo Modified: head/multimedia/webcamd/Makefile ============================================================================== --- head/multimedia/webcamd/Makefile Tue Sep 13 15:51:47 2016 (r422024) +++ head/multimedia/webcamd/Makefile Tue Sep 13 15:54:36 2016 (r422025) @@ -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" Modified: head/multimedia/webcamd/distinfo ============================================================================== --- head/multimedia/webcamd/distinfo Tue Sep 13 15:51:47 2016 (r422024) +++ head/multimedia/webcamd/distinfo Tue Sep 13 15:54:36 2016 (r422025) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131554.u8DFsb8Q035054>