Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: remove GLib option | Max Kellermann | 2015-06-27 | 1 | -1/+0 |
| | | | | Not used anymore. | ||||
* | {android,win32}/build.py: allow overriding shared path via environment | Max Kellermann | 2015-06-03 | 1 | -2/+7 |
| | |||||
* | {android,win32}/build.py: move tarballs to subdirectory "download" | Max Kellermann | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | {android,win32}/build.py: upgrade Boost to 1.58 | Max Kellermann | 2015-05-05 | 1 | -2/+2 |
| | |||||
* | {android,win32}/build.py: upgrade libvorbis, FFmpeg, CURL | Max Kellermann | 2015-05-05 | 1 | -6/+6 |
| | |||||
* | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-26 | 1 | -1/+1 |
|\ | |||||
| * | android/build.py: use os.path.abspath() to build mpd_path | Max Kellermann | 2015-01-22 | 1 | -1/+1 |
| | | | | | | | | | | Fixes a bug that occurs when runing "build.py" from inside the "android" directory. | ||||
* | | Merge tag 'v0.19.8' | Max Kellermann | 2015-01-14 | 1 | -1/+1 |
|\| | |||||
| * | android/build.py: prepend "./" to "configure" if path is empty | Max Kellermann | 2015-01-09 | 1 | -1/+1 |
| | | | | | | | | | | Fixes in-tree build when the script is called as "android/build.py" and not "./android/build.py". | ||||
* | | {win32,android}/build.py: add the host triple to the lib paths | Max Kellermann | 2014-12-17 | 1 | -12/+13 |
| | | | | | | | | Allow multiple targets to share a library directory tree. | ||||
* | | android/build: enable cpudetect for ffmpeg | Thomas Guillem | 2014-12-08 | 1 | -1/+0 |
| | | |||||
* | | Merge tag 'v0.19.6' | Max Kellermann | 2014-12-08 | 1 | -6/+6 |
|\| | |||||
| * | android/build.py: update FFmpeg to 2.5 | Max Kellermann | 2014-12-08 | 1 | -2/+2 |
| | | |||||
| * | android/build.py: update ffmpeg 2.4.3, curl 7.39 | Max Kellermann | 2014-11-28 | 1 | -4/+4 |
| | | |||||
| * | android: update libFLAC to 1.3.1 | Max Kellermann | 2014-11-28 | 1 | -2/+2 |
| | | | | | | | | Due to security vulnerabilities. | ||||
| * | android: switch to gcc 4.9 / llvm 3.5 (NDK r10c) | Max Kellermann | 2014-11-24 | 1 | -2/+2 |
| | | |||||
* | | android/build.py: enable Vorbis and httpd | Max Kellermann | 2014-12-04 | 1 | -4/+0 |
| | | | | | | | | These do not require GLib anymore. | ||||
* | | android: switch to gcc 4.9 / llvm 3.5 (NDK r10c) | Max Kellermann | 2014-11-20 | 1 | -2/+2 |
|/ | |||||
* | android/build.py: add Boost | Max Kellermann | 2014-06-21 | 1 | -1/+34 |
| | |||||
* | android/build.py: upgrade CURL to 7.37.0 | Max Kellermann | 2014-06-21 | 1 | -2/+2 |
| | |||||
* | android/build.py: upgrade ffmpeg to 2.2.3 | Max Kellermann | 2014-06-21 | 1 | -2/+3 |
| | |||||
* | android/build.py: upgrade libogg to 1.3.2 | Max Kellermann | 2014-06-21 | 1 | -2/+2 |
| | |||||
* | android/build.py: remove unused parameter from class FfmpegProject | Max Kellermann | 2014-06-21 | 1 | -1/+0 |
| | |||||
* | android/build.py: enable ffmpeg | Max Kellermann | 2014-03-02 | 1 | -0/+58 |
| | |||||
* | android/build.py: enable libid3tag | Max Kellermann | 2014-03-01 | 1 | -0/+8 |
| | |||||
* | android: use "strip" from the Android NDK | Max Kellermann | 2014-03-01 | 1 | -1/+4 |
| | |||||
* | android: enable database plugins | Max Kellermann | 2014-03-01 | 1 | -1/+0 |
| | |||||
* | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 2014-02-24 | 1 | -0/+1 |
| | |||||
* | android/build.py: add project parameter "cppflags" | Max Kellermann | 2014-02-24 | 1 | -2/+5 |
| | |||||
* | android/build.py: add parameter that specifies a subdirectory | Max Kellermann | 2014-02-24 | 1 | -4/+8 |
| | |||||
* | android/build.py: add libopus | Max Kellermann | 2014-02-22 | 1 | -0/+8 |
| | |||||
* | android/build.py: add libmad | Max Kellermann | 2014-02-22 | 1 | -1/+9 |
| | |||||
* | android/build.py: add option "autogen" | Max Kellermann | 2014-02-22 | 1 | -1/+9 |
| | |||||
* | android/build.py: add -Iroot/include and -Lroot/lib | Max Kellermann | 2014-02-22 | 1 | -2/+2 |
| | | | | Allow library auto-detection without pkg-config. | ||||
* | first Android release | Max Kellermann | 2014-02-22 | 1 | -0/+300 |
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe. |