motion-3.2.12 does not work with bktr

Matt Dawson matt at chronos.org.uk
Thu Oct 18 15:14:14 UTC 2012


On Thu, 18 Oct 2012 12:00:01 +0000
Cpet Services <cpetservice at gmail.com> wrote:

> Going to need a little more info that the info provided. Also the
> issue mentioned sounds like a perm issue rather an issue with motion.

It isn't. It is counter-intuitive but to have bktr/meteor code work
for local sources one has to let the V4L code compile or it won't work
at all, even with the BKTR option enabled. In the Makefile, remove the
line CFLAGS+= -DWITHOUT_V4L, to make the PWCBSD conditional look like
this:

.if ${PORT_OPTIONS:MPWCBSD}
BUILD_DEPENDS+=
v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat
RUN_DEPENDS+=   /boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd
CONFIGURE_ARGS+=--with-pwcbsd
.else
CONFIGURE_ARGS+=--without-pwcbsd
.endif

The port as it stands is useless for bktr without the Makefile hack.
-- 
Matt Dawson
MTD15-RIPE
GW0VNR


More information about the freebsd-multimedia mailing list