summaryrefslogtreecommitdiff
path: root/ncpamixer
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-01-20 16:01:04 +0000
committerTim Biermann <tbier@posteo.de>2020-01-20 16:01:04 +0000
commit32f1591d3cd8b3c879dfee44c0cc04337a5037cf (patch)
tree1f558730cabba03b2236a31ebdaae61b6766aa64 /ncpamixer
parent0d07e28c4e1ac02f8849d40e1e2ff740082e965e (diff)
downloadcontrib-32f1591d3cd8b3c879dfee44c0cc04337a5037cf.tar.gz
contrib-32f1591d3cd8b3c879dfee44c0cc04337a5037cf.tar.xz
ncpamixer: deleted unmaintained port
Diffstat (limited to 'ncpamixer')
-rw-r--r--ncpamixer/.footprint7
-rw-r--r--ncpamixer/.signature6
-rw-r--r--ncpamixer/Pkgfile23
-rw-r--r--ncpamixer/ncpamixer.176
4 files changed, 0 insertions, 112 deletions
diff --git a/ncpamixer/.footprint b/ncpamixer/.footprint
deleted file mode 100644
index d127b55f7..000000000
--- a/ncpamixer/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/ncpamixer
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/ncpamixer.1.gz
diff --git a/ncpamixer/.signature b/ncpamixer/.signature
deleted file mode 100644
index f87af4ae7..000000000
--- a/ncpamixer/.signature
+++ /dev/null
@@ -1,6 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34LTisYNY2bNzLXgWA1oPNvz01xG8aGK2tamo8w6l6iBiVW/wbbSPF5dhHhGvbwV5O9+mzRpK4KzQlgvC3PeOwE=
-SHA256 (Pkgfile) = 688c863abc003b5150ccd919bca2df9a27aa84c79228f04b20edf3e7f27dff1a
-SHA256 (.footprint) = 9e08e0076af6c98e27353c88de914fbb4a9aea6dab1a365a9670e0e270aa3d25
-SHA256 (ncpamixer-1.3.3.tar.gz) = a9f5385e06de4d5554030cc41c111d08d2bd1488140f260f10aec27369475c5f
-SHA256 (ncpamixer.1) = b616e0707c75c6fd6162bd011baa37f7754946e5857f3ca814e5dab719bf358a
diff --git a/ncpamixer/Pkgfile b/ncpamixer/Pkgfile
deleted file mode 100644
index bbb8e3964..000000000
--- a/ncpamixer/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: ncurses Pulseaudio mixer
-# URL: https://github.com/fulhax/ncpamixer
-# Maintainer: unmaintained
-# Depends on: cmake ncurses pulseaudio
-
-name=ncpamixer
-version=1.3.3
-release=1
-source=(https://github.com/fulhax/ncpamixer/archive/$version/$name-$version.tar.gz
- $name.1)
-
-build() {
- cd $name-$version
- mkdir build
- cd build
- cmake \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr ../src
- make
- make DESTDIR=$PKG install
-
- install -Dm644 $SRC/$name.1 $PKG/usr/share/man/man1/$name.1
-}
diff --git a/ncpamixer/ncpamixer.1 b/ncpamixer/ncpamixer.1
deleted file mode 100644
index 9a310b8bc..000000000
--- a/ncpamixer/ncpamixer.1
+++ /dev/null
@@ -1,76 +0,0 @@
-.TH ncurses PulseAudio Mixer
-.PP
-An ncurses mixer for PulseAudio inspired by pavucontrol.
-
-.SS Config
-.PP
-Your configuration gets created on first run. If \fB\fC$XDG\_CONFIG\_HOME\fR is defined then it will be created at \fB\fC$XDG\_CONFIG\_HOME/ncpamixer.conf\fR otherwise \fB\fC$HOME/.ncpamixer.conf\fR
-
-.SS Custom colors? Why not!
-.PP
-ncpamixer supports 256 colors. You can change them in ncpamixer.conf
-
-.SS Custom bindings? Sure!
-.PP
-You find them in ncpamixer.conf
-
-.SS Default bindings
-.TS
-allbox;
-l l l
-l l l .
-\fB\fCEvent\fR \fB\fCDefault\fR \fB\fC \fR
-switch tab T{
-Cycle trought sinks, outputs, profile and ports
-T}
-select enter Select option in dropdowns
-quit escape Quit
-quit q Quit
-dropdown c T{
-Open dropdown for selecting sinks, outputs, profile and ports
-T}
-mute m Mute selected item
-set\_default d Set default sink/source
-volume\_up l T{
-Increase volume on selected item
-T}
-volume\_down h T{
-Decrease volume on selected item
-T}
-volume\_up arrow right T{
-Increase volume on selected item
-T}
-volume\_down arrow left T{
-Decrease volume on selected item
-T}
-move\_up k Move up
-move\_down j Move down
-move\_up arrow up Move up
-move\_down arrow down Move down
-page\_up page up Previous page in dropdown
-page\_down page down Next page in dropdown
-tab\_next L Next tab
-tab\_prev H Previous tab
-tab\_playback F1 Jump to playback tab
-tab\_recording F2 Jump to recording tab
-tab\_output F3 Jump to output tab
-tab\_input F4 Jump to input tab
-tab\_config F5 Jump to configuration tab
-move\_last G Move to last item
-move\_first g Move to first item
-set\_volume\_0 0 Set volume to 0%
-set\_volume\_10 1 Set volume to 10%
-set\_volume\_20 2 Set volume to 20%
-set\_volume\_30 3 Set volume to 30%
-set\_volume\_40 4 Set volume to 40%
-set\_volume\_50 5 Set volume to 50%
-set\_volume\_60 6 Set volume to 60%
-set\_volume\_70 7 Set volume to 70%
-set\_volume\_80 8 Set volume to 80%
-set\_volume\_90 9 Set volume to 90%
-set\_volume\_100 Unbound Set volume to 100%
-.TE
-
-.SS License
-.PP
-MIT

Generated by cgit