mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
[NEW PORT} audio/asmix mixer for afterstep
This is a port of asmix(1) for the afterstep window manager. PR: ports/46707 Submitted by: Mike Makonnen <mtm@identd.net>
This commit is contained in:
parent
6f87fbfd33
commit
94af0ec3ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88219
6 changed files with 46 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
SUBDIR += ample
|
||||
SUBDIR += arts
|
||||
SUBDIR += ascd
|
||||
SUBDIR += asmix
|
||||
SUBDIR += aube
|
||||
SUBDIR += audacity
|
||||
SUBDIR += aumix
|
||||
|
|
25
audio/asmix/Makefile
Normal file
25
audio/asmix/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: asmix
|
||||
# Date created: 1 January 2003
|
||||
# Whom: mtm@identd.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asmix
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= audio afterstep
|
||||
MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \
|
||||
http://www.tigr.net/afterstep/download/asmix/
|
||||
MASTER_SITE_SUBDIR= apps/asmix
|
||||
|
||||
MAINTAINER= mtm@identd.net
|
||||
COMMENT= Volume control dock-app for the AfterStep Window Manager
|
||||
|
||||
MAN1= ${PORTNAME}.1x
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/asmix/distinfo
Normal file
1
audio/asmix/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (asmix-1.4.tar.gz) = a1836666d0662f7b80774a9aaee377d4
|
13
audio/asmix/files/patch-asmix.c
Normal file
13
audio/asmix/files/patch-asmix.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- asmix.c.orig Sun Aug 31 15:18:35 2003
|
||||
+++ asmix.c Sun Aug 31 15:19:04 2003
|
||||
@@ -22,9 +22,7 @@
|
||||
#include <sys/errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
-#ifdef HAVE_MACHINE_SOUNDCARD_H
|
||||
-# include <machine/soundcard.h>
|
||||
-#endif
|
||||
+#include <sys/soundcard.h>
|
||||
#ifdef HAVE_LINUX_SOUNDCARD_H
|
||||
# include <linux/soundcard.h>
|
||||
#endif
|
5
audio/asmix/pkg-descr
Normal file
5
audio/asmix/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
The asmix utility is a volume control knob for X windows and for AfterStep
|
||||
window manager especially. The knob can be used to adjust the master
|
||||
volume of your sound card.
|
||||
|
||||
WWW: http://www.tigr.net/afterstep/
|
1
audio/asmix/pkg-plist
Normal file
1
audio/asmix/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/asmix
|
Loading…
Add table
Reference in a new issue