git: 629aa01a594e - main - multimedia/gstreamer1-plugins-dts: Fix build in dirty environments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 23:24:47 UTC
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=629aa01a594ed009dce58d3b2ad75b0967bcec48 commit 629aa01a594ed009dce58d3b2ad75b0967bcec48 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2022-11-01 23:19:40 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-11-01 23:24:41 +0000 multimedia/gstreamer1-plugins-dts: Fix build in dirty environments This should fix the build in the presence of devel/libgusb and multimedia/v4l_compat as per discussion in the bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267132 PR: 267132 Reported by: russo@bogodyn.org --- multimedia/gstreamer1-plugins-dts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/gstreamer1-plugins-dts/Makefile b/multimedia/gstreamer1-plugins-dts/Makefile index eec99eb14858..a5809ef8af99 100644 --- a/multimedia/gstreamer1-plugins-dts/Makefile +++ b/multimedia/gstreamer1-plugins-dts/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer dts audio decode plugin @@ -14,4 +14,4 @@ LIB_DEPENDS= libdca.so:multimedia/libdca .include "${MASTERDIR}/Makefile" -MESON_ARGS+= -Dgpl=enabled +MESON_ARGS+= -Dgpl=enabled -Dv4l2codecs=disabled -Dsvthevcenc=disabled