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
This commit is contained in:
Alexey Dokuchaev 2023-10-31 10:54:38 +00:00
commit 6274d12cb8

View file

@ -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

28
audio/pa-applet/Makefile Normal file
View file

@ -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>

3
audio/pa-applet/distinfo Normal file
View file

@ -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

View file

@ -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.