mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers
an icon in the tray area and allows quick access to some features of the PulseAudio sound server. Specifically it can do for you: - Notify about new sink/sources becoming available on the LAN - Quickly change the default PulseAudio sink/source/server assigned to the current X11 display, selecting devices available on the LAN - Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume Meter, PulseAudio Manager, PulseAudio Preferences WWW: http://0pointer.de/lennart/projects/padevchooser/ PR: ports/115315 Submitted by: Romain Tartière <romain at blogreen.org>
This commit is contained in:
parent
10add1dc92
commit
c84d1e3ce5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198184
5 changed files with 47 additions and 0 deletions
|
@ -462,6 +462,7 @@
|
||||||
SUBDIR += p5-tagged
|
SUBDIR += p5-tagged
|
||||||
SUBDIR += p5-xmms2
|
SUBDIR += p5-xmms2
|
||||||
SUBDIR += pacpl
|
SUBDIR += pacpl
|
||||||
|
SUBDIR += padevchooser
|
||||||
SUBDIR += paman
|
SUBDIR += paman
|
||||||
SUBDIR += pd
|
SUBDIR += pd
|
||||||
SUBDIR += pecl-id3
|
SUBDIR += pecl-id3
|
||||||
|
|
27
audio/padevchooser/Makefile
Normal file
27
audio/padevchooser/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Ports collection Makefile for: padevchooser
|
||||||
|
# Date created: July 21, 2007
|
||||||
|
# Whom: Romain Tartière <romain@blogreen.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= padevchooser
|
||||||
|
PORTVERSION= 0.9.3
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
||||||
|
|
||||||
|
MAINTAINER= romain@blogreen.org
|
||||||
|
COMMENT= GTK icon tray for PulseAudio
|
||||||
|
|
||||||
|
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
||||||
|
pulse.0:${PORTSDIR}/audio/pulseaudio \
|
||||||
|
notify.1:${PORTSDIR}/devel/libnotify \
|
||||||
|
avahi-core:${PORTSDIR}/net/avahi
|
||||||
|
RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
CONFIGURE_ARGS= --disable-lynx
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/padevchooser/distinfo
Normal file
3
audio/padevchooser/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (padevchooser-0.9.3.tar.gz) = 6a9b52ad349f3fb3d5a3ccdf85958710
|
||||||
|
SHA256 (padevchooser-0.9.3.tar.gz) = 3238f19ea5a3c54efef31e4f86c712232c92704d68c9d2bbef0339ba9b4cb674
|
||||||
|
SIZE (padevchooser-0.9.3.tar.gz) = 100152
|
11
audio/padevchooser/pkg-descr
Normal file
11
audio/padevchooser/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers
|
||||||
|
an icon in the tray area and allows quick access to some features of the
|
||||||
|
PulseAudio sound server. Specifically it can do for you:
|
||||||
|
|
||||||
|
- Notify about new sink/sources becoming available on the LAN
|
||||||
|
- Quickly change the default PulseAudio sink/source/server assigned to the
|
||||||
|
current X11 display, selecting devices available on the LAN
|
||||||
|
- Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume
|
||||||
|
Meter, PulseAudio Manager, PulseAudio Preferences
|
||||||
|
|
||||||
|
WWW: http://0pointer.de/lennart/projects/padevchooser/
|
5
audio/padevchooser/pkg-plist
Normal file
5
audio/padevchooser/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
bin/padevchooser
|
||||||
|
share/applications/padevchooser.desktop
|
||||||
|
%%DATADIR%%/padevchooser.glade
|
||||||
|
@dirrm %%DATADIR%%
|
||||||
|
@dirrmtry share/applications
|
Loading…
Add table
Reference in a new issue