aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpd.rb
AgeCommit message (Collapse)Author
2015-02-06mpd: update 0.19.9 bottle.BrewTestBot
2015-02-06mpd 0.19.9Michael Paquier
This is a bugfix release: * decoder - dsdiff, dsf: raise ID3 tag limit to 1 MB * playlist: fix loading duplicate tag types from state file * despotify: remove defunct plugin * fix clock integer overflow on OS X * fix gcc 5.0 warnings * fix build failure with uClibc * fix build failure on non-POSIX operating systems * fix dependency issue on parallel Android build * fix database/state file saving on Windows Closes #36612. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2015-01-14mpd: update 0.19.8 bottle.BrewTestBot
2015-01-14mpd 0.19.8Michael Paquier
This is a bugfix release: * input - curl: fix bug after rewinding from end-of-file - mms: reduce delay at the beginning of playback * decoder - dsdiff, dsf: allow ID3 tags larger than 4 kB - ffmpeg: support interleaved floating point * fix clang 3.6 warnings * fix build failure on NetBSD Closes #35886. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-12-17mpd: update 0.19.7 bottle.BrewTestBot
2014-12-17mpd 0.19.7Michael Paquier
This is a bugfix release: * input - nfs: fix crash while canceling a failing file open operation - nfs: fix memory leak on connection failure - nfs: fix reconnect after mount failure - nfs: implement mount timeout (60 seconds) * storage - nfs: implement I/O timeout (60 seconds) * playlist - embcue: fix filename suffix detection - don't skip non-existent songs in "listplaylist" * decoder - ffmpeg: fix time stamp underflow * fix memory allocator bug on Windows Closes #35070. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-09mpd: update 0.19.6 bottle.BrewTestBot
2014-12-09mpd 0.19.6Michael Paquier
This is a bugfix release: * input - nfs: fix crash on connection failure * archive - zzip: fix crash after seeking * decoder - dsdiff, dsf, opus: fix deadlock while seeking - mp4v2: remove because of incompatible license Closes #34812. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-26mpd: update 0.19.5 bottle.BrewTestBot
2014-11-26mpd 0.19.5Michael Paquier
Bugfix release, fixing several crashes and deadlocks in plugins: * input - nfs: fix crash on connection failure * archive - zzip: fix crash after seeking * decoder - dsdiff, dsf, opus: fix deadlock while seeking - mp4v2: remove because of incompatible license Closes #34479. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-11-18mpd: update 0.19.4 bottle.BrewTestBot
2014-11-18mpd 0.19.4Michael Paquier
This is a bugfix release: * protocol - workaround for buggy clients that send "add /" * decoder - ffmpeg: support opus - opus: add MIME types audio/ogg and application/ogg * fix crash on failed filename charset conversion * fix local socket detection from uid=0 (root) Closes #34295. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-14mpd: update vorbis optionJack Nagel
2014-11-11mpd: update 0.19.3 bottle.BrewTestBot
2014-11-11mpd 0.19.3Michael Paquier
This is a bugfix release, with the following things fixed: * fix build failure on Mac OS X with non-Apple compilers * protocol - fix "(null)" result string to "list" when AlbumArtist is disabled * database - upnp: fix breakage due to malformed URIs * input - curl: another fix for redirected streams * decoder - audiofile: fix crash while playing streams - audiofile: fix bit rate calculation - ffmpeg: support opus - opus: fix bogus duration on streams - opus: support chained streams - opus: improved error logging * fix distorted audio with soxr resampler Closes #34095. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-10mpd: fix build with non-Apple GCCsMisty De Meo
Fixes #34081.
2014-11-04mpd: Fix comment typoMichael Paquier
Closes #33921. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-11-02mpd: update 0.19.2 bottle.BrewTestBot
2014-11-02mpd 0.19.2Michael Paquier
This is a bugfix release. Note that this release fixes a crash on OSX when mpd 0.19.X was kicked in daemon mode. Closes #33823. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-23mpd: remove more cruftJack Nagel
2014-10-23mpd: drop stale caveatsJack Nagel
2014-10-23mpd: update 0.19.1 bottle.BrewTestBot
2014-10-23mpd 0.19.1Federico Bond
Closes #33492. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-06mpd: update 0.18.16_1 bottle.BrewTestBot
2014-10-06Bump revision for dependents of ffmpegJaime Marquínez Ferrándiz
2014-09-28mpd: update 0.18.16 bottle.BrewTestBot
2014-09-28mpd 0.18.16Michael Paquier
Since 0.18.14, the following things have changed: - fix a DSD breakage due to a typo in 0.18.15 - fix issue with large command lists - fix of an old breakage of the MixRamp feature Closes #32744. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-11mpd: update 0.18.14 bottle.BrewTestBot
2014-09-11mpd 0.18.14Michael Paquier
This is a bug-fix release with the following changes: * protocol - fix range parser bug on certain 32 bit architectures * decoder - audiofile: fix crash after seeking - ffmpeg: fix crash with ffmpeg/libav version 11 - fix assertion failure after seeking Closes #32249. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-31mpd: update 0.18.13 bottle.BrewTestBot
2014-08-31mpd: inline stable blockJack Nagel
2014-08-31mpd 0.18.13Michael Paquier
Bug-release fix with the following changes: * protocol - don't change song on "seekcur" in random mode * decoder - dsdiff, dsf: fix endless loop on malformed file - ffmpeg: support ffmpeg/libav version 11 - gme: fix song duration * output - alsa: fix endless loop at end of file in dsd_usb mode * fix state file saver * fix build failure on Darwin Closes #32013. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-25mpd & mpdscribble: fix plistLukas Stabe
Closes #31887. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-20mpd: update 0.18.12 bottle.BrewTestBot
Closes #31709. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-20mpd: provide launchd plistLukas Stabe
2014-08-09mpd: optionally enable opus supportRuben Kerkhof
Closes #31316. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-02mpd: fix typo in caveatsRuben Kerkhof
Closes #31296.
2014-07-31mpd: add 0.18.12 bottle.BrewTestBot
Closes #31265. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-31mpd 0.18.12Michael Paquier
New release logs are as follows: * database - proxy: fix build failure with libmpdclient 2.2 - proxy: fix add/search and other commands with libmpdclient < 2.9 * decoder - audiofile: improve responsiveness - audiofile: fix WAV stream playback - dsdiff, dsf: fix stream playback - dsdiff: fix metadata parser bug (uninitialized variables) - faad: estimate song duration for remote files - sndfile: improve responsiveness * randomize next song when enabling "random" mode while not playing * randomize next song when adding to single-song queue
2014-05-13mpd 0.18.11Michael Paquier
This is a bugfix release. Closes #29234. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-30mpd 0.18.10Michael Paquier
Closes #28853. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14mpd: specify libc++ for clangMisty De Meo
Closes #28399. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-04-12mpd: fix caveat indentationMisty De Meo
2014-04-12mpd: needs :cxx11Misty De Meo
2014-04-12mpd 0.18.9Lukas Stabe
Closes #25444. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-01mpd: add mirror. Mike McQuaid
2014-03-19mpd: use patch DSLJack Nagel
2014-03-13mpd: fix HEAD buildJack Nagel
2014-02-27mpd: use Formula[]Adam Vandenberg
2014-02-26mpd: use double quotes and remove single-quote escapeAdam Vandenberg