Update webcamd to version 5.3.7.0
This change adds support for 32-bit compat IOCTL's and updates the Linux sources to the latest version. Approved by: pi@
This commit is contained in:
parent
46ca19b1f1
commit
23067db2d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511175
@ -2,8 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= webcamd
|
PORTNAME= webcamd
|
||||||
PORTVERSION= 4.20.0.1
|
PORTVERSION= 5.3.7.0
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||||
http://home.selasky.org/distfiles/
|
http://home.selasky.org/distfiles/
|
||||||
@ -22,7 +21,7 @@ USE_RC_SUBR= webcamd
|
|||||||
SUB_FILES= webcamd.conf
|
SUB_FILES= webcamd.conf
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= CUSE DEBUG HAL VT_CLIENT VT_SERVER DVB INPUT KEYBOARD MOUSE RADIO WEBCAM
|
OPTIONS_DEFINE= COMPAT32 CUSE DEBUG HAL VT_CLIENT VT_SERVER DVB INPUT KEYBOARD MOUSE RADIO WEBCAM
|
||||||
OPTIONS_DEFAULT=DVB HAL INPUT RADIO WEBCAM
|
OPTIONS_DEFAULT=DVB HAL INPUT RADIO WEBCAM
|
||||||
|
|
||||||
.if exists(/usr/lib/libcuse.so)
|
.if exists(/usr/lib/libcuse.so)
|
||||||
@ -31,6 +30,13 @@ OPTIONS_DEFAULT+= CUSE
|
|||||||
OPTIONS_EXCLUDE+= CUSE
|
OPTIONS_EXCLUDE+= CUSE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
COMPAT32_DESC= Enable 32-bit compatibility support
|
||||||
|
COMPAT32_MAKE_ARGS= HAVE_COMPAT32="YES"
|
||||||
|
|
||||||
|
.if exists(/usr/lib32/libcuse.so)
|
||||||
|
OPTIONS_DEFAULT+= COMPAT32
|
||||||
|
.endif
|
||||||
|
|
||||||
CUSE_DESC= Use cuse(3) over multimedia/cuse4bsd-kmod
|
CUSE_DESC= Use cuse(3) over multimedia/cuse4bsd-kmod
|
||||||
CUSE_MAKE_ARGS= HAVE_CUSE="YES"
|
CUSE_MAKE_ARGS= HAVE_CUSE="YES"
|
||||||
CUSE_SUB_LIST= LIBCUSE=""
|
CUSE_SUB_LIST= LIBCUSE=""
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1544709894
|
TIMESTAMP = 1567670836
|
||||||
SHA256 (webcamd-4.20.0.1.tar.bz2) = c4741e68fef6f51bd6eeda232446d9dcac8d6b9e2a4709ca68f4a6696ec986ea
|
SHA256 (webcamd-5.3.7.0.tar.bz2) = f205dac6c4160e56897dc376ce4924189f9c2a6e738112e6f8200dc44caa7330
|
||||||
SIZE (webcamd-4.20.0.1.tar.bz2) = 13416890
|
SIZE (webcamd-5.3.7.0.tar.bz2) = 13903783
|
||||||
|
Loading…
Reference in New Issue
Block a user