aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-08doc: show .tar.xz in sample unpack commandMax Kellermann1-6/+2
2013-11-08doc: replace the remaining wikia linksMax Kellermann1-4/+5
2013-10-28configure.ac: disable the OS X output plugin by defaultMax Kellermann1-3/+0
There hasn't been a maintainer for this plugin for years. It may even fail to build.
2013-10-26INSTALL: mention clangMax Kellermann1-0/+1
2013-10-26INSTALL: mention minimum gcc versionMax Kellermann1-1/+1
2013-10-20doc/developer: require C++11Max Kellermann1-1/+1
2013-10-16decoder/wildmidi: remove suport for libwildmidi 0.2.2 or olderMax Kellermann1-1/+1
2013-10-15require GLib 2.28Max Kellermann1-1/+1
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 Gehrke1-3/+3
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 Kellermann1-3/+0
This plugin has been in MPD for three years, and it has never worked. Enough!
2013-04-17output/mvp: remove obsolete pluginMax Kellermann1-3/+0
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 Kellermann1-1/+1
The underlying library has been obsolete for many years.
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann1-1/+1
2012-09-25decoder/adplug: new decoder pluginMax Kellermann1-0/+3
2012-09-25INSTALL: correct the libopus URLMax Kellermann1-1/+1
2012-09-05src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann1-0/+3
Using libopus and libogg.
2012-08-15configure.ac: auto-detect libfluidsynthMax Kellermann1-1/+1
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
2012-07-10require GLib 2.16Max Kellermann1-1/+1
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 Kellermann1-0/+3
2012-02-11INSTALL: mention libavMax Kellermann1-1/+1
2012-02-10INSTALL: remove mention of libcueMax Kellermann1-3/+0
2011-09-01decoder/oggflac: delete this obsolete pluginMax Kellermann1-5/+0
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 Kagstrom1-0/+3
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann1-0/+3
2010-10-27output: new output plugin "ffado"Max Kellermann1-0/+3
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 Kellermann1-1/+1
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 Kellermann1-1/+1
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 Kellermann1-0/+6
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann1-0/+3
Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann1-0/+3
2009-04-25INSTALL: added libcue dependencyMax Kellermann1-0/+3
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann1-1/+1
2009-04-01INSTALL: added sqlite dependency for stickersMax Kellermann1-0/+3
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann1-0/+3
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann1-0/+3
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 Kellermann1-0/+3
2009-01-29added support for the MMS protocolMax Kellermann1-0/+3
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 Quelin1-2/+3
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 Olrich1-3/+4
2008-12-20Clarify some very messy documentation in the installation.Avuton Olrich1-8/+23
2008-11-27INSTALL: documented pkg-config usageMax Kellermann1-0/+12
Mention the workaround for users without pkg-config.
2008-11-05INSTALL: update dependency listMax Kellermann1-0/+17
Documented dependencies on gcc/C99, glib, libvorbisenc, liblame, ffmpeg.
2008-10-26http: use libcurlMax Kellermann1-0/+4
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 Treuman1-1/+4
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 Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@5787 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Doc updates for 0.13.0Avuton Olrich1-4/+13
git-svn-id: https://svn.musicpd.org/mpd/trunk@5786 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-28Updating INSTALLJ. Alexander Treuman1-46/+57
git-svn-id: https://svn.musicpd.org/mpd/trunk@4706 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-14update install w/ mikmod infoWarren Dukes1-1/+4
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 Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@1291 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-22update for 0.10.2Warren Dukes1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@407 09075e82-0dd4-0310-85a5-a0d7c8717e4f