Commit Graph

5663 Commits

Author SHA1 Message Date
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
Tom Yan b919a7a36a libpulseaudio: bump revision after changes 2018-08-06 21:50:41 +02:00
Tom Yan 22b9d1ac13 libpulseaudio: remove unnecessary LD_PRELOAD from wrappers 2018-08-06 21:50:41 +02:00
Tom Yan 527dfafcac libpulseaudio: ditch downstream defaults in daemon.conf
To start pulseaudio manually as a daemon, you just need "-D", but
if you set daemonize=yes in daemon.conf, when you want start it
undaemonized, you will need "--daemonize=no".

We don't really need to set enable-shm to no explicitly.

Setting exit-idle-time to -1 may not be as preferred as when it was
when autospawn did not work.

There's no point setting log-target to stderr. auto works fine (or
perhaps even better) for us.
2018-08-06 21:50:41 +02:00
Tom Yan c380e354de libpulseaudio: fix autospawn
Autospawn needs to use the wrapper we made, otherwise the sles sink
module cannot be loaded.

Also patch caps.c to remove the silly warning that somehow ignores
log-level and log-target to avoid programs like cmus being ruined
when pulse is spawned.
2018-08-06 21:50:41 +02:00
Michał Bednarski c095a4630e proot: update package (with fix for utime and sendmsg) 2018-08-06 21:50:09 +02:00
Fredrik Fornwall a4b85d4a99 imagemagick: Update from 7.0.8.7 to 7.0.8.8 2018-08-06 21:45:49 +02:00
Fredrik Fornwall 329c9ddbf9 picolisp: Remove 32-bit builds requiring gcc 2018-08-06 16:46:58 +02:00
Fredrik Fornwall a3c9b56c8f ruby: Fix clang 32-bit builds 2018-08-06 16:46:25 +02:00
Fredrik Fornwall 899173e9d7 m4: Fix building with clang 2018-08-06 16:45:37 +02:00
Fredrik Fornwall 5bb99cd307 Remove TERMUX_PKG_CLANG=no mention
TERMUX_PKG_CLANG is going away since every package package needs
to be built with clang starting with the upcoming ndk r18.
2018-08-06 16:32:35 +02:00
Fredrik Fornwall 4ab5166e5c wireguard-tools: Update from 0.0.20180718 to 0.0.20180802 2018-08-06 01:46:23 +02:00
Fredrik Fornwall bc5f8b91d2 pass: Update from 1.7.2 to 1.7.3 2018-08-06 01:38:35 +02:00
Fredrik Fornwall f91900f1bf gnupg: Avoid hardlink test and debug message 2018-08-06 01:38:01 +02:00
Fredrik Fornwall 00b9628faf yarn: Update from 1.9.2 to 1.9.4 2018-08-05 22:59:09 +02:00
Fredrik Fornwall 1afb33d810 redis: Update from 4.0.10 to 4.0.11 2018-08-05 22:58:54 +02:00
Fredrik Fornwall d538887b4f harfbuzz: Update from 1.8.4 to 1.8.5 2018-08-03 13:25:47 +02:00
Fredrik Fornwall fbda528472 apt-transport-tor: Mark as platform-independent 2018-08-03 13:24:46 +02:00
Leonid Pliushch 8fe564cccf apt-transport-tor: use APT's built-in methods to access Tor
Replace old package 'apt-transport-tor'.
2018-08-03 12:59:38 +02:00
Fredrik Fornwall 73817beeb8 megatools: Update from 1.10.1 to 1.10.2 2018-08-01 22:48:44 +02:00
Fredrik Fornwall e291e0f99e lftp: Update from 4.8.3 to 4.8.4 2018-08-01 22:48:28 +02:00
Fredrik Fornwall 77fd6046fc protobuf: Update from 3.6.0.1 to 3.6.1 2018-08-01 22:48:16 +02:00
Fredrik Fornwall b080944831 Use newer sdk-tools-linux in setup-android-sdk.sh 2018-08-01 22:24:19 +02:00
Fredrik Fornwall 942894ddd4 termux-api: Update from 0.32 to 0.33 2018-08-01 22:24:19 +02:00
tomty89 601aa06be4 mpd: avoid seccomp-filtered ioprio_set (#2695)
Causes SIGSYS (SYS_SECCOMP) on arm. mpd will fail to start if no
database exists.
2018-08-01 22:23:56 +02:00
Henrik Grimler 933afcd2f6 texlive-bin: host-build tools and rm texlive-binaries from setup-ubuntu.sh (#2689)
Saves about 300 mb from docker image
2018-07-31 22:57:22 +02:00
Fredrik Fornwall 07c12c3b07 gettext: Update from 0.19.8 to 0.19.8.1 2018-07-31 22:27:15 +02:00
Fredrik Fornwall 96089dac9e gstreamer: Update from 1.14.1 to 1.14.2 2018-07-31 22:20:17 +02:00
Fredrik Fornwall 9f15f3a527 util-linux: Update from 2.32 to 2.32.1 2018-07-31 21:55:02 +02:00
Fredrik Fornwall 22986cb860 pango: Update from 1.42.2 to 1.42.3 2018-07-31 21:54:33 +02:00
Fredrik Fornwall b6758bd62b busybox: Update from 1.29.1 to 1.29.2 2018-07-31 21:54:18 +02:00
Fredrik Fornwall 172327e2c7 yarn: Update from 1.9.1 to 1.9.2 2018-07-31 21:54:04 +02:00
Fredrik Fornwall 379e1aa072 gdb: Update from 8.1 to 8.1.1 2018-07-31 21:53:50 +02:00
Fredrik Fornwall 1f39ba012b gdbm: Update from 1.16 to 1.17 2018-07-31 21:40:02 +02:00
Fredrik Fornwall 41859abf21 libpulseaudio: Bump revision after change 2018-07-31 21:22:50 +02:00
tomty89 6be3fd61e0 libpulseaudio: handle unlink properly (#2693)
Also clean up some more garbage.
2018-07-31 21:19:39 +02:00
Fredrik Fornwall d72aa90221 libisl: Update from 0.19 to 0.20 2018-07-30 13:23:57 +02:00
Oliver Schmidhauser d6d0a96ede mutt: Use official gpg.rc (#2690) 2018-07-30 03:08:09 +02:00
Fredrik Fornwall d9f009d629 ccrypt: Update from 1.10 to 1.11 2018-07-30 00:27:31 +02:00
Fredrik Fornwall f55d3fa455 command-not-found: Regenerate command list 2018-07-30 00:00:14 +02:00
Fredrik Fornwall 03c6f73035 megatools: Update from 1.9.98 to 1.10.1 2018-07-29 23:58:51 +02:00
Fredrik Fornwall 567691817a mdp: Update from 1.0.12 to 1.0.13 2018-07-29 23:28:46 +02:00
Fredrik Fornwall 708648a234 gpgv: Add dependencies 2018-07-29 22:35:25 +02:00
Fredrik Fornwall 9e4aa9cdbc yarn: Update from 1.8.0 to 1.9.1 2018-07-29 21:48:05 +02:00
Fredrik Fornwall 1fdc94f1e8 ipfs: Update from 0.4.16 to 0.4.17 2018-07-29 21:48:05 +02:00
Henrik Grimler 24d1b3edcf Remove gnupg1 (#2691)
Remove gnupg1
2018-07-29 21:33:27 +02:00
Fredrik Fornwall 308ee3b352 tig: Update from 2.4.0 to 2.4.1 2018-07-28 23:33:48 +02:00
Fredrik Fornwall 66358a2807 picolisp: Update from 18.6.12 to 18.7.18 2018-07-28 23:33:35 +02:00
Fredrik Fornwall fec20ef17f erlang: Update from 21.0.3 to 21.0.4 2018-07-28 23:33:00 +02:00
Fredrik Fornwall b51e173d09 libpcap: Update from 1.8.1 to 1.9.0 2018-07-28 23:32:38 +02:00