aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-01configure.ac: detect libyajl for playlist/soundcloudMax Kellermann1-2/+9
2012-03-01A soundcloud playlist plugin.Robert Vollmert1-0/+13
Requires YAJL to build, and this doesn't include the necessary automake changes. Can be built using ./configure CFLAGS="-I/usr/include/yajl" LIBS="-lyajl" --enable-soundcloud Add the following to your config: playlist_plugin { name "soundcloud" enabled "true" apikey "c4c979fd6f241b5b30431d722af212e8" } Then you can stream from soundcloud using calls like: mpc load soundcloud://track/<track-id> mpc load soundcloud://playlist/<playlist-id> mpc load soundcloud://url/http://soundcloud.com/some/track/or/playlist For the last case, you can leave off the http:// or http://soundcloud.com/ .
2012-02-23win32: Add a Windows OS resource file and iconAvuton Olrich1-0/+19
2012-02-13listen: implement systemd socket activationMax Kellermann1-0/+12
2012-02-10cue_parser: new line based CUE sheet parserMax Kellermann1-17/+1
To replace libcue, the unmaintained and crashy library.
2012-02-04Modify version string to post-release version 0.16.8~gitAvuton Olrich1-1/+1
2012-02-04mpd version 0.16.7release-0.16.7Avuton Olrich1-1/+1
2012-01-04configure.ac: disable -Wno-deprecated-declarationsMax Kellermann1-1/+0
2011-12-13configure.ac: suppress warnings in the GLib headersMax Kellermann1-0/+5
Replace -I with -isystem in GLIB_CFLAGS.
2011-12-12configure.ac: Refactor the musepack sectionAvuton Olrich1-38/+14
It appears the musepack section has not really been reviewed in some time, many parts unfunctional, others, just unnecessary.
2011-12-12configure.ac: AC_HAVE_LIBRARY has been depreciated, move to AC_CHECK_LIBAvuton Olrich1-5/+4
2011-12-12configure.ac: Update to methods which autoconf is going toAvuton Olrich1-4/+5
2011-12-12configure.ac: Realphabetize and 80 column the pretty outputAvuton Olrich1-8/+8
2011-12-12configure/utils: Add ipv6 support for mingw buildAvuton Olrich1-0/+4
2011-12-01Modify version string to post-release version 0.16.7~gitAvuton Olrich1-1/+1
2011-12-01mpd version 0.16.6release-0.16.6Avuton Olrich1-1/+1
2011-10-13configure.ac: define WINVERMax Kellermann1-0/+1
Ensure that WINVER is defined early enough, so other system headers won't fall back to their default value. Specifically, this solves a build failure (-Werror) with mingw-w64 ("WINVER redefined").
2011-10-09configure.ac: enable automake option "silent-rules"Max Kellermann1-0/+1
2011-10-09Makefile.am: require automake 1.11Max Kellermann1-1/+1
Prepare for enabling "silent-rules".
2011-10-09configure.ac: use $LIBS instead of $MPD_LIBSMax Kellermann1-12/+6
2011-10-09configure.ac: substitute MPCDEC_LIBS, MPCDEC_CFLAGSMax Kellermann1-3/+7
Don't use MPD_LIBS, MPC_CFLAGS.
2011-10-09configure.ac: add variable BZ2_LIBSMax Kellermann1-1/+2
Don't use MPD_LIBS.
2011-10-09configure.ac: don't append DESPOTIFY_LIBS to MPD_LIBSMax Kellermann1-1/+0
Use DESPOTIFY_LIBS in Makefile.am instead. Also, use DESPOTIFY_CFLAGS.
2011-10-09configure.ac: remove gprof supportMax Kellermann1-11/+0
gprof is obsolete, it's better to use perfcounters in every aspect.
2011-10-09configure.ac: use AC_SEARCH_LIBS for socket, gethostbyname, expMax Kellermann1-3/+4
AC_SEARCH_LIBS allows the function to be present in libc.
2011-10-09configure.ac: detect syslog() with AC_SEARCH_LIBSMax Kellermann1-9/+4
One call to AC_SEARCH_LIBS replaces AC_CHECK_FUNCS and AC_CHECK_LIB.
2011-10-09Modify version string to post-release version 0.16.6~gitAvuton Olrich1-1/+1
2011-10-09mpd version 0.16.5release-0.16.5Avuton Olrich1-1/+1
2011-10-07configure.ac: disable systemd service by defaultMax Kellermann1-1/+9
Defaulting to "with systemd" causes problems for users who install MPD as an unprivileged user, and it breaks "make distcheck". It looks like enabling it by default creates too many practical problems for unexperienced users. With --with-systemdsystemunitdir (without a parameter), configure.ac attempts to auto-detect systemd.
2011-10-03configure.ac: add automake conditional HAVE_CXXMax Kellermann1-0/+1
2011-09-30Install systemd service file if systemd is availableMiklos Vajna1-0/+8
2011-09-20configure.ac: fix --enable-id3 help stringMax Kellermann1-1/+1
2011-09-19configure.ac: add option --enable-solaris-outputMax Kellermann1-3/+14
Allow enabling the plugin explicitly without running Solaris, to test the build.
2011-09-19configure.ac: fix solaris result displayMax Kellermann1-1/+1
Wrong variable name.
2011-09-16configure.ac: disable assertions in the non-debugging buildMax Kellermann1-4/+3
Add -DNDEBUG to AM_CPPFLAGS.
2011-09-16configure.ac: enable -Werror for C++Max Kellermann1-0/+1
2011-09-16configure.ac: pass AM_CXXFLAGS, AM_CPPFLAGS to Makefile.amMax Kellermann1-0/+2
2011-09-01Modify version string to post-release version 0.16.5~gitAvuton Olrich1-1/+1
2011-09-01mpd version 0.16.4release-0.16.4Avuton Olrich1-1/+1
2011-09-01decoder/oggflac: delete this obsolete pluginMax Kellermann1-47/+2
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
2011-09-01configure.ac: fail if Vorbis was enabled explicitly, but not foundMax Kellermann1-25/+18
.. and a minor tweak for libFLAC+libogg detection.
2011-09-01configure.ac: fail if FLAC was enabled explicitly, but not foundMax Kellermann1-6/+8
2011-09-01configure.ac: auto-detect libmad without pkg-configMax Kellermann1-1/+2
The pkg-config file was added by the Debian package maintainers, and unfortunately, the rest of the world doesn't have it.
2011-09-01configure.ac: fail if libid3tag was enabled explicitly, but not foundMax Kellermann1-10/+5
Add M4 function MPD_AUTO_PKG_LIB for pkg-config with AC_CHECK_LIB fallback.
2011-09-01configure.ac: use MPD_AUTO_PKG to detect avahiMax Kellermann1-14/+17
Don't abort the configure script when avahi could not be auto-detected. It previously did, because there was no custom "fail" action for PKG_CHECK_MODULES.
2011-09-01Makefile.am: use AVAHI_CFLAGS, AVAHI_LIBSMax Kellermann1-2/+1
Don't add those to MPD_CFLAGS / MPD_LIBS.
2011-08-29configure.ac: add OpenSSL check for RAOP output pluginMax Kellermann1-3/+5
Auto-enable the plugin when OpenSSL was found.
2011-08-24input/soup: new input plugin based on libsoupMax Kellermann1-0/+14
To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
2011-07-03configure: correct avahi/bonjour state on result pageMax Kellermann1-7/+7
Was always displayed as "no", even if one was found.
2011-06-04Modify version string to post-release version 0.16.4~gitAvuton Olrich1-1/+1