aboutsummaryrefslogtreecommitdiff
path: root/sound/mpd
Commit message (Collapse)AuthorAge
* mpd: fix compilation without AUDIO_SUPPORTAndre Heider2019-11-14
| | | | | | Fixes #10541 Signed-off-by: Andre Heider <a.heider@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>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* mpd: Add SoundCloud support for full variantRosen Penev2019-07-31
| | | | | | | | | The libyajl cleanup commit revealed that it was not being installed correctly. Now that it is, mpd picks it up properly. Enabled SoundCloud support for the full variant. Disabled for the mini. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpd: enable pulseaudio in full packageMichal Čihař2019-05-31
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* sound/mpd: Update to 0.20.23Daniel Engberg2018-12-26
| | | | | | Update to mpd to 0.20.23 Remove old compiler workarounds Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* mpd: Update to 0.20.21. Enable WebDAV storage support.Ted Hess2018-08-28
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.20.20. Re-enable flac encoder for mpd-fullTed Hess2018-07-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Remove glib2 dependencyTed Hess2017-08-29
| | | | 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: Set USE_MIPS16=0. Workaround compiler error (Error: branch to a symbol ↵Ted Hess2017-06-05
| | | | | | in another ISA mode) on mips_24k 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: Add procd mdns definition from MPD config fileTed Hess2016-11-11
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.19.19, update config optionsTed Hess2016-10-07
| | | | 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: Fix BUILD_NLS=y full language support (regression)Ted Hess2015-08-21
| | | | 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: Update to latest (0.18.21)Ted Hess2015-01-07
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.18.20Ted Hess2014-12-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: factor out avahi service fileMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | As discussed in #543 provide the avahi service file within its own tiny package to allow the user to choose which services are announced. Signed-off-by: Michael Heimpold <mhei@heimpold.de> --- The former avahi service file was only installed for mpd-full. Does the mpd-mini does not support network functionality? Then we should adjust deps here...
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* mpd: update to 0.18.16Ted Hess2014-09-26
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: disable libsoupJohn Crispin2014-09-02
| | | | | | this showed up during the BB build Signed-off-by: John Crispin <blogic@openwrt.org>
* mpd: disable Opus codec supportNicolas Thill2014-08-28
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* mpd: fix mpd-mini build dependenciesTed Hess2014-08-01
| | | | 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>
* mpd: force zeroconf to noJohn Crispin2014-07-17
| | | | | | without this we get missing dependecy errors if avahi is staged. Signed-off-by: John Crispin <blogic@openwrt.org>
* 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