diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2025-07-24 12:15:04 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-08-08 10:02:23 +0000 |
| commit | 518942b777b7d749dca75d9f764dadffbbcd6499 (patch) | |
| tree | b78f3121b796a8a3745d4b68695758c12d32c43b | |
| parent | 77ed1d00dc81346e5af44a5b1d8b930c0773dffd (diff) | |
audio/plasma6-plasma-pa: fix sound testing and volume feedback sounds
PR: 288192
Reported by: thierry@
(cherry picked from commit b34f8d47812ae275140ee2f7d1a871ef128bb69b)
| -rw-r--r-- | audio/plasma6-plasma-pa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/plasma6-plasma-pa/Makefile b/audio/plasma6-plasma-pa/Makefile index 9c82747b2dcb..0583338795cc 100644 --- a/audio/plasma6-plasma-pa/Makefile +++ b/audio/plasma6-plasma-pa/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-pa DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -8,7 +9,8 @@ COMMENT= Plasma applet for audio volume management using PulseAudio LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libpulse.so:audio/pulseaudio \ libKF6PulseAudioQt.so:audio/pulseaudio-qt -RUN_DEPENDS= ${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme +RUN_DEPENDS= ${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme \ + libcanberra-pulse>0:audio/libcanberra-pulse USES= cmake compiler:c++17-lang gettext gl gnome kde:6 pkgconfig \ qt:6 tar:xz |
