Add aucatctl, a utility to control aucat and/or sndiod volume
through MIDI. Mostly from Antti Harri. help from and ok sthen
This commit is contained in:
parent
157d608462
commit
0659afb9fc
23
audio/aucatctl/Makefile
Normal file
23
audio/aucatctl/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2012/03/27 08:05:37 ratchov Exp $
|
||||
|
||||
COMMENT = control aucat and/or sndiod volume
|
||||
DISTNAME = aucatctl-0.1
|
||||
CATEGORIES = audio
|
||||
HOMEPAGE = http://caoua.org/sndio/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c sndio
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
NO_REGRESS = Yes
|
||||
MAKE_FLAGS = CC="${CC}"
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/aucatctl ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/aucatctl.1 ${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/aucatctl/distinfo
Normal file
5
audio/aucatctl/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (aucatctl-0.1.tar.gz) = 2AO5hteY9dWMIhyqVl5r9A==
|
||||
RMD160 (aucatctl-0.1.tar.gz) = I5oftO1RcFU4iXvV5cKWo/WT5VU=
|
||||
SHA1 (aucatctl-0.1.tar.gz) = BWtimeS2ayGu8pvFzemAgve1ncE=
|
||||
SHA256 (aucatctl-0.1.tar.gz) = Uk8vrkfbeFI08WZVFSDZYFuaJ1UcpDi9gH41Cc4kbPA=
|
||||
SIZE (aucatctl-0.1.tar.gz) = 4364
|
2
audio/aucatctl/pkg/DESCR
Normal file
2
audio/aucatctl/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
The aucatctl utility sends MIDI messages to control sndiod
|
||||
and/or aucat volumes
|
3
audio/aucatctl/pkg/PLIST
Normal file
3
audio/aucatctl/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2012/03/27 08:05:37 ratchov Exp $
|
||||
@bin bin/aucatctl
|
||||
@man man/man1/aucatctl.1
|
Loading…
Reference in New Issue
Block a user