pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio Add audio/aiomixer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c45027c68bf4
branches:  trunk
changeset: 345254:c45027c68bf4
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Dec 07 19:00:06 2019 +0000

description:
Add audio/aiomixer

aiomixer is a curses-based mixer for NetBSD audio.

diffstat:

 audio/Makefile          |   3 ++-
 audio/aiomixer/DESCR    |   1 +
 audio/aiomixer/Makefile |  25 +++++++++++++++++++++++++
 audio/aiomixer/PLIST    |   3 +++
 audio/aiomixer/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 3ff236ee2a97 -r c45027c68bf4 audio/Makefile
--- a/audio/Makefile    Sat Dec 07 18:31:59 2019 +0000
+++ b/audio/Makefile    Sat Dec 07 19:00:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.578 2019/12/04 11:02:33 nia Exp $
+# $NetBSD: Makefile,v 1.579 2019/12/07 19:00:06 nia Exp $
 #
 
 COMMENT=       Audio tools
@@ -11,6 +11,7 @@
 SUBDIR+=       adplay
 SUBDIR+=       adplug
 SUBDIR+=       aeneas
+SUBDIR+=       aiomixer
 SUBDIR+=       alacconvert
 SUBDIR+=       albumplayer
 SUBDIR+=       alsa-lib
diff -r 3ff236ee2a97 -r c45027c68bf4 audio/aiomixer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/aiomixer/DESCR      Sat Dec 07 19:00:06 2019 +0000
@@ -0,0 +1,1 @@
+aiomixer is a curses-based mixer for NetBSD audio.
diff -r 3ff236ee2a97 -r c45027c68bf4 audio/aiomixer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/aiomixer/Makefile   Sat Dec 07 19:00:06 2019 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/12/07 19:00:06 nia Exp $
+
+DISTNAME=      aiomixer-1.0.0
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=niacat/}
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/niacat/aiomixer
+COMMENT=       Terminal NetBSD audio mixer / volume control
+LICENSE=       2-clause-bsd
+
+INSTALLATION_DIRS+=    bin
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+# Uses NetBSD-only APIs
+ONLY_FOR_PLATFORM=     NetBSD-*-*
+
+BUILDLINK_API_DEPENDS.cdk+=    cdk>=5.0.0
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/aiomixer ${DESTDIR}${PREFIX}/bin/aiomixer
+       ${INSTALL_DATA} ${WRKSRC}/aiomixer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/aiomixer.1
+
+.include "../../devel/cdk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3ff236ee2a97 -r c45027c68bf4 audio/aiomixer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/aiomixer/PLIST      Sat Dec 07 19:00:06 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/07 19:00:06 nia Exp $
+bin/aiomixer
+man/man1/aiomixer.1
diff -r 3ff236ee2a97 -r c45027c68bf4 audio/aiomixer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/aiomixer/distinfo   Sat Dec 07 19:00:06 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/07 19:00:06 nia Exp $
+
+SHA1 (aiomixer-1.0.0.tar.gz) = 16380f932e780ca00fe7ebdb5f2e7e92299adb3b
+RMD160 (aiomixer-1.0.0.tar.gz) = 4c2518776532e619d8b424890920a44b5c594fe9
+SHA512 (aiomixer-1.0.0.tar.gz) = 463478047cd24f466ac08e6595a9b61aa62cb281a2827cea06551546885daa8e4b9b94846ae5e0ac268458d46b166f947a894cbd04e073452d8167fa131e967f
+Size (aiomixer-1.0.0.tar.gz) = 6330 bytes



Home | Main Index | Thread Index | Old Index