diff options
author | nox <nox@FreeBSD.org> | 2011-06-11 03:07:36 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-06-11 03:07:36 +0800 |
commit | 6f8ad462bd6d41a4a966beaa693674eb72a2c54d (patch) | |
tree | dec7d5c2b4f19f8aa7db430343f73b260ada0177 /multimedia/linux_v4l2wrapper-kmod | |
parent | 6df49bf13b1a3819ce1a15bd122cd55ca76a1676 (diff) | |
download | freebsd-ports-gnome-6f8ad462bd6d41a4a966beaa693674eb72a2c54d.tar.gz freebsd-ports-gnome-6f8ad462bd6d41a4a966beaa693674eb72a2c54d.tar.zst freebsd-ports-gnome-6f8ad462bd6d41a4a966beaa693674eb72a2c54d.zip |
- Also add 8.2-stable svn rev to pkg-descr.
- Bump PORTREVISION.
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. |