Commit graph

27 commits

Author SHA1 Message Date
rjs
956a2844c3 Change MAINTAINER to a valid address. 2018-08-05 10:54:58 +00:00
jperkin
74ad58eb73 libv4l: Need compiler.mk for CC_VERSION tests. 2018-05-15 16:28:59 +00:00
jperkin
36a4fafe05 libv4l: Support newer GCC and clang on SunOS. 2018-02-01 10:19:25 +00:00
wiz
bbc927bd50 libv4l: comment out dead sites 2017-11-06 13:39:17 +00:00
richard
67cfd9cb5a Add symlink back after fixing videodev.h to include/linux (thanks wiz@)
Also fix typo in SYS_open check and use _XOPEN_SOURCE=500 for SunOS
in order to get prototype for things like snprintf().
2016-09-09 21:07:23 +00:00
richard
4db36917d3 Add license and fix Linux build to use SYS_openat syscall when SYS_open
isn't available.

Also, videodev.h is expected in include/linux to build.

Upgrade to more current version next time around.
2016-09-08 15:43:12 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
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-11-03 21:33:50 +00:00
jperkin
839510d806 Package requires GCC runtime. 2015-03-17 13:55:40 +00:00
tnn
37bcbd2423 wants to link with pthreads 2015-03-14 22:05:28 +00:00
dholland
562a7fd244 Fix patch to look for <sys/videoio.h> on FreeBSD as well as NetBSD,
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.
2015-01-18 05:57:25 +00:00
jperkin
a7f82a4c6a Fixes for SunOS 64-bit where open/mmap are redefined to *64 versions. 2013-06-24 15:57:21 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
hans
82c189a700 Fix build on NetBSD. 2012-04-18 21:16:43 +00:00
hans
f4553a13f0 Include sys/ioccom.h in libv4l1.h on SunOS. 2012-04-18 18:25:22 +00:00
hans
6a9b538d9b Make this build on SunOS 5.11. 2012-04-18 17:47:22 +00:00
obache
21ba981280 better and one more fix for mode_t of va_arg. 2011-01-07 15:20:45 +00:00
obache
e468bbf62d Fixes to build on DragonFly, contains bug fixes for sizeof(mode_t) != sizeof(int) 2010-12-27 04:58:10 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-20 19:23:50 +00:00
jmcneill
deef7569e9 to tech-multimedia 2009-03-18 13:29:07 +00:00
obache
8de03eb83e Changes the path to put videodev.h. Fixes PR 40394.
And changes the path for such a purpose to ${BUILDLINK_DIR}/include.
2009-01-14 11:27:34 +00:00
jmcneill
d4721d091f Add libv4l1 compatibility support, bump PKGREVISION. 2009-01-10 21:04:22 +00:00
joerg
26bb28fb63 Allow building libv4l on older NetBSD systems by providing videoio.h.
Don't override user CFLAGS.
Bump revision.
2008-09-17 14:04:54 +00:00
jmcneill
a35a86bfca 64-bit fixes for libv4l2, properly pass rpath for libv4lconvert, and
pass the correct number of args to mmap in at least one case.
2008-09-13 17:59:27 +00:00
jmcneill
db77f9ce86 Add RCSID tags. 2008-09-08 19:10:20 +00:00
jmcneill
d54ba6e023 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 seperate code for different devices in the same class.
2008-09-08 19:07:41 +00:00