diff options
author | kwm <kwm@FreeBSD.org> | 2010-03-25 21:56:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-03-25 21:56:58 +0800 |
commit | 0d5ca9443a71fbc5550a8b71afffa3815157382d (patch) | |
tree | 0b94792bb06b0e525d81fda6350ab828be4cd134 /multimedia | |
parent | 97ccfa2a19ca2bcb3987a48b0583423a9c6883ec (diff) | |
download | freebsd-ports-gnome-0d5ca9443a71fbc5550a8b71afffa3815157382d.tar.gz freebsd-ports-gnome-0d5ca9443a71fbc5550a8b71afffa3815157382d.tar.zst freebsd-ports-gnome-0d5ca9443a71fbc5550a8b71afffa3815157382d.zip |
Update to 0.1.8.
Support usb dvb (Digital Video Broadcast) devices.
Submitted by: Hans Petter Selasky <hselasky AT FreeBSD.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/webcamd/Makefile | 10 | ||||
-rw-r--r-- | multimedia/webcamd/distinfo | 6 | ||||
-rw-r--r-- | multimedia/webcamd/pkg-descr | 11 | ||||
-rw-r--r-- | multimedia/webcamd/pkg-message | 6 |
4 files changed, 18 insertions, 15 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile index 25dcef357e41..12bc0c0f9657 100644 --- a/multimedia/webcamd/Makefile +++ b/multimedia/webcamd/Makefile @@ -6,15 +6,15 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.8 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ MAINTAINER= hselasky@FreeBSD.org -COMMENT= A port of Video4Linux USB webcam drivers into userspace +COMMENT= A port of Linux USB webcam and DVB drivers into userspace -BUILD_DEPENDS= v4l_compat>=1.0.20100113:${PORTSDIR}/multimedia/v4l_compat \ - video4bsd-kmod>=0.1.3:${PORTSDIR}/multimedia/video4bsd-kmod +BUILD_DEPENDS= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat \ + cuse4bsd-kmod>=0.1.8:${PORTSDIR}/multimedia/cuse4bsd-kmod LIB_DEPENDS= v4l1.0:${PORTSDIR}/multimedia/libv4l @@ -22,6 +22,8 @@ USE_RC_SUBR= webcamd USE_BZIP2= yes USE_LDCONFIG= yes +LIBDIR= ${PREFIX}/lib + .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/multimedia/webcamd/distinfo b/multimedia/webcamd/distinfo index ace66ca2bc30..44cadca8452b 100644 --- a/multimedia/webcamd/distinfo +++ b/multimedia/webcamd/distinfo @@ -1,3 +1,3 @@ -MD5 (webcamd-0.1.4.tar.bz2) = 9d986ba81a988fdf63470fc4d5d8d297 -SHA256 (webcamd-0.1.4.tar.bz2) = 31be29e495ee9205cb7f0bd743916457c71f118e72039072d8da0089d916a18c -SIZE (webcamd-0.1.4.tar.bz2) = 3418518 +MD5 (webcamd-0.1.8.tar.bz2) = 9c5fbc776b4b2b60f2f7d1d4c258bfdd +SHA256 (webcamd-0.1.8.tar.bz2) = d4cef4cc30e9be784e66732f25689edade9a3feba2e3718b240a68d4c68d98f8 +SIZE (webcamd-0.1.8.tar.bz2) = 3512154 diff --git a/multimedia/webcamd/pkg-descr b/multimedia/webcamd/pkg-descr index eeb475c9dab9..585d9e0c48a8 100644 --- a/multimedia/webcamd/pkg-descr +++ b/multimedia/webcamd/pkg-descr @@ -1,7 +1,8 @@ -Webcamd is a 500KiloByte daemon that enables use of hundreds of different USB -based webcam devices under the FreeBSD-8/9 operating system. The webcam daemon -is basically an application which is a port of Video4Linux USB webcam drivers -into userspace on FreeBSD. The daemon currently depends on libc, pthreads, -libusb and the VIDEO4BSD kernel module. +Webcamd is a daemon that enables use of hundreds of different USB +based webcam and DVB USB devices under the FreeBSD-8/9 operating +system. The webcam daemon is basically an application which is a port +of Linux USB device drivers into userspace on FreeBSD. The daemon +currently depends on libc, pthreads, libusb and the CUSE4BSD kernel +module. WWW: http://www.selasky.org/hans_petter/video4bsd/ diff --git a/multimedia/webcamd/pkg-message b/multimedia/webcamd/pkg-message index d8561c68e1d7..470bbf615474 100644 --- a/multimedia/webcamd/pkg-message +++ b/multimedia/webcamd/pkg-message @@ -1,12 +1,12 @@ ********************************************************************* -1) webcamd requires the video4bsd kernel module, please load this +1) webcamd requires the cuse4bsd kernel module, please load this by doing - # kldload video4bsd + # kldload cuse4bsd or adding - video4bsd_load="YES" + cuse4bsd_load="YES" to your /boot/loader.conf. |