[NEW PORT} audio/asmixer Another mixer for afterstep

This is another mixer for the afterstep window manager. It
	is different from asmix(1).

PR:		ports/46708
Submitted by:	Mike Makonnen <mtm@identd.net>
This commit is contained in:
Edwin Groothuis 2003-08-31 22:25:47 +00:00
parent 94af0ec3ed
commit 3770ae0586
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88221
6 changed files with 51 additions and 0 deletions

View File

@ -16,6 +16,7 @@
SUBDIR += arts
SUBDIR += ascd
SUBDIR += asmix
SUBDIR += asmixer
SUBDIR += aube
SUBDIR += audacity
SUBDIR += aumix

29
audio/asmixer/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: asmixer
# Date created: 2 January 2003
# Whom: mtm@identd.net
#
# $FreeBSD$
#
PORTNAME= asmixer
PORTVERSION= 0.5
CATEGORIES= audio afterstep
MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \
http://www.tigr.net/afterstep/download/asmixer/
MASTER_SITE_SUBDIR= apps/asmixer
MAINTAINER= mtm@identd.net
COMMENT= A mixer control for X, and specifically the AfterStep Window Manager
MAN1= ${PORTNAME}.1x
USE_X_PREFIX= yes
USE_XPM= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
${MAN1PREFIX}/man/man1/${PORTNAME}.1x
.include <bsd.port.mk>

1
audio/asmixer/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (asmixer-0.5.tar.gz) = 53b06afb220d7ffc113139fd4bfbb4b9

View File

@ -0,0 +1,12 @@
--- asmixer.c.orig Sun Aug 31 15:23:26 2003
+++ asmixer.c Sun Aug 31 15:24:45 2003
@@ -31,8 +31,8 @@
#include <unistd.h>
#ifdef __FreeBSD__
-#include <sys/syslimits.h>
#include <sys/param.h>
+#include <sys/soundcard.h>
#endif
#include <sys/mount.h>

7
audio/asmixer/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
The asmixer utility is a mixer control for the X Windows environment. It
is designed to work with the AfterStep Window Manager, but it will
work with Window Maker or most any other Window Manager. It has
controls for three configurable channels which are master, pcm, and cd
volume by default.
WWW: http://www.tigr.net/afterstep/

1
audio/asmixer/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/asmixer