audio/mixertui: Update to 1.5

Changelog: https://alfonsosiciliano.gitlab.io/posts/2024-02-23-mixertui-1-5.html

PR:		277270
This commit is contained in:
Alfonso S. Siciliano 2024-04-14 21:43:17 +02:00 committed by Daniel Engberg
parent 4241af5dae
commit aaf401d385
3 changed files with 17 additions and 13 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= mixertui
DISTVERSION= 1.4.2
PORTREVISION= 2
DISTVERSIONPREFIX= v
DISTVERSION= 1.5
CATEGORIES= audio
MAINTAINER= alfix86@gmail.com
@ -10,13 +10,12 @@ WWW= https://gitlab.com/alfix/mixertui/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2
LIB_DEPENDS= libbsddialog.so:devel/bsddialog \
libsysctlmibinfo2.so:devel/libsysctlmibinfo2
USES= ncurses
USES= ncurses
USE_GITLAB= yes
GL_ACCOUNT= alfix
GL_TAGNAME= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f
PLIST_FILES= sbin/${PORTNAME} \
share/man/man8/${PORTNAME}.8.gz

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1617884298
SHA256 (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 072c1d7d16758b5f65ab31777e6d6482848fb17368b1db52e7bdb85e2d7a1e7c
SIZE (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 65652
TIMESTAMP = 1708720307
SHA256 (mixertui-v1.5.tar.bz2) = 3e4a8451b0a8e21cae3a1dc5443b2fd59ba9f21ad7f6f71707bb9b0deab46ba7
SIZE (mixertui-v1.5.tar.bz2) = 58468

View file

@ -1,4 +1,9 @@
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).
MixerTUI is an audio mixer with a terminal user interface (TUI) for the FreeBSD
sound system. Switch easily between laptop and HDMI, headphones and speakers,
and so on.
Features include:
* show the current driver configuration
* select an audio device to get information, change the volume, or make the
device the default.