Details: - Add commands "queued", "seekthrough", "mount", "unmount" - Support "search" with filter expression (MPD 0.21) - Support "load" with range - Allow only tag names after "list" - Upstream log see https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.31/NEWS PR: 232854 Submitted by: uzsolt@uzsolt.hu (maintainer) MFH: 2018Q4
9 lines
340 B
Text
9 lines
340 B
Text
--- doc/meson.build.orig 2018-10-24 08:31:33 UTC
|
|
+++ doc/meson.build
|
|
@@ -15,5 +15,5 @@ custom_target(
|
|
command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@/man1'],
|
|
build_by_default: true,
|
|
install: true,
|
|
- install_dir: get_option('datadir'),
|
|
+ install_dir: get_option('mandir'),
|
|
)
|