Update to cmixer 0.3.

uses sndioctl instead of mixerctl/aucatctl - joint work with ratchov@,
thanks !
This commit is contained in:
landry 2020-04-18 16:42:02 +00:00
parent 1a3f1b6bd9
commit 6c4fc2df8c
3 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:43:32 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2020/04/18 16:42:02 landry Exp $
COMMENT = simple curses mixer
DISTNAME = cmixer-0.2
DISTNAME = cmixer-0.3
CATEGORIES = audio
MAINTAINER = Landry Breuil <landry@openbsd.org>
@ -15,8 +15,7 @@ MASTER_SITES = http://rhaalovely.net/stuff/
NO_BUILD= yes
NO_TEST= yes
RUN_DEPENDS= devel/p5-Curses-UI \
audio/aucatctl
RUN_DEPENDS= devel/p5-Curses-UI
PKG_ARCH= *

View File

@ -1,2 +1,2 @@
SHA256 (cmixer-0.2.tar.gz) = HuRImnPxWwpKHFaYrER2KVtTwFTAipiulAh/DxQQQAc=
SIZE (cmixer-0.2.tar.gz) = 2613
SHA256 (cmixer-0.3.tar.gz) = W13F+932NYdJQecXdS5/jGsQVLuCYtv6OsQomP7dQrA=
SIZE (cmixer-0.3.tar.gz) = 2564

View File

@ -1,3 +1,3 @@
CMixer is a simple Curses-based mixer written for OpenBSD.
It allows to control mixerctl outputs/inputs volume and mute status,
and also sndio clients volume.
It allows to control outputs/inputs volume, mute status,
and sndio clients volume.