Skip to content

Commit

Permalink
graphics/opencv: Add missing dependencies
Browse files Browse the repository at this point in the history
PR:		256982
  • Loading branch information
Philipp Ost authored and yurivict committed Dec 28, 2023
1 parent 8a319aa commit f4670bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions graphics/opencv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= opencv
DISTVERSION= 4.6.0
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES= graphics

PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
Expand Down Expand Up @@ -122,7 +122,7 @@ TESSERACT_CMAKE_BOOL= WITH_TESSERACT

# GUI group options (GTK3 VTK)
GTK3_USES= gnome
GTK3_USE= gnome=gtk30
GTK3_USE= gnome=gtk30,cairo,gdkpixbuf2
GTK3_CMAKE_BOOL= WITH_GTK

VTK_DESC= Include VTK library support (build opencv_viz module)
Expand Down Expand Up @@ -166,6 +166,7 @@ FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
GSTREAMER_DESC= Add GSTREAMER Support
GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER
GSTREAMER_USES= gstreamer
GSTREAMER_USE= gnome=glib20

V4L_DESC= Enable support for Video for Linux
V4L_CMAKE_BOOL= WITH_V4L WITH_LIBV4L
Expand Down

0 comments on commit f4670bc

Please sign in to comment.