cvs commit: ports/multimedia Makefile ports/multimedia/linux_v4l2wrapper-kmod Makefile distinfo pkg-descr ports/multimedia/linux_v4l2wrapper-kmod/files patch-Makefile patch-linux_v4l2.c

Juergen Lock nox at FreeBSD.org
Sun May 8 15:04:17 UTC 2011


nox         2011-05-08 15:04:17 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/linux_v4l2wrapper-kmod Makefile distinfo pkg-descr 
    multimedia/linux_v4l2wrapper-kmod/files patch-Makefile 
                                            patch-linux_v4l2.c 
  Log:
  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.
  
  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/
  
  Revision  Changes    Path
  1.445     +1 -0      ports/multimedia/Makefile
  1.1       +59 -0     ports/multimedia/linux_v4l2wrapper-kmod/Makefile (new)
  1.1       +2 -0      ports/multimedia/linux_v4l2wrapper-kmod/distinfo (new)
  1.1       +16 -0     ports/multimedia/linux_v4l2wrapper-kmod/files/patch-Makefile (new)
  1.1       +30 -0     ports/multimedia/linux_v4l2wrapper-kmod/files/patch-linux_v4l2.c (new)
  1.1       +10 -0     ports/multimedia/linux_v4l2wrapper-kmod/pkg-descr (new)


More information about the cvs-ports mailing list