summaryrefslogtreecommitdiff
path: root/meta-pkgs/pulseaudio-tools
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-12-29 16:02:44 +0000
committerahoka <ahoka@pkgsrc.org>2008-12-29 16:02:44 +0000
commit6bdb8a1c566fb151debb0b922271f5bceaff7fa5 (patch)
tree608c3f501e655fe23fe88d8f030360fe3a33254e /meta-pkgs/pulseaudio-tools
parente31f5a07645283cbb0e379fb0006cff676c1496a (diff)
downloadpkgsrc-6bdb8a1c566fb151debb0b922271f5bceaff7fa5.tar.gz
Import pulsaudio-tools-0.9 as meta-pkgs/pulseaudio-tools.
PulseAudio is a sound server for POSIX and Win32 systems. A sound server is basically a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server. This meta package provides the applications for managing PulseAudio.
Diffstat (limited to 'meta-pkgs/pulseaudio-tools')
-rw-r--r--meta-pkgs/pulseaudio-tools/DESCR8
-rw-r--r--meta-pkgs/pulseaudio-tools/Makefile21
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-pkgs/pulseaudio-tools/DESCR b/meta-pkgs/pulseaudio-tools/DESCR
new file mode 100644
index 00000000000..a651248cef1
--- /dev/null
+++ b/meta-pkgs/pulseaudio-tools/DESCR
@@ -0,0 +1,8 @@
+PulseAudio is a sound server for POSIX and Win32 systems. A sound server is
+basically a proxy for your sound applications. It allows you to do advanced
+operations on your sound data as it passes between your application and your
+hardware. Things like transferring the audio to a different machine, changing
+the sample format or channel count and mixing several sounds into one are
+easily achieved using a sound server.
+
+This meta package provides the applications for managing PulseAudio.
diff --git a/meta-pkgs/pulseaudio-tools/Makefile b/meta-pkgs/pulseaudio-tools/Makefile
new file mode 100644
index 00000000000..dbcda69652f
--- /dev/null
+++ b/meta-pkgs/pulseaudio-tools/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/29 16:02:44 ahoka Exp $
+#
+
+DISTNAME= pulsaudio-tools-0.9
+CATEGORIES= meta-pkgs audio
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.pulseaudio.org/
+COMMENT= Management tools for PulseAudio
+
+DEPENDS+= paman-[0-9]*:../../audio/paman
+DEPENDS+= paprefs-[0-9]*:../../audio/paprefs
+DEPENDS+= padevchooser-[0-9]*:../../audio/padevchooser
+DEPENDS+= pavucontrol-[0-9]*:../../audio/pavucontrol
+DEPENDS+= pavumeter-[0-9]*:../../audio/pavumeter
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"