Accepting request 931210 from home:13ilya:branches:multimedia:apps

- Updated to 0.23.4
  * Changed file mpd-user.conf​ (disabled pid_file).
  * Refreshed patch mpd-conf.patch.
  * Removed patch mpd-service.patch.
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.4/NEWS
  * protocol: add optional position parameter to "searchaddpl"
  * decoder: ffmpeg: support libavcodec 59
  * output: alsa: add option "thesycon_dsd_workaround" to work around device bug
  * fix crash on debug builds if startup fails
  * systemd:
    * remove "RuntimeDirectory" directive because it caused problems
    * ignore the "pid_file" setting if started as systemd service

OBS-URL: https://build.opensuse.org/request/show/931210
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=86
This commit is contained in:
Илья Индиго 2021-11-12 23:14:01 +00:00 committed by Git OBS Bridge
parent b9e7116196
commit 7adb66392c
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ music_directory "~/data/music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
#pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
bind_to_address "127.0.0.1"

View File

@ -1,8 +1,8 @@
-------------------------------------------------------------------
Fri Nov 12 22:57:39 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
Fri Nov 12 23:12:23 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Updated to 0.23.4
* Changed file mpd-user.conf (removed pid_file).
* Changed file mpd-user.conf (disabled pid_file).
* Refreshed patch mpd-conf.patch.
* Removed patch mpd-service.patch.
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.4/NEWS