Skip to content

Commit

Permalink
multimedia/pipewire: unbreak screen capture in Firefox after 884bedb
Browse files Browse the repository at this point in the history
REINPLACE_CMD was accidentally removed instead of adjusting after
https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/71ee6ec669cb
  • Loading branch information
jbeich committed Sep 23, 2021
1 parent e6d30d6 commit 97e63d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multimedia/pipewire/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pipewire
DISTVERSION= 0.3.36
PORTREVISION= 1
CATEGORIES= multimedia

MAINTAINER= arrowd@FreeBSD.org
Expand Down Expand Up @@ -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>

0 comments on commit 97e63d1

Please sign in to comment.