pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/pulseaudio-tools Import pulsaudio-tools-0.9 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16cd4c6f3081
branches:  trunk
changeset: 552139:16cd4c6f3081
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Dec 29 16:02:44 2008 +0000

description:
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:

 meta-pkgs/pulseaudio-tools/DESCR    |   8 ++++++++
 meta-pkgs/pulseaudio-tools/Makefile |  21 +++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r c4c6e095515b -r 16cd4c6f3081 meta-pkgs/pulseaudio-tools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/pulseaudio-tools/DESCR  Mon Dec 29 16:02:44 2008 +0000
@@ -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 -r c4c6e095515b -r 16cd4c6f3081 meta-pkgs/pulseaudio-tools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/pulseaudio-tools/Makefile       Mon Dec 29 16:02:44 2008 +0000
@@ -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@localhost
+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"



Home | Main Index | Thread Index | Old Index