Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 07:38:49 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548945 - in head/audio: . ncpamixer
Message-ID:  <202009190738.08J7cnWO079554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 19 07:38:49 2020
New Revision: 548945
URL: https://svnweb.freebsd.org/changeset/ports/548945

Log:
  New port: audio/ncpamixer: Ncurses PulseAudio mixer

Added:
  head/audio/ncpamixer/
  head/audio/ncpamixer/Makefile   (contents, props changed)
  head/audio/ncpamixer/distinfo   (contents, props changed)
  head/audio/ncpamixer/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sat Sep 19 07:00:01 2020	(r548944)
+++ head/audio/Makefile	Sat Sep 19 07:38:49 2020	(r548945)
@@ -552,6 +552,7 @@
     SUBDIR += nas
     SUBDIR += ncmpc
     SUBDIR += ncmpcpp
+    SUBDIR += ncpamixer
     SUBDIR += ncspot
     SUBDIR += nekobi-lv2
     SUBDIR += noise-repellent-lv2

Added: head/audio/ncpamixer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ncpamixer/Makefile	Sat Sep 19 07:38:49 2020	(r548945)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	ncpamixer
+DISTVERSION=	1.3.3.1
+CATEGORIES=	audio
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Ncurses PulseAudio mixer
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/../LICENSE
+
+LIB_DEPENDS=	libpulse.so:audio/pulseaudio
+
+USES=		cmake ncurses:port
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	fulhax
+
+WRKSRC_SUBDIR=	src
+
+CFLAGS+=	-I/usr/local/include/ncurses # USES=ncurses:port fails to add this
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/audio/ncpamixer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ncpamixer/distinfo	Sat Sep 19 07:38:49 2020	(r548945)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1600500031
+SHA256 (fulhax-ncpamixer-1.3.3.1_GH0.tar.gz) = b2c797a90c92aa931052c5ac89a79fbc30f76d5e2a5b773ef68edf057c34b060
+SIZE (fulhax-ncpamixer-1.3.3.1_GH0.tar.gz) = 21805

Added: head/audio/ncpamixer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ncpamixer/pkg-descr	Sat Sep 19 07:38:49 2020	(r548945)
@@ -0,0 +1,3 @@
+An ncurses mixer for PulseAudio inspired by pavucontrol.
+
+WWW: https://github.com/fulhax/ncpamixer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009190738.08J7cnWO079554>