1. 09 Jun, 2020 1 commit
  2. 09 Oct, 2019 1 commit
  3. 10 Apr, 2019 1 commit
  4. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  5. 02 Aug, 2018 1 commit
  6. 13 Dec, 2016 1 commit
    • Max Kellermann's avatar
      systemd: add user unit · ab332d7b
      Max Kellermann authored
      The user unit omits the "ProtectKernelModules" setting which fails
      with modular kernels:
      
       Failed at step CAPABILITIES spawning /usr/bin/mpd: Operation not permitted
      
      It is unfortunate that systemd (version 232) is unable to reduce its
      own capabilities, because this requires us to split system and user
      units.
      
       https://bugs.musicpd.org/view.php?id=4608
      ab332d7b