git: 6274d12cb842 - main - audio/pa-applet: new port had been added (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Oct 2023 10:55:29 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6274d12cb84273cca354d18e741f43aef98e4d61
commit 6274d12cb84273cca354d18e741f43aef98e4d61
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-10-31 10:54:38 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-10-31 10:54:38 +0000
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
---
audio/Makefile | 1 +
audio/pa-applet/Makefile | 28 ++++++++++++++++++++++++++++
audio/pa-applet/distinfo | 3 +++
audio/pa-applet/pkg-descr | 5 +++++
4 files changed, 37 insertions(+)
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.