diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-08 01:40:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-08 01:40:20 +0000 |
commit | 9ce5f7fa54c5a6869459747caa6ddeb5cde9a547 (patch) | |
tree | 2e8ea7e8360910a164b8c6fb4b4b3e79b1dcc7d7 /audio/wmmixer | |
parent | 48cfa30c5c4fe0127f72e9815f57d97ab83f34cc (diff) | |
download | pkgsrc-9ce5f7fa54c5a6869459747caa6ddeb5cde9a547.tar.gz |
Initial import of wmmixer, a dockable mixer for WindowMaker.
Provided by Peter Reich in pkg/11912.
Diffstat (limited to 'audio/wmmixer')
-rw-r--r-- | audio/wmmixer/Makefile | 21 | ||||
-rw-r--r-- | audio/wmmixer/files/md5 | 3 | ||||
-rw-r--r-- | audio/wmmixer/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/wmmixer/pkg/DESCR | 10 | ||||
-rw-r--r-- | audio/wmmixer/pkg/PLIST | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile new file mode 100644 index 00000000000..2266aa439f9 --- /dev/null +++ b/audio/wmmixer/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/08 01:40:20 wiz Exp $ +# + +DISTNAME= wmmixer-1.0-beta1 +PKGNAME= wmmixer-1.0 +CATEGORIES= audio +MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pr@alles.prima.de +HOMEPAGE= http://www.geocities.com/SiliconValley/Vista/2471/ + +WRKSRC= ${WRKDIR}/wmmixer + +USE_IMAKE= YES +NO_INSTALL_MANPAGES= YES + +pre-build: + ${TOUCH} ${WRKSRC}/wmmixer.man + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/wmmixer/files/md5 b/audio/wmmixer/files/md5 new file mode 100644 index 00000000000..da44a73dc43 --- /dev/null +++ b/audio/wmmixer/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/08 01:40:20 wiz Exp $ + +MD5 (wmmixer-1.0-beta1.tgz) = 40e876f9de228919a9cef252f7c171a5 diff --git a/audio/wmmixer/pkg/COMMENT b/audio/wmmixer/pkg/COMMENT new file mode 100644 index 00000000000..ca5dccf62e2 --- /dev/null +++ b/audio/wmmixer/pkg/COMMENT @@ -0,0 +1 @@ +mixer designed for WindowMaker (dockapp) diff --git a/audio/wmmixer/pkg/DESCR b/audio/wmmixer/pkg/DESCR new file mode 100644 index 00000000000..9a3ec3a3b6e --- /dev/null +++ b/audio/wmmixer/pkg/DESCR @@ -0,0 +1,10 @@ +You can access all the channels on your soundcard's mixer with wmmixer. Most +common channels are identified with an appropriate icon. +Controls include a stereo (mono where appropriate) volume control and a +recording source toggle button. + +Press the "<" and ">" arrow buttons to select a channel. +The icon identifies the current channel (a volume symbol with a question mark +represents an unrecognised channel). +Click and/or drag the volume display to set channel volume. +There is a also a button to set recording sources. diff --git a/audio/wmmixer/pkg/PLIST b/audio/wmmixer/pkg/PLIST new file mode 100644 index 00000000000..f810ce2f6b2 --- /dev/null +++ b/audio/wmmixer/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/08 01:40:20 wiz Exp $ +bin/wmmixer |