git: aaf401d3852c - main - audio/mixertui: Update to 1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Apr 2024 19:53:52 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=aaf401d3852ccf94a64520e2e17c6a832421d08f commit aaf401d3852ccf94a64520e2e17c6a832421d08f Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2024-04-14 19:43:17 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-04-14 19:52:59 +0000 audio/mixertui: Update to 1.5 Changelog: https://alfonsosiciliano.gitlab.io/posts/2024-02-23-mixertui-1-5.html PR: 277270 --- audio/mixertui/Makefile | 11 +++++------ audio/mixertui/distinfo | 6 +++--- audio/mixertui/pkg-descr | 13 +++++++++---- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/audio/mixertui/Makefile b/audio/mixertui/Makefile index d1f49d7cd837..a1bd59d24f81 100644 --- a/audio/mixertui/Makefile +++ b/audio/mixertui/Makefile @@ -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 diff --git a/audio/mixertui/distinfo b/audio/mixertui/distinfo index 23ad89b047a7..e51b8315b253 100644 --- a/audio/mixertui/distinfo +++ b/audio/mixertui/distinfo @@ -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 diff --git a/audio/mixertui/pkg-descr b/audio/mixertui/pkg-descr index efd4b08d8ade..37f68beb069a 100644 --- a/audio/mixertui/pkg-descr +++ b/audio/mixertui/pkg-descr @@ -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.