From owner-cvs-all@FreeBSD.ORG Sun May 8 15:04:17 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D56CA106566B; Sun, 8 May 2011 15:04:17 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C726D8FC14; Sun, 8 May 2011 15:04:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p48F4Hnt020534; Sun, 8 May 2011 15:04:17 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48F4HUb020533; Sun, 8 May 2011 15:04:17 GMT (envelope-from nox) Message-Id: <201105081504.p48F4HUb020533@repoman.freebsd.org> From: Juergen Lock Date: Sun, 8 May 2011 15:04:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 15:04:17 -0000 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)