Date: Sat, 07 Feb 2026 15:57:02 +0000 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: 0799c78f773b - main - multimedia/obs-studio: Add workaround for the crash due to the Qt6 problem Message-ID: <698760ce.47a7f.ec239b3@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=0799c78f773b6a6bec7c3f8f45e7f16ca3f6ab4d commit 0799c78f773b6a6bec7c3f8f45e7f16ca3f6ab4d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-02-07 15:53:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-02-07 15:57:00 +0000 multimedia/obs-studio: Add workaround for the crash due to the Qt6 problem --- multimedia/obs-studio/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 9383ea105879..0230659db1c8 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -1,5 +1,6 @@ PORTNAME= obs-studio DISTVERSION= 32.0.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://github.com/obsproject/obs-studio/releases/download/${DISTVERSION}/ DISTFILES= OBS-Studio-${DISTVERSION}-Sources${EXTRACT_SUFX} @@ -75,6 +76,8 @@ LDFLAGS+= -fPIC # pending https://github.com/obsproject/obs-studio/issues/3436 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-sources +WITH_DEBUG= yes # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292376#c6 + OPTIONS_DEFINE= BROWSER PIPEWIRE VLC VST WAYLAND OPTIONS_DEFAULT= PIPEWIRE VLC VST WAYLAND OPTIONS_MULTI= AUDIOhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698760ce.47a7f.ec239b3>
