Commit Graph

9 Commits

Author SHA1 Message Date
Leonid Pliushch 361d8c519f [incomplete] set licenses for packages 2019-01-20 22:41:50 +01:00
Oliver Schmidhauser 7a7240ee4d upadte cava package description 2018-08-06 22:19:23 +02:00
Oliver Schmidhauser 81ea6fef64 Enable pulseaudio in cava
The pulse method is the default of cava. Now that it is avalable and
works fairly well, I think we can enable it in cava. This way it can
also be used with cmus and other pulseaudio players.
The old method of fifo input (ncmpcpp visualizer output) can still be
enabled by adding the following to the config file
(`~/.config/cava/config`):

```
[input]
method = fifo
```
2018-08-06 22:19:23 +02:00
Fredrik Fornwall 88ef04afdc cava: Update from 0.6.0 to 0.6.1 2018-05-19 00:05:28 +02:00
Stephen 281d17c6f5 remove unneeded prefix from cava (#1632)
* remove unneeded prefix from cava

* test V=0 on make to shorten output

* move V=0 into separate PR
2017-10-08 22:04:35 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Oliver Schmidhauser 5eeea9ff89 Update Cava to 0.6.0
This also fixes a problem of it segfaulting when "r" is pressed (should
reload the config)
2017-08-28 18:41:36 +02:00
Fredrik Fornwall ff9f6df169 cava: Avoid linking to pulseaudio 2017-08-26 23:48:00 +02:00
Oliver Schmidhauser eec02a26ba Add package: Cava
Cava is an Audio Visualizer that can work together with MPD. It works
out of the Box if you enable "visulizer output" in MPD by either running
`mpc enable 3` or by enabling it in [7] in ncmpcpp.
2017-08-26 23:20:48 +02:00