From: jmcneill Date: Sat, 20 Dec 2008 18:35:30 +0000 (+0000) Subject: Import padevchooser version 0.9.3. X-Git-Url: https://gitweb.dragonflybsd.org/pkgsrc.git/commitdiff_plain/5328350087e6ed91837db7517426c8d76e27ef2f Import padevchooser version 0.9.3. 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 --- diff --git a/audio/padevchooser/DESCR b/audio/padevchooser/DESCR new file mode 100644 index 000000000000..ba922ead91d7 --- /dev/null +++ b/audio/padevchooser/DESCR @@ -0,0 +1,9 @@ +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 diff --git a/audio/padevchooser/Makefile b/audio/padevchooser/Makefile new file mode 100644 index 000000000000..d988a4c1aaab --- /dev/null +++ b/audio/padevchooser/Makefile @@ -0,0 +1,25 @@ +# $NetBSD$ +# + +DISTNAME= padevchooser-0.9.3 +CATEGORIES= audio +MASTER_SITES= http://0pointer.de/lennart/projects/padevchooser/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://0pointer.de/lennart/projects/padevchooser/ +COMMENT= Tray area icon for the PulseAudio sound server + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_TOOLS= pkg-config gmake +USE_LIBTOOL= yes +USE_DIRS+= gnome2-1.5 + +CONFIGURE_ARGS+= --disable-lynx + +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../devel/GConf/buildlink3.mk" +.include "../../devel/libglade/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/padevchooser/PLIST b/audio/padevchooser/PLIST new file mode 100644 index 000000000000..ef564b2ef3b9 --- /dev/null +++ b/audio/padevchooser/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD$ +bin/padevchooser +share/applications/padevchooser.desktop +share/padevchooser/padevchooser.glade +@dirrm share/padevchooser +@comment in xdg-dirs: @dirrm share/applications diff --git a/audio/padevchooser/distinfo b/audio/padevchooser/distinfo new file mode 100644 index 000000000000..d853723c5289 --- /dev/null +++ b/audio/padevchooser/distinfo @@ -0,0 +1,5 @@ +$NetBSD$ + +SHA1 (padevchooser-0.9.3.tar.gz) = 5a611c0e8a1f139c56ca696b8fd8dd7a65b77ba7 +RMD160 (padevchooser-0.9.3.tar.gz) = 17f19743b43169feb823d90ade6030499fedbf6a +Size (padevchooser-0.9.3.tar.gz) = 100152 bytes