Date: Mon, 12 Feb 2007 17:26:57 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/vic Makefile ports/mbone/vic/files patch-Makefile.in patch-configure.in patch-video-grabber-video4linux.cpp Message-ID: <200702121726.l1CHQvF5063832@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2007-02-12 17:26:57 UTC FreeBSD ports repository Modified files: mbone/vic Makefile mbone/vic/files patch-Makefile.in patch-configure.in Added files: mbone/vic/files patch-video-grabber-video4linux.cpp Log: Add support for video4linux devices by: - adding a build dependency on v4l_compat; - fixing the paths to locate videodev.h in configure.in, and disabling the (incorrect) check for V4L2; - correct the paths in grabber-video4linux.cpp, and also add support for the read() method in addition to mmap. On the mailing list there was a suggestion to remove the hardwired path in favour of a variable ( %%LOCALBASE%% or so) based one. But this configure.in is full of hardwired paths, so fixing one doesn't help at all, and the full fix would take more time and knowledge that i have. Revision Changes Path 1.37 +2 -0 ports/mbone/vic/Makefile 1.4 +17 -8 ports/mbone/vic/files/patch-Makefile.in 1.4 +18 -8 ports/mbone/vic/files/patch-configure.in 1.1 +60 -0 ports/mbone/vic/files/patch-video-grabber-video4linux.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702121726.l1CHQvF5063832>