Sun Mar 14 11:44:12 2021 UTC ()
aiomixer: Update to 1.0.2

- Improved error handling
- Improved display of widgets with related controls
- Tested and corrected problems with a wide variety of drivers
	- fixed widget parsing and mixing with legacy drivers like eap(4),
	  sb(4), various uaudio(4) hardware


(nia)
diff -r1.2 -r1.3 pkgsrc/audio/aiomixer/Makefile
diff -r1.2 -r1.3 pkgsrc/audio/aiomixer/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/audio/aiomixer/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/aiomixer/Makefile 2019/12/15 00:09:25 1.2
+++ pkgsrc/audio/aiomixer/Makefile 2021/03/14 11:44:12 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2019/12/15 00:09:25 nia Exp $ 1# $NetBSD: Makefile,v 1.3 2021/03/14 11:44:12 nia Exp $
2 2
3DISTNAME= aiomixer-1.0.1 3DISTNAME= aiomixer-1.0.2
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= ${MASTER_SITE_GITHUB:=niacat/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=niacat/}
6 6
7MAINTAINER= nia@NetBSD.org 7MAINTAINER= nia@NetBSD.org
8HOMEPAGE= https://github.com/niacat/aiomixer 8HOMEPAGE= https://github.com/niacat/aiomixer
9COMMENT= Terminal NetBSD audio mixer / volume control 9COMMENT= Terminal NetBSD audio mixer / volume control
10LICENSE= 2-clause-bsd 10LICENSE= 2-clause-bsd
11 11
12INSTALLATION_DIRS+= bin 12INSTALLATION_DIRS+= bin
13INSTALLATION_DIRS+= ${PKGMANDIR}/man1 13INSTALLATION_DIRS+= ${PKGMANDIR}/man1
14 14
15# Uses NetBSD-only APIs 15# Uses NetBSD-only APIs
16ONLY_FOR_PLATFORM= NetBSD-*-* 16ONLY_FOR_PLATFORM= NetBSD-*-*

cvs diff -r1.2 -r1.3 pkgsrc/audio/aiomixer/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/aiomixer/distinfo 2019/12/15 00:09:25 1.2
+++ pkgsrc/audio/aiomixer/distinfo 2021/03/14 11:44:12 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2019/12/15 00:09:25 nia Exp $ 1$NetBSD: distinfo,v 1.3 2021/03/14 11:44:12 nia Exp $
2 2
3SHA1 (aiomixer-1.0.1.tar.gz) = b99c3059f08b2d1a17a07b0691f07541bdbc10a8 3SHA1 (aiomixer-1.0.2.tar.gz) = 8cf5d2387a8e43324dd9e9cfb3166ab2282ba2fb
4RMD160 (aiomixer-1.0.1.tar.gz) = 3bab84452a6ee1413b8e7869f49a5babb5eb2b26 4RMD160 (aiomixer-1.0.2.tar.gz) = 04aef12fde2c0d2ddd4ace16b2a47bed0f3f645e
5SHA512 (aiomixer-1.0.1.tar.gz) = 265c9104c6172930e2e02efd3ebfcec12ae54ecb954d4f3e93cfa505f9d8ea7a9ff89b44eb54123314de73f0c61185d582cb4233f74dcae22d6714876b743b8c 5SHA512 (aiomixer-1.0.2.tar.gz) = 7f9de17bcd59c64331582d9c545e4d91832d2fe00a9348dc77d8ac68de574229c8433233cbb78b8e6deb5c730c77d91f04f2b115a6108431759a0337fa80809f
6Size (aiomixer-1.0.1.tar.gz) = 14418 bytes 6Size (aiomixer-1.0.2.tar.gz) = 14912 bytes