1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Also add 8.2-stable svn rev to pkg-descr.

- Bump PORTREVISION.
This commit is contained in:
Juergen Lock 2011-06-10 19:07:36 +00:00
parent 716626272b
commit a6b2a99552
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275324
2 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -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.