aboutsummaryrefslogtreecommitdiff
path: root/multimedia/linux_v4l2wrapper-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Fix skype multimedia/linux_v4l2wrapper dependency on 8.Juergen Lock2011-07-172-11/+14
| | | | | | | | Approved by: itetcu (skype ports maintainer) Discussed on: -multimedia Notes: svn path=/head/; revision=277861
* - Also add 8.2-stable svn rev to pkg-descr.Juergen Lock2011-06-102-3/+3
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=275324
* - Update check whether already in kernel after my patch was MFC'd toJuergen Lock2011-06-101-2/+3
| | | | | | | | stable/8. (r222914) - Bump PORTREVISION. Notes: svn path=/head/; revision=275323
* This kld adds V4L2 ioctl handling to the Linux compatibility layerJuergen Lock2011-05-085-0/+117
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. Note this port does not contain actual V4L2 drivers, those are provided by e.g. the multimedia/webcamd port. WWW: http://people.freebsd.org/~nox/dvb/ Notes: svn path=/head/; revision=273770