summaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Collapse)Author
2013-10-16decoder/wildmidi: remove suport for libwildmidi 0.2.2 or olderMax Kellermann
2013-10-15require GLib 2.28Max Kellermann
The header glib_compat.h is now obsolete and can be removed.
2013-08-07CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke
Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
2013-04-17output/ffado: remove broken pluginMax Kellermann
This plugin has been in MPD for three years, and it has never worked. Enough!
2013-04-17output/mvp: remove obsolete pluginMax Kellermann
The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal.
2013-01-28decoder/mp4ff: delete obsolete pluginMax Kellermann
The underlying library has been obsolete for many years.
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann
2012-09-25decoder/adplug: new decoder pluginMax Kellermann
2012-09-25INSTALL: correct the libopus URLMax Kellermann
2012-09-05src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann
Using libopus and libogg.
2012-08-15configure.ac: auto-detect libfluidsynthMax Kellermann
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
2012-07-10require GLib 2.16Max Kellermann
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
2012-02-13listen: implement systemd socket activationMax Kellermann
2012-02-11INSTALL: mention libavMax Kellermann
2012-02-10INSTALL: remove mention of libcueMax Kellermann
2011-09-01decoder/oggflac: delete this obsolete pluginMax Kellermann
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
2011-04-12doc: INSTALL: Add despotify dependenciesSimon Kagstrom
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann
2010-10-27output: new output plugin "ffado"Max Kellermann
Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
2009-11-10configure.ac: require GLib 2.12Max Kellermann
Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
2009-10-13configure.ac: require GLib 2.16Max Kellermann
Accidently, MPD has been using several GLib 2.16 functions for a while, and nobody noticed yet. To simplify the code base, let's bump the minimum GLib version for MPD to 2.16. That version is old enough, and it's reasonable to expect users to have it.
2009-09-09INSTALL: mention libwavpack and OpenALMax Kellermann
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann
Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann
2009-04-25INSTALL: added libcue dependencyMax Kellermann
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann
2009-04-01INSTALL: added sqlite dependency for stickersMax Kellermann
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann
There are a few problems left in this plugin: - fluidsynth decodes in real time, while MPD prefers to buffer as quickly as possible; as a workaround, this plugin uses a timer object to synchronize with real-time playback - I don't know yet how fluidsynth tells me when the song has ended - the "soundfont" configuration setting is not yet documented, and it will likely change soon (in favor of a per-decoder configuration block)
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann
2009-01-29added support for the MMS protocolMax Kellermann
This patch implements the MMS protocol, by using libmms. It is quite experimental: it does not support seeking yet, and it is currently using synchronous I/O, which causes MPD to hang while waiting for the server.
2009-01-14allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin
mpd uses some additional files to work, such as pid_file, state_file, db_file, etc. when running mpd as non-root user, it is often that those files end in ~/.mpd in that case, we end up with 2 entries in a user's home, .mpdconf and .mpd - which clutters homedirs. this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf, allowing for a cleaner homedir
2008-12-20More clarification in the INSTALL fileAvuton Olrich
2008-12-20Clarify some very messy documentation in the installation.Avuton Olrich
2008-11-27INSTALL: documented pkg-config usageMax Kellermann
Mention the workaround for users without pkg-config.
2008-11-05INSTALL: update dependency listMax Kellermann
Documented dependencies on gcc/C99, glib, libvorbisenc, liblame, ffmpeg.
2008-10-26http: use libcurlMax Kellermann
MPD's HTTP client code has always been broken, no matter how effort was put into fixing it. Replace it with libcurl, which is known to be quite stable. This adds a fat library dependency, but only for people who need streaming.
2007-05-27Updating INSTALL.J. Alexander Treuman
git-svn-id: https://svn.musicpd.org/mpd/trunk@6293 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Being a picky little bitch about those doc updates.J. Alexander Treuman
git-svn-id: https://svn.musicpd.org/mpd/trunk@5787 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Doc updates for 0.13.0Avuton Olrich
git-svn-id: https://svn.musicpd.org/mpd/trunk@5786 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-28Updating INSTALLJ. Alexander Treuman
git-svn-id: https://svn.musicpd.org/mpd/trunk@4706 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-14update install w/ mikmod infoWarren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@1490 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-02change default port to 6600 (just a doc change)Warren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@1291 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-22update for 0.10.2Warren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@407 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24update installtion and authors for 0.10.0Warren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@12 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-23import from SF CVSWarren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f