git: 0cbe6be0c652 - main - multimedia/obs-studio: enable PIPEWIRE by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jan 2023 23:03:49 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0cbe6be0c652250c93d9a6dc294ddc3623724e07
commit 0cbe6be0c652250c93d9a6dc294ddc3623724e07
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-01-01 06:29:01 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-01-01 23:02:47 +0000
multimedia/obs-studio: enable PIPEWIRE by default
Mainly for Plasma/Wayland and to avoid regressing pkg-plist on updates.
PR: 268690
Approved by: yuri (maintainer)
---
multimedia/obs-studio/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index a588a45757ba..17bd82cb4c54 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -1,6 +1,6 @@
PORTNAME= obs-studio
DISTVERSION= 28.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -81,7 +81,7 @@ CMAKE_ARGS= -DOBS_VERSION_OVERRIDE:STRING="${PORTVERSION}" \
LDFLAGS+= -fPIC # pending https://github.com/obsproject/obs-studio/issues/3436
OPTIONS_DEFINE= BROWSER PIPEWIRE VLC VST
-OPTIONS_DEFAULT= VLC VST
+OPTIONS_DEFAULT= PIPEWIRE VLC VST
OPTIONS_MULTI= AUDIO
OPTIONS_MULTI_AUDIO= JACK PULSEAUDIO SNDIO
OPTIONS_DEFAULT+= ${OPTIONS_MULTI_AUDIO}