Date: Thu, 14 Apr 2011 14:00:40 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia Makefile ports/multimedia/linux-f10-libv4l Makefile distinfo.i386 pkg-descr pkg-plist Message-ID: <201104141400.p3EE0erD053378@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104141400.p3EE0erD053378>