From owner-cvs-ports@FreeBSD.ORG Thu Apr 14 14:00:40 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B18D2106566B; Thu, 14 Apr 2011 14:00:40 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8918FC0C; Thu, 14 Apr 2011 14:00:40 +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 p3EE0erk053379; Thu, 14 Apr 2011 14:00:40 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3EE0erD053378; Thu, 14 Apr 2011 14:00:40 GMT (envelope-from bsam) Message-Id: <201104141400.p3EE0erD053378@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 14 Apr 2011 14:00:40 +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-f10-libv4l Makefile distinfo.i386 pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2011 14:00:40 -0000 bsam 2011-04-14 14:00:40 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/linux-f10-libv4l Makefile distinfo.i386 pkg-descr pkg-plist Log: libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4lconvert offers functions to convert from any (known) pixel-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. WWW: http://hansdegoede.livejournal.com/3636.html Revision Changes Path 1.434 +1 -0 ports/multimedia/Makefile 1.1 +23 -0 ports/multimedia/linux-f10-libv4l/Makefile (new) 1.1 +4 -0 ports/multimedia/linux-f10-libv4l/distinfo.i386 (new) 1.1 +17 -0 ports/multimedia/linux-f10-libv4l/pkg-descr (new) 1.1 +14 -0 ports/multimedia/linux-f10-libv4l/pkg-plist (new)