- Fix disabling esound
- Add jack option and fix packing list when jack is installed
- Fix packing list by disabling v4l (in case multimedia/v4l_compat is
installed)
- Fix shlib version by using ltverhack
PR: ports/108564
Submitted by: jylefort
Approved by: maintainer timeout (16 days)
- 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.
Google Video websites. It supports embedded video extraction, and can
be used with ffmpeg to re-encode the extracted videos to different
video formats (avi, mpeg, flv).
WWW: https://gna.org/projects/clive
Approved by: alexbl (mentor, implicit)
- Unbreak and unset EXPIRATION_DATE
- Use OPTIONS (and no longer autodetect optional dependencies)
- Remove irrelevant patches (have been included in mainstream version)
Submitted by: Olivier Rolland <billl@users.sourceforge.net> (author)
driver 'ov511' (from the linux sources) built on FreeBSD using
devel/linux-kmod-compat. The driver supports some ov511 based
webcams.
THIS IS EXPERIMENTAL CODE, TRY IT AT YOUR OWN RISK.
This is only for 6.x/7.x and at the moment only for i386.
Most bugs and limitations are due to linux-kmod-compat rather than
this port itself, so upgrading linux-kmod-compat (and rebuilding
this port) will most likely improve functionality and remove some bugs.
As usual if some of the port gurus wants to help fixing any mistakes
that i may have made in the port (or missing things, e.g. a suitable
warning message when the port is installed), i will be very grateful
(and can spend more time working on the emulation code).
In particular, i could not find a good site (ftp or web) to fetch
individual linux source files from, so i copied them on my web server
and used it as MASTER_SITE. This should be fixed though.
driver 'gspca' (from http://mxhaard.free.fr/index.html) built on
FreeBSD using devel/linux-kmod-compat . The driver supports a very large
number of webcams.
However, THIS IS EXPERIMENTAL CODE, TRY IT AT YOUR OWN RISK.
This is only for 6.x/7.x and at the moment only for i386.
Most bugs and limitations are due to linux-kmod-compat rather than
this port itself, so upgrading linux-kmod-compat (and rebuilding
this port) will most likely improve functionality and remove some bugs.
As usual if some of the port gurus wants to help fixing any mistakes
that i may have made in the port (or missing things, e.g. a suitable
warning message when the port is installed), i will be very grateful
(and can spend more time working on the emulation code).
- Fix OPTIONS to match test [1]
PR: ports/108535
ports/108531 [1]
Submitted by: ahze [1]
Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by: maintainer [1]