[Midnightbsd-cvs] mports [18543] trunk/multimedia: add linux f10 libv4l
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Apr 4 07:38:00 EDT 2015
Revision: 18543
http://svnweb.midnightbsd.org/mports/?rev=18543
Author: laffer1
Date: 2015-04-04 07:37:59 -0400 (Sat, 04 Apr 2015)
Log Message:
-----------
add linux f10 libv4l
Modified Paths:
--------------
trunk/multimedia/Makefile
Added Paths:
-----------
trunk/multimedia/linux-f10-libv4l/
trunk/multimedia/linux-f10-libv4l/Makefile
trunk/multimedia/linux-f10-libv4l/distinfo.i386
trunk/multimedia/linux-f10-libv4l/pkg-descr
trunk/multimedia/linux-f10-libv4l/pkg-plist
Modified: trunk/multimedia/Makefile
===================================================================
--- trunk/multimedia/Makefile 2015-04-04 11:36:09 UTC (rev 18542)
+++ trunk/multimedia/Makefile 2015-04-04 11:37:59 UTC (rev 18543)
@@ -46,6 +46,7 @@
SUBDIR += libxine
SUBDIR += linux-divx4linux
SUBDIR += linux-f10-libtheora
+SUBDIR += linux-f10-libv4l
SUBDIR += linux-helixplayer
SUBDIR += linux-libtheora
SUBDIR += linux-realplayer
Added: trunk/multimedia/linux-f10-libv4l/Makefile
===================================================================
--- trunk/multimedia/linux-f10-libv4l/Makefile (rev 0)
+++ trunk/multimedia/linux-f10-libv4l/Makefile 2015-04-04 11:37:59 UTC (rev 18543)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME= libv4l
+PORTVERSION= 0.6.2
+CATEGORIES= multimedia linux
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Collection of video4linux support libraries (Fedora 10)
+
+LICENSE= gpl2
+
+USE_LINUX= f10
+USE_LINUX_RPM= yes
+
+RPMVERSION= 1.fc10
+USE_LDCONFIG= yes
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
+
+.include <bsd.port.mk>
Property changes on: trunk/multimedia/linux-f10-libv4l/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/linux-f10-libv4l/distinfo.i386
===================================================================
--- trunk/multimedia/linux-f10-libv4l/distinfo.i386 (rev 0)
+++ trunk/multimedia/linux-f10-libv4l/distinfo.i386 2015-04-04 11:37:59 UTC (rev 18543)
@@ -0,0 +1,4 @@
+SHA256 (rpm/i386/fedora/10/libv4l-0.6.2-1.fc10.i386.rpm) = dc314477f8e771cfe6b9f654d1779e3cd8033d7ca65359e41dc1085b4d98cfe9
+SIZE (rpm/i386/fedora/10/libv4l-0.6.2-1.fc10.i386.rpm) = 110211
+SHA256 (rpm/i386/fedora/10/libv4l-0.6.2-1.fc10.src.rpm) = 077fbc584d3cdf76db525f2173676f9cd22a63abcd9bcc1808a199ed5e9a1606
+SIZE (rpm/i386/fedora/10/libv4l-0.6.2-1.fc10.src.rpm) = 136113
Property changes on: trunk/multimedia/linux-f10-libv4l/distinfo.i386
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/linux-f10-libv4l/pkg-descr
===================================================================
--- trunk/multimedia/linux-f10-libv4l/pkg-descr (rev 0)
+++ trunk/multimedia/linux-f10-libv4l/pkg-descr 2015-04-04 11:37:59 UTC (rev 18543)
@@ -0,0 +1,17 @@
+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
Property changes on: trunk/multimedia/linux-f10-libv4l/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/linux-f10-libv4l/pkg-plist
===================================================================
--- trunk/multimedia/linux-f10-libv4l/pkg-plist (rev 0)
+++ trunk/multimedia/linux-f10-libv4l/pkg-plist 2015-04-04 11:37:59 UTC (rev 18543)
@@ -0,0 +1,12 @@
+ at comment file listing
+usr/lib/libv4l/ov511-decomp
+usr/lib/libv4l/ov518-decomp
+usr/lib/libv4l/v4l1compat.so
+usr/lib/libv4l/v4l2convert.so
+usr/lib/libv4l1.so.0
+usr/lib/libv4l2.so.0
+usr/lib/libv4lconvert.so.0
+usr/share/doc/libv4l-%%PORTVERSION%%/COPYING.LIB
+usr/share/doc/libv4l-%%PORTVERSION%%/ChangeLog
+usr/share/doc/libv4l-%%PORTVERSION%%/README
+usr/share/doc/libv4l-%%PORTVERSION%%/TODO
Property changes on: trunk/multimedia/linux-f10-libv4l/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list