aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-31 10:54:38 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-31 10:54:38 +0000
commit6274d12cb84273cca354d18e741f43aef98e4d61 (patch)
treeacbcd46c92ed2f0a2a73a6acc455f6df5f72e346
parentda5036a1c0173392afd41e34f7564aa7d1f7fe6c (diff)
downloadports-6274d12cb84273cca354d18e741f43aef98e4d61.tar.gz
ports-6274d12cb84273cca354d18e741f43aef98e4d61.zip
audio/pa-applet: new port had been added (+)
Simple GTK-based system tray volume control for PulseAudio. Desktop entry is based on the one from Manjaro package. PR: 255458
-rw-r--r--audio/Makefile1
-rw-r--r--audio/pa-applet/Makefile28
-rw-r--r--audio/pa-applet/distinfo3
-rw-r--r--audio/pa-applet/pkg-descr5
4 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 6feace76ad1f..5e63282b79b7 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -579,6 +579,7 @@
SUBDIR += p5-Test-Corpus-Audio-MPD
SUBDIR += p5-libvorbis
SUBDIR += p5-tagged
+ SUBDIR += pa-applet
SUBDIR += pacpl
SUBDIR += padthv1-lv2
SUBDIR += paman
diff --git a/audio/pa-applet/Makefile b/audio/pa-applet/Makefile
new file mode 100644
index 000000000000..74efd55c7ae0
--- /dev/null
+++ b/audio/pa-applet/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= pa-applet
+PORTVERSION= g20181009
+CATEGORIES= audio
+
+MAINTAINER= glowiak1111@yandex.com
+COMMENT= PulseAudio system tray applet with volume bar
+WWW= https://github.com/fernandotcl/pa-applet
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libpulse.so:audio/pulseaudio \
+ libnotify.so:devel/libnotify
+
+USES= autoreconf gnome pkgconfig
+USE_GNOME= cairo gdkpixbuf2 gtk30
+GNU_CONFIGURE= yes
+USE_GITHUB= yes
+GH_ACCOUNT= fernandotcl
+GH_TAGNAME= 3b4f8b3
+
+DESKTOP_ENTRIES= "PulseAudio Applet" "${COMMENT}" \
+ "audio-volume-high" "${PORTNAME}" \
+ "GNOME;GTK;System;" true
+
+PLIST_FILES= bin/pa-applet man/man1/pa-applet.1.gz
+
+.include <bsd.port.mk>
diff --git a/audio/pa-applet/distinfo b/audio/pa-applet/distinfo
new file mode 100644
index 000000000000..c9ba06556049
--- /dev/null
+++ b/audio/pa-applet/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539080053
+SHA256 (fernandotcl-pa-applet-g20181009-3b4f8b3_GH0.tar.gz) = 32dcd0663cca120cf60d1046443884f854448e7bb71226a416915ae9beb33e11
+SIZE (fernandotcl-pa-applet-g20181009-3b4f8b3_GH0.tar.gz) = 13737
diff --git a/audio/pa-applet/pkg-descr b/audio/pa-applet/pkg-descr
new file mode 100644
index 000000000000..4b9724c3685f
--- /dev/null
+++ b/audio/pa-applet/pkg-descr
@@ -0,0 +1,5 @@
+System tray applet that allows to control some of PulseAudio's features,
+more specifically, the volume level of the default sink, mute or unmute
+it, change active profile of the default sink, which can be useful to tell
+PulseAudio to redirect audio to the HDMI output instead of outputting to
+the built-in speakers in a computer connected to an HDMI device.