which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
- Sort library after saving an album (#428)
- Add scoop instruction for installation (#602)
- Update librespot to 0.3.0, see also release notes
Features
- Add command to show recommendations (#593)
- Enable binding multiple commands to a key (#598)
- Add "Share album" contextmenu entry (#606)
- Add redraw command and bind to CTRL+L (#609)
- Add initial_screen config variable (#616)
- Add userRating entity to MPRIS metadata,
with 0 and 1 corresponding to unliked/liked in Spotify (#624)
From Henrik Friedrichsen (maintainer), thanks.
pulseaudio's meson.build effectively uses __builtin_dgettext() to
decide whether linking with -lintl is needed or not: base-clang
doesn't have it, so -lintl is given, while gcc 8.4. provides it,
so meson attempts to build without -lintl, which breaks the build
of pacat and a few other programs.
ok ajacoutot sthen
musikcube is a fully functional terminal-based music player, library
with filters and rating, themes and streaming audio server. It
supports ReplayGain and can be extended with plugins. The Android
app musikdroid can be used to remote controle musikcube and
stream/transcode music to the android device.
ok bket@
backend changes that were introduced in the 1.21.1 update.
Simplify channel handling in the sndio backend
620836f173ae6fc4505d0634984e0f2c46166367
Use non-block mode for sndio capture
1fd4c865fc084f134363db5155361d5483679235
From Brad, tested by me
ok maintainer (David CARLIER)
py-speechrecognition is a Python library for performing speech recognition,
with support for several engines and APIs, online and offline.
Inputs from sthen@ and kmos@
ok kmos@
On behalf of kn@ who won't be able to commit for the next 2/3 weeks.
"Looks good to me!" from Henrik Friedrichsen <henrik AT diff DOT cc>
(maintainer). Tested by me.
This was tracked down to two commits upstream which broke the sndio
backend due to >2 channel support being added.
Until this can be sorted out, this diff reverts two upstream commits:
5cffe7e50a2885d9b392c15f2cd3941cac49692c
b4a52321c4ad8e8bc0eb29d2cdae2c043fc405e1
From Brad, tested by me and kmos@
ok kmos@ sthen@