cvs commit: ports/mbone/vic Makefile ports/mbone/vic/files patch-Makefile.in patch-configure.in patch-video-grabber-video4linux.cpp

Luigi Rizzo luigi at FreeBSD.org
Mon Feb 12 17:26:58 UTC 2007


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)


More information about the cvs-all mailing list