summaryrefslogtreecommitdiff
path: root/graphics/libv4l
AgeCommit message (Collapse)AuthorFilesLines
2012-04-18Fix build on NetBSD.hans2-8/+7
2012-04-18Include sys/ioccom.h in libv4l1.h on SunOS.hans2-4/+5
2012-04-18Make this build on SunOS 5.11.hans11-39/+114
2011-01-07better and one more fix for mode_t of va_arg.obache4-11/+23
2010-12-27Fixes to build on DragonFly, contains bug fixes for sizeof(mode_t) != ↵obache8-28/+74
sizeof(int)
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18to tech-multimediajmcneill1-2/+2
2009-01-14Changes the path to put videodev.h. Fixes PR 40394.obache1-5/+6
And changes the path for such a purpose to ${BUILDLINK_DIR}/include.
2009-01-10Add libv4l1 compatibility support, bump PKGREVISION.jmcneill10-21/+478
2008-09-17Allow building libv4l on older NetBSD systems by providing videoio.h.joerg7-22/+769
Don't override user CFLAGS. Bump revision.
2008-09-1364-bit fixes for libv4l2, properly pass rpath for libv4lconvert, andjmcneill3-5/+63
pass the correct number of args to mmap in at least one case.
2008-09-08Add RCSID tags.jmcneill8-8/+22
2008-09-08libv4l is a collection of libraries which adds a thin abstraction layer onjmcneill12-0/+236
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 seperate code for different devices in the same class.