aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpd.rb
AgeCommit message (Collapse)Author
2012-11-12mpd 0.17.2ahihi
Closes #16000. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31mpd: enable ffmpeg supportZach Holman
mpd out of the box doesn't do well with m4a files. Since Homebrew is used on OS X, and a lot of Mac users are bound to have lots of music purchased from iTunes, it makes sense to install mpd with all the dependencies necessary to play iTunes-purchased music. Closes #15788. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-18mpd 0.17.1Ross Heflin
Closes #14992. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-13mpd: disable libwarp by defaultnibbles 2bits
- Disable libwrap by default. - Add an option to enable it. - Fixes a build error where a 10.7 lib was found on 10.8. Fixes #14787 Closes #14902. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-26mpd: use new dslAdam Vandenberg
2012-07-21mpd 0.17Lorenzo Manacorda
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10MPD 0.16.8Ross Heflin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-21mpd: add --HEADricho
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-07mpd 0.16.7Lorenzo Manacorda
Closes #10034. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09mpd 0.16.6Daniel Berjón
Closes #9056. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01mpd 0.16.5Lorenzo Manacorda
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-11mpd 0.16.3Edward George
Also fixes the current issue where mpd will not compile if the ffmpeg formula is installed. see: https://gist.github.com/mxcl/homebrew/issues/6709 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-26Fix some strict audit warningsAdam Vandenberg
2011-03-23Update mpd to 0.16.2Benjamin Cremer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-01mpd 0.16.1Jonathan Boyett
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-10Update mpd to 0.16Benjamin Cremer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-20mpd - formattingAdam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-07-25Update Formula MPDwmlex
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-23Update mpd to 0.5.12Peter Aronoff
From mpd's wiki (http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki): This release fixes MPD builds with recent CURL releases, RVA2 tags and adds wildmidi-0.2.3 support. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14Add optional configure flag for Last.fm support in mpdPeter Aronoff
As of mpd 0.15, mpd provides experimental native support for Last.fm radio. This commit adds an optional configure flag (--lastfm) to give Homebrew users a chance to try it out. (I'm using it here with good results.) See http://mpd.wikia.com/wiki/Last.fm_Radio for more details about how to use Last.fm with mpd if enabled. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-29updated mpd to 0.15.9m0rk
* added aac support (faad2) * added mp3 support (libmad) * fixed aac support outside of /usr/local/ Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-02mpd: enable more featuresDavid Höppner
2010-01-31mpd: update version, enable curl on 10.6David Höppner
2010-01-31Add MPDOliver Charles
Signed-off-by: David Höppner <0xffea@gmail.com>