View | Details | Raw Unified | Return to bug 256982 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/opencv/Makefile (-1 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	opencv
1
PORTNAME=	opencv
2
DISTVERSION=	4.6.0
2
DISTVERSION=	4.6.0
3
PORTREVISION=	1
3
CATEGORIES=	graphics
4
CATEGORIES=	graphics
4
5
5
MAINTAINER=	desktop@FreeBSD.org
6
MAINTAINER=	desktop@FreeBSD.org
Lines 118-124 TESSERACT_CMAKE_BOOL= WITH_TESSERACT Link Here
118
119
119
# GUI group options (GTK3 VTK)
120
# GUI group options (GTK3 VTK)
120
GTK3_USES=		gnome
121
GTK3_USES=		gnome
121
GTK3_USE=		gnome=gtk30
122
GTK3_USE=		gnome=gtk30,cairo,gdkpixbuf2
122
GTK3_CMAKE_BOOL=	WITH_GTK
123
GTK3_CMAKE_BOOL=	WITH_GTK
123
124
124
VTK_DESC=		Include VTK library support (build opencv_viz module)
125
VTK_DESC=		Include VTK library support (build opencv_viz module)
Lines 162-167 FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg Link Here
162
GSTREAMER_DESC=		Add GSTREAMER Support
163
GSTREAMER_DESC=		Add GSTREAMER Support
163
GSTREAMER_CMAKE_BOOL=	WITH_GSTREAMER
164
GSTREAMER_CMAKE_BOOL=	WITH_GSTREAMER
164
GSTREAMER_USES=		gstreamer
165
GSTREAMER_USES=		gstreamer
166
GSTREAMER_USE=		gnome=glib20
165
167
166
V4L_DESC=		Enable support for Video for Linux
168
V4L_DESC=		Enable support for Video for Linux
167
V4L_CMAKE_BOOL=		WITH_V4L WITH_LIBV4L
169
V4L_CMAKE_BOOL=		WITH_V4L WITH_LIBV4L

Return to bug 256982