Hi Marc.

        I'm tring to use opencv with USB camera.  So I hope to support
        Video for Linux compat to opencv.  May I commit following patch?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/opencv/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    7 Oct 2007 17:46:15 -0000       1.6
+++ Makefile    15 Dec 2007 05:39:13 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=      opencv
 PORTVERSION=   1.0.0
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    opencvlibrary
@@ -16,6 +16,8 @@
 MAINTAINER=    [EMAIL PROTECTED]
 COMMENT=       Open Source Computer Vision Library from Intel
 
+BUILD_DEPENDS= 
${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat
+
 CFLAGS+=       -I${LOCALBASE}/include/OpenEXR
 CPPFLAGS+=     -I${LOCALBASE}/include -I${LOCALBASE}/include/OpenEXR
 LDFLAGS+=      -L${LOCALBASE}/lib
@@ -24,7 +26,7 @@
 USE_LDCONFIG=  yes
 GNU_CONFIGURE= yes
 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS=        --without-v4l --without-quicktime --without-carbon \
+CONFIGURE_ARGS=        --with-v4l --without-quicktime --without-carbon \
                                --without-1394libs \
                                --without-swig # I don't know anything about 
swig ...
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to