[packages/ncpamixer] new

atler atler at pld-linux.org
Sun Apr 4 13:50:33 CEST 2021


commit cce98df787138898b9321a9828aa9f0eb5decc2b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Apr 4 13:49:34 2021 +0200

    new

 ncpamixer.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/ncpamixer.spec b/ncpamixer.spec
new file mode 100644
index 0000000..d779372
--- /dev/null
+++ b/ncpamixer.spec
@@ -0,0 +1,42 @@
+Summary:	ncurses PulseAudio Mixer
+Name:		ncpamixer
+Version:	1.3.3.1
+Release:	1
+License:	MIT
+Group:		Applications/Sound
+Source0:	https://github.com/fulhax/ncpamixer/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	351d35b9652f75f1f61fb7842db1763c
+URL:		https://github.com/fulhax/ncpamixer
+BuildRequires:	cmake >= 3.1
+BuildRequires:	libstdc++-devel >= 6:5
+BuildRequires:	ncurses-devel
+BuildRequires:	ncurses-ext-devel
+BuildRequires:	pulseaudio-devel
+BuildRequires:	rpmbuild(macros) >= 1.605
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An ncurses mixer for PulseAudio inspired by pavucontrol.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake ../src \
+	-DUSE_WIDE=TRUE
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/ncpamixer
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ncpamixer.git/commitdiff/cce98df787138898b9321a9828aa9f0eb5decc2b



More information about the pld-cvs-commit mailing list