diff options
author | nork <nork@FreeBSD.org> | 2007-12-22 23:16:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2007-12-22 23:16:31 +0800 |
commit | bbe32e311f9d5771e4bf6f76da7fa10125014190 (patch) | |
tree | 1e45d6921d1cbd5633f507828350d85bbd23b3cf /graphics/opencv/Makefile | |
parent | 3c23c4f1c4ff76b1fcfc5873e604b761baf805a4 (diff) | |
download | freebsd-ports-graphics-bbe32e311f9d5771e4bf6f76da7fa10125014190.tar.gz freebsd-ports-graphics-bbe32e311f9d5771e4bf6f76da7fa10125014190.tar.zst freebsd-ports-graphics-bbe32e311f9d5771e4bf6f76da7fa10125014190.zip |
Enable V4L (Video for Linux) compatible to use USB Camera.
Approved by: maintainer timeout (1 week)
Diffstat (limited to 'graphics/opencv/Makefile')
-rw-r--r-- | graphics/opencv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 0da00ec76c2..eaede051b12 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -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 @@ MASTER_SITE_SUBDIR= opencvlibrary MAINTAINER= msabramo@yahoo.com 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_GMAKE= yes 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} |