diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 01:09:24 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 01:09:24 +0000 |
commit | 473118ae4befca4e05f0d70ce95d92aa63a6e500 (patch) | |
tree | ea48f06620695a707ee9892cff36235b9994c938 /audio/paman | |
parent | 769d83ad4e999a5c3adf84d1789576c6ef753648 (diff) | |
download | pkgsrc-473118ae4befca4e05f0d70ce95d92aa63a6e500.tar.gz |
Import paman version 0.9.4.
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.
Diffstat (limited to 'audio/paman')
-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 |