]> git.tue.mpg.de Git - paraslash.git/commit
Merge topic branch t/play into master
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 4 Sep 2024 13:49:50 +0000 (15:49 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 4 Sep 2024 14:14:53 +0000 (16:14 +0200)
commit90e03bb3495bcb53d2eea5e33bc6cad72c52c118
tree22840d7ba7fb0d7d00638b5baba80a4bcb1398d8
parentce42eadf250c89834b6e10474061012405e680fa
parent62513465ed4f57d21c365050f11aab19a96fa381
Merge topic branch t/play into master

This small series contains a few minor tweaks for para_play. The most
obvious change is that para_play is no longer built on systems which
lack libreadline.

The merge conflicted badly in configure.ac due to the changes
introduced by the earlier merge of the "built" topic branch. The
resolution needs to modify the non-conflicting Makefile.real to exclude
para_play from the list of executables if libreadline is not present
while the corresponding commit of the "play" topic branch implemented
the logic in configure.ac.

Cooking for a month.

* refs/heads/t/play:
  play: Shut down alsa on input EOF.
  play: Simplify and improve get_key_map_seq().
  play: Remove pointless goto in play_post_monitor().
  Return from filter_setup() so callers can reset the terminal.
  Let para_play depend on libreadline.
Makefile.real
NEWS.md
audiod.c
play.c
web/manual.md