multimedia/pipewire: unbreak screen capture in Firefox after 884bedb1ff

REINPLACE_CMD was accidentally removed instead of adjusting after
https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/71ee6ec669cb
This commit is contained in:
Jan Beich 2021-09-23 19:08:33 +00:00
parent e6d30d6533
commit 97e63d1b54

View file

@ -1,5 +1,6 @@
PORTNAME= pipewire
DISTVERSION= 0.3.36
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= arrowd@FreeBSD.org
@ -61,5 +62,8 @@ post-patch-MEDIASESSION-on:
# alsa-seq is not supported & causes SIGSEGV with media session
@${REINPLACE_CMD} 's| alsa-seq|\ #alsa-seq|g' \
${WRKSRC}/src/daemon/media-session.d/media-session.conf
# start media session by default
@${REINPLACE_CMD} '/manager_args/ s/@sm_comment@//g' \
${WRKSRC}/src/daemon/pipewire.conf.in
.include <bsd.port.mk>