Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 04:29:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f4670bcfacde - main - graphics/opencv: Add missing dependencies
Message-ID:  <202312280429.3BS4T1uN080106@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4670bcfacde62f733b033e30eaa0a16f621cde6

commit f4670bcfacde62f733b033e30eaa0a16f621cde6
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2023-12-28 04:28:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-28 04:28:59 +0000

    graphics/opencv: Add missing dependencies
    
    PR:             256982
---
 graphics/opencv/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 843dcdc5e64b..92dd1d81cbe6 100644
--- a/graphics/opencv/Makefile
+++ b/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/
@@ -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)
@@ -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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312280429.3BS4T1uN080106>