Skip to content

Commit

Permalink
audio/shortwave: depend on pulseaudio by default
Browse files Browse the repository at this point in the history
According to upstream: "Shortwave requires pulseaudio or pipewire
running. Everything else is not supported." complicated by

https://gitlab.gnome.org/World/Shortwave/-/commit/f38f79b8f3eb
  • Loading branch information
jbeich committed Sep 1, 2021
1 parent 04ea9da commit 9ec30cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 6 additions & 1 deletion audio/shortwave/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= shortwave
DISTVERSION= 2.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio

MAINTAINER= jbeich@FreeBSD.org
Expand Down Expand Up @@ -305,6 +305,11 @@ CARGO_BUILD= no
CARGO_INSTALL= no
CARGO_TEST= no

OPTIONS_DEFINE= PULSEAUDIO
OPTIONS_DEFAULT=PULSEAUDIO

PULSEAUDIO_USE= GSTREAMER1=pulse

pre-patch:
# Chase gtk-rs -> gtk3-rs rename for USES=cargo patching
@${GREP} --include='*/Cargo.toml' -lr 'git.*gtk-rs' ${WRKDIR} | ${XARGS} ${REINPLACE_CMD} \
Expand Down
9 changes: 0 additions & 9 deletions audio/shortwave/pkg-message

This file was deleted.

0 comments on commit 9ec30cd

Please sign in to comment.