aboutsummaryrefslogtreecommitdiff
path: root/sound/mpd/patches/010-iconv.patch
Commit message (Collapse)AuthorAge
* mpd: update to 0.23.9Rosen Penev2022-08-19
| | | | | | | | Fixes compilation with newer ffmpeg. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: update to 0.23.8Rosen Penev2022-07-14
| | | | | | Simplify iconv patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* mpd: update to 0.21.26Rosen Penev2020-09-22
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: switch to using libnpupnpRosen Penev2020-09-16
| | | | | | | Removed iconv const patch. After discussing with upstream. it turns out that libiconv-full in OpenWrt is broken. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: fixup iconv supportRosen Penev2020-07-30
| | | | | | Removes liconv LDFLAG and fixes ICONV_FULL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: update to 0.21.25Rosen Penev2020-07-20
pulseaudio-daemon depends on alsa-lib, which depends on @AUDIO_SUPPORT. Enables -full on platforms lacking AUDIO_SUPPORT. Simplified LDFLAGS slighly. Removed pointless ICU dependency. I managed to patch meson.build to fix iconv compilation. The original error was that without the header, it was prefixing the iconv check with __buildin_ , which does not work with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>