<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/sound/mpd/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-06T18:05:36Z</updated>
<entry>
<title>mpd: update to 0.23.17</title>
<updated>2026-05-06T18:05:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd73d212adb3224cf64083283968add10d1129aa'/>
<id>urn:sha1:cd73d212adb3224cf64083283968add10d1129aa</id>
<content type='text'>
Drop 020-string-view.patch: mpd 0.23.17 uses std::string_view directly
in src/tag/GenParseName.cxx, making the patch redundant.

Changes since 0.23.16:
- Optimize the "albumart" command to send larger chunks when available
- Explicitly disallow 'idle' and 'noidle' commands in command lists
- Require libnfs 4.0 or later for NFS storage support
- Trigger inotify database update after symlink creation
- Prefer FFmpeg over sndfile and audiofile for DTS-WAV support
- Add support for libfmt 11.1

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>mpd: update to 0.23.16</title>
<updated>2025-01-07T03:09:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-01-07T02:02:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4b0f742e2b21c5fcecb8673e20ce0f6337f84fa2'/>
<id>urn:sha1:4b0f742e2b21c5fcecb8673e20ce0f6337f84fa2</id>
<content type='text'>
Add patch to fix compilation with fmt 11.1.

Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpd: fix build with libfmt v11</title>
<updated>2024-07-21T23:15:27Z</updated>
<author>
<name>Alexander Egorenkov</name>
</author>
<published>2024-07-13T14:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2834a9f338eae1c5471f5019dcec1e944c35243e'/>
<id>urn:sha1:2834a9f338eae1c5471f5019dcec1e944c35243e</id>
<content type='text'>
mpd fails to compile with libfmt v11 because of minor API changes in the
library.

https://github.com/MusicPlayerDaemon/MPD/issues/2068

Signed-off-by: Alexander Egorenkov &lt;egorenar-dev@posteo.net&gt;
</content>
</entry>
<entry>
<title>mpd: Update to 0.23.13</title>
<updated>2023-08-31T16:14:14Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-08-31T08:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f43e7a5067f5d594ffee9ad66fe50256b423c524'/>
<id>urn:sha1:f43e7a5067f5d594ffee9ad66fe50256b423c524</id>
<content type='text'>
ver 0.23.13 (2023/05/22)
* input
  - curl: fix busy loop after connection failed
  - curl: hide "404" log messages for non-existent ".mpdignore" files
* archive
  - zzip: fix crash bug
* database
  - simple: reveal hidden songs after deleting containing CUE
* decoder
  - ffmpeg: reorder to a lower priority than "gme"
  - gme: require GME 0.6 or later
* output
  - pipewire: fix corruption bug due to missing lock
* Linux
  - shut down if parent process dies in --no-daemon mode
  - determine systemd unit directories via pkg-config
* support libfmt 10

ver 0.23.12 (2023/01/17)
* input
  - curl: require CURL 7.55.0 or later
* decoder
  - mad: fix integer underflow with very small files
* tags
  - fix crash bug due to race condition
* output
  - pipewire: adjust to PipeWire 0.3.64 API change
* fix build failures with GCC 13

Removed upstreamed patch.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>mpd: update to 0.23.11</title>
<updated>2023-01-14T04:45:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-28T01:13:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=166be4078fc4d1ff64dcae0a8f938acc495d1fd1'/>
<id>urn:sha1:166be4078fc4d1ff64dcae0a8f938acc495d1fd1</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpd: update to 0.23.9</title>
<updated>2022-08-19T23:13:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-08-19T01:39:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b1999ec1330f587b01ceccda7b01614462d6e59d'/>
<id>urn:sha1:b1999ec1330f587b01ceccda7b01614462d6e59d</id>
<content type='text'>
Fixes compilation with newer ffmpeg.

Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpd: update to 0.23.8</title>
<updated>2022-07-15T06:31:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-07-14T04:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63ba2ccbdaa27e128cfcbcc5d85af547328ad92d'/>
<id>urn:sha1:63ba2ccbdaa27e128cfcbcc5d85af547328ad92d</id>
<content type='text'>
Simplify iconv patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpd: update to 0.22.8</title>
<updated>2021-06-02T06:03:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T02:12:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9fcd8a4d4fd48c173fbd4a5257bbb71b9a734693'/>
<id>urn:sha1:9fcd8a4d4fd48c173fbd4a5257bbb71b9a734693</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpd: remove libavfilter support</title>
<updated>2021-03-26T09:22:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-26T02:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=326c97328eff3d65de6da4ea05b6059817277de1'/>
<id>urn:sha1:326c97328eff3d65de6da4ea05b6059817277de1</id>
<content type='text'>
The ffmpeg package in OpenWrt is customizable and that can cause issues
with a dirty InstallDev. Just remove libavfilter support.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpd: update to 0.22.6</title>
<updated>2021-03-06T06:08:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-06T06:04:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=09ec2fcdd10fb8dfd9b2dc7e25cd10e7fc32fef0'/>
<id>urn:sha1:09ec2fcdd10fb8dfd9b2dc7e25cd10e7fc32fef0</id>
<content type='text'>
Add patch fixing compilation with Debian 9.

Remove npupnp patch. While it doesn't seem to have any negative effects
there's no real benefit to it.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
