Date: Tue, 6 Apr 2021 16:24:44 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: 7e7b3a33fb09 - main - multimedia/simplescreenrecorder: Fix build dependency - move v4l dep under V4L option Message-ID: <202104061624.136GOiKX058739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e7b3a33fb098820aeb04f5ad8c5ec98bffa251d commit 7e7b3a33fb098820aeb04f5ad8c5ec98bffa251d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-06 16:24:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-06 16:24:30 +0000 multimedia/simplescreenrecorder: Fix build dependency - move v4l dep under V4L option --- multimedia/simplescreenrecorder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/simplescreenrecorder/Makefile b/multimedia/simplescreenrecorder/Makefile index 687d8aff29af..a7a461f04058 100644 --- a/multimedia/simplescreenrecorder/Makefile +++ b/multimedia/simplescreenrecorder/Makefile @@ -10,7 +10,6 @@ COMMENT= Screen video recorder LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat LIB_DEPENDS= libavformat.so:multimedia/ffmpeg USES= cmake compiler:c++11-lang pkgconfig qt:5 xorg @@ -41,6 +40,7 @@ JACK_CMAKE_BOOL= WITH_JACK JACK_LIB_DEPENDS= libjack.so:audio/jack V4L_CMAKE_BOOL= WITH_V4L2 +V4L_BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l post-install: # https://github.com/MaartenBaert/ssr/issues/609
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061624.136GOiKX058739>