diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-06-10 19:07:36 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-06-10 19:07:36 +0000 |
commit | a6b2a9955262b04141d941ada79d6403255f53e0 (patch) | |
tree | 9a78dbf2e693bb96252c43af80a2f4d77347d9e2 /multimedia/linux_v4l2wrapper-kmod | |
parent | 716626272bae2bf1ef75b1f237057249a4a9759a (diff) |
Notes
Diffstat (limited to 'multimedia/linux_v4l2wrapper-kmod')
-rw-r--r-- | multimedia/linux_v4l2wrapper-kmod/Makefile | 2 | ||||
-rw-r--r-- | multimedia/linux_v4l2wrapper-kmod/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/linux_v4l2wrapper-kmod/Makefile b/multimedia/linux_v4l2wrapper-kmod/Makefile index f72647262992..71459088a447 100644 --- a/multimedia/linux_v4l2wrapper-kmod/Makefile +++ b/multimedia/linux_v4l2wrapper-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= linux_v4l2wrapper-kmod PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kld MASTER_SITES= LOCAL/nox \ http://people.freebsd.org/~ae/ diff --git a/multimedia/linux_v4l2wrapper-kmod/pkg-descr b/multimedia/linux_v4l2wrapper-kmod/pkg-descr index 5a42923f0150..68ee1fe20dea 100644 --- a/multimedia/linux_v4l2wrapper-kmod/pkg-descr +++ b/multimedia/linux_v4l2wrapper-kmod/pkg-descr @@ -1,8 +1,8 @@ This kld adds V4L2 ioctl handling to the Linux compatibility layer so that Linux apps like Skype or Flash can talk to V4L2 devices (like webcams) via /dev/videoX. The patches this kld is based on -have been committed to FreeBSD 9.0-current now (r221426) so this -port is only needed on eaerlier versions. +have been committed to FreeBSD 9.0-current (r221426) and 8.2-stable +(r222914) so this port is only needed on eaerlier versions. Note this port does not contain actual V4L2 drivers, those are provided by e.g. the multimedia/webcamd port. |