summaryrefslogtreecommitdiff
path: root/graphics/libv4l
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-17Package requires GCC runtime.jperkin1-1/+3
2015-03-14wants to link with pthreadstnn1-1/+2
2015-01-18Fix patch to look for <sys/videoio.h> on FreeBSD as well as NetBSD,dholland2-7/+11
OpenBSD, Dragonfly, and Solaris. Also, for platforms there isn't a case for, #error instead of including nothing, as there's no chance of the package compiling anyway and this makes it easier to work out what happened. PR 49541.
2013-06-24Fixes for SunOS 64-bit where open/mmap are redefined to *64 versions.jperkin3-7/+69
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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.