diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-06 02:47:23 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-06 02:47:23 +0000 |
commit | 3ff89862cdcf3f45ea881b298c9c1c74649997c1 (patch) | |
tree | ac6446716f649803ad6a7f33c160fb39927cae18 /audio | |
parent | 40e012915e18056e0205d36405a7c0b85932f2f9 (diff) | |
download | ports-3ff89862cdcf3f45ea881b298c9c1c74649997c1.tar.gz ports-3ff89862cdcf3f45ea881b298c9c1c74649997c1.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/paman/Makefile | 25 | ||||
-rw-r--r-- | audio/paman/distinfo | 3 | ||||
-rw-r--r-- | audio/paman/pkg-descr | 4 | ||||
-rw-r--r-- | audio/paman/pkg-plist | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 00da5a564b56..ea570fe4246f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -498,6 +498,7 @@ SUBDIR += p5-xmms2 SUBDIR += pacpl SUBDIR += padevchooser + SUBDIR += paman SUBDIR += paprefs SUBDIR += pavucontrol SUBDIR += pavumeter diff --git a/audio/paman/Makefile b/audio/paman/Makefile new file mode 100644 index 000000000000..950f31a17008 --- /dev/null +++ b/audio/paman/Makefile @@ -0,0 +1,25 @@ +# Ports collection Makefile for: paman +# Date created: 2008-01-15 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= paman +PORTVERSION= 0.9.4 +CATEGORIES= audio +MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ + +MAINTAINER= romain@blogreen.org +COMMENT= Gtk frontend for PulseAudio + +LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ + pulse.0:${PORTSDIR}/audio/pulseaudio + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack + +CONFIGURE_ARGS= --disable-lynx + +.include <bsd.port.mk> diff --git a/audio/paman/distinfo b/audio/paman/distinfo new file mode 100644 index 000000000000..b9e1330c9fe4 --- /dev/null +++ b/audio/paman/distinfo @@ -0,0 +1,3 @@ +MD5 (paman-0.9.4.tar.gz) = 4a77b129b0de8d261f2794ce3db518cc +SHA256 (paman-0.9.4.tar.gz) = 9034087c4dd6caa19f6b59ba3b80c377b9dbff395fc1f94f890f2ba1173a5041 +SIZE (paman-0.9.4.tar.gz) = 116757 diff --git a/audio/paman/pkg-descr b/audio/paman/pkg-descr new file mode 100644 index 000000000000..1037a2ea04e0 --- /dev/null +++ b/audio/paman/pkg-descr @@ -0,0 +1,4 @@ +PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound +server. + +WWW: http://0pointer.de/lennart/projects/paman/ diff --git a/audio/paman/pkg-plist b/audio/paman/pkg-plist new file mode 100644 index 000000000000..b6e932704bd0 --- /dev/null +++ b/audio/paman/pkg-plist @@ -0,0 +1,5 @@ +bin/paman +share/applications/paman.desktop +%%DATADIR%%/paman.glade +@dirrm %%DATADIR%% +@dirrmtry share/applications |