New port: audio/mixertui Audio Mixer TUI
Audio Mixer with a Terminal User Interface built on the FreeBSD sound system. PR: 245233 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com>
This commit is contained in:
parent
54b5cc795e
commit
4644c29798
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530261
4 changed files with 35 additions and 0 deletions
|
@ -484,6 +484,7 @@
|
||||||
SUBDIR += milkytracker
|
SUBDIR += milkytracker
|
||||||
SUBDIR += mio2jack
|
SUBDIR += mio2jack
|
||||||
SUBDIR += mixer.app
|
SUBDIR += mixer.app
|
||||||
|
SUBDIR += mixertui
|
||||||
SUBDIR += mixmos
|
SUBDIR += mixmos
|
||||||
SUBDIR += mixxx
|
SUBDIR += mixxx
|
||||||
SUBDIR += mixxx21
|
SUBDIR += mixxx21
|
||||||
|
|
25
audio/mixertui/Makefile
Normal file
25
audio/mixertui/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= mixertui
|
||||||
|
DISTVERSION= 0.1
|
||||||
|
CATEGORIES= audio
|
||||||
|
|
||||||
|
MAINTAINER= alfix86@gmail.com
|
||||||
|
COMMENT= Audio Mixer with a Terminal User Interface
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
USE_GITLAB= yes
|
||||||
|
|
||||||
|
GL_ACCOUNT= alfix
|
||||||
|
GL_COMMIT= 12c04d4dc9722a5d8ebfc9e676475a3b1ed095d0
|
||||||
|
|
||||||
|
PLIST_FILES= man/man8/${PORTNAME}.8.gz \
|
||||||
|
sbin/${PORTNAME}
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/mixertui/distinfo
Normal file
3
audio/mixertui/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1585739882
|
||||||
|
SHA256 (alfix-mixertui-12c04d4dc9722a5d8ebfc9e676475a3b1ed095d0_GL0.tar.gz) = e7ed23f3f7cdd57de0e7f7b09479228aa858af892b62962fb512fb1189a47267
|
||||||
|
SIZE (alfix-mixertui-12c04d4dc9722a5d8ebfc9e676475a3b1ed095d0_GL0.tar.gz) = 138956
|
6
audio/mixertui/pkg-descr
Normal file
6
audio/mixertui/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
MixerTUI is an audio mixer with a Terminal User Interface built on the FreeBSD
|
||||||
|
sound system. It can show the current sound driver configuration, select an
|
||||||
|
audio device to get its information, change the volume or to set it as default
|
||||||
|
(switching easily audio from/to laptop and hdmi, headphones and speakers, etc).
|
||||||
|
|
||||||
|
WWW: https://gitlab.com/alfix/mixertui/
|
Loading…
Reference in a new issue