mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/opencv: Add missing dependencies
PR: 256982
This commit is contained in:
parent
8a319aae67
commit
f4670bcfac
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= opencv
|
PORTNAME= opencv
|
||||||
DISTVERSION= 4.6.0
|
DISTVERSION= 4.6.0
|
||||||
PORTREVISION= 15
|
PORTREVISION= 16
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||||
|
@ -122,7 +122,7 @@ TESSERACT_CMAKE_BOOL= WITH_TESSERACT
|
||||||
|
|
||||||
# GUI group options (GTK3 VTK)
|
# GUI group options (GTK3 VTK)
|
||||||
GTK3_USES= gnome
|
GTK3_USES= gnome
|
||||||
GTK3_USE= gnome=gtk30
|
GTK3_USE= gnome=gtk30,cairo,gdkpixbuf2
|
||||||
GTK3_CMAKE_BOOL= WITH_GTK
|
GTK3_CMAKE_BOOL= WITH_GTK
|
||||||
|
|
||||||
VTK_DESC= Include VTK library support (build opencv_viz module)
|
VTK_DESC= Include VTK library support (build opencv_viz module)
|
||||||
|
@ -166,6 +166,7 @@ FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
|
||||||
GSTREAMER_DESC= Add GSTREAMER Support
|
GSTREAMER_DESC= Add GSTREAMER Support
|
||||||
GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER
|
GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER
|
||||||
GSTREAMER_USES= gstreamer
|
GSTREAMER_USES= gstreamer
|
||||||
|
GSTREAMER_USE= gnome=glib20
|
||||||
|
|
||||||
V4L_DESC= Enable support for Video for Linux
|
V4L_DESC= Enable support for Video for Linux
|
||||||
V4L_CMAKE_BOOL= WITH_V4L WITH_LIBV4L
|
V4L_CMAKE_BOOL= WITH_V4L WITH_LIBV4L
|
||||||
|
|
Loading…
Add table
Reference in a new issue