aboutsummaryrefslogtreecommitdiff
path: root/sound/mpd/patches
Commit message (Collapse)AuthorAge
* 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>
* mpd: update to 0.21.22Rosen Penev2020-04-03
| | | | | | Removed upstreamed patches. Only the first was really needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: update to 0.21.20Rosen Penev2020-02-17
| | | | | | | | | | | Updated patches to latest patchset and removed upstreamed ones. Ran init script through shellcheck. Restart using SIGHUP. Added logging from stderr as any kind of logging is missing in --no-daemon mode. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: fix ffmpeg AIFF and AMR supportRosen Penev2020-02-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: fix compilation with uClibc-ngRosen Penev2020-02-03
| | | | | | | | | | | With mpd's build system, it requires either an iconv built into the libc or icu. Since uClibc-ng as configured by OpenWrt currently has no iconv, use icu for it to work around the problem. This is the simplest solution. Added a patch to use boost's rounding functions. They are more appropriate and work with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: update to v0.21.16 and build with mesonAndre Heider2019-11-05
| | | | | | | | | One patch was dropped (probably not required anymore). Old options have been dropped and new ones added. The order is as found in meson_options.txt. mpd-mini and mpd-full retained their feature sets. Signed-off-by: Andre Heider <a.heider@gmail.com>
* mpd: Update to 0.20.20. Re-enable flac encoder for mpd-fullTed Hess2018-07-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* sound/mpd: Update to 0.20.9, work-around libiconv-stub link problemTed Hess2017-08-08
| | | | | | | | | Rearrange dependencies General cleanup of Makefile Fix compilation and linking problems Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Upgrade Music Player Daemon to 0.20.8Ted Hess2017-05-20
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.19.17, refresh patchesTed Hess2016-07-20
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.19.14, disable soxrTed Hess2016-03-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.19.11, fix gcc5 buildsTed Hess2015-11-23
| | | | | | Add a patch from the Alpine Linux project to fix a musl build issue with gcc 5: Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Upgrade to 0.19.10, refresh patchesTed Hess2015-06-26
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.18.23, fix ALSA support in mpd-mini, refresh patchesTed Hess2015-05-12
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* MPD: Upgrade to 0.18.11, convert to procd, refresh patchesTed Hess2014-07-30
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Update MPD to 0.17.6, refresh patches, add myself as pkg maintainer, pkg ↵thess2014-07-16
| | | | | | | | update copyright Add some new options and fix BUILD_NLS (full language support) failures Signed-off-by: Ted Hess <thess@kitschensync.net>
* Import mpd from oldpackagesTed Hess2014-07-16