diff options
-rw-r--r-- | audio/paman/DESCR | 6 | ||||
-rw-r--r-- | audio/paman/Makefile | 22 | ||||
-rw-r--r-- | audio/paman/PLIST | 6 | ||||
-rw-r--r-- | audio/paman/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/audio/paman/DESCR b/audio/paman/DESCR new file mode 100644 index 00000000000..eccd82dafd0 --- /dev/null +++ b/audio/paman/DESCR @@ -0,0 +1,6 @@ +PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound +server. + +With the current version of paman you may browser most of PulseAudio's +internals. There is support for changing volume of sinks and sink outputs. +You're able to play samples from the sample cache. diff --git a/audio/paman/Makefile b/audio/paman/Makefile new file mode 100644 index 00000000000..cf910fde396 --- /dev/null +++ b/audio/paman/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 01:09:24 jmcneill Exp $ +# + +DISTNAME= paman-0.9.4 +CATEGORIES= audio +MASTER_SITES= http://0pointer.de/lennart/projects/paman/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://0pointer.de/lennart/projects/paman/ +COMMENT= GTK frontend for the PulseAudio sound server + +GNU_CONFIGURE= yes +USE_DIRS= gnome2-1.5 +USE_TOOLS+= pkg-config gmake +USE_LANGUAGES= c++ + +CONFIGURE_ARGS+= --disable-lynx + +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../devel/glibmm/buildlink3.mk" +.include "../../devel/libglademm/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/paman/PLIST b/audio/paman/PLIST new file mode 100644 index 00000000000..1cdd6215561 --- /dev/null +++ b/audio/paman/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/19 01:09:24 jmcneill Exp $ +bin/paman +share/applications/paman.desktop +share/paman/paman.glade +@dirrm share/paman +@comment in xdg-dirs: @dirrm share/applications diff --git a/audio/paman/distinfo b/audio/paman/distinfo new file mode 100644 index 00000000000..66ed5126b9f --- /dev/null +++ b/audio/paman/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/19 01:09:24 jmcneill Exp $ + +SHA1 (paman-0.9.4.tar.gz) = d51d390a00222a51580c23c3d26547689b6d767b +RMD160 (paman-0.9.4.tar.gz) = e15cacd2724014976e89ef622976577818d481c1 +Size (paman-0.9.4.tar.gz) = 116757 bytes |