aboutsummaryrefslogtreecommitdiffstats
path: root/android/build.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {android,win32}/build.py: move class Project to build/project.pyMax Kellermann2015-11-211-53/+1
|
* {android,win32}/build.py: add tarball_path and src_path to toolchain classMax Kellermann2015-11-201-17/+22
| | | | Reduce dependencies on global variables.
* {android,win32}/build.py: move common code to python/build/Max Kellermann2015-11-201-49/+6
|
* {android,win32}/build.py: fix missing renameMax Kellermann2015-11-201-1/+1
|
* {android,win32}/build.py: add toolchain classesMax Kellermann2015-11-201-103/+113
|
* {android,win32}/build.py: upgrade FFmpeg to 2.8.2Max Kellermann2015-11-171-2/+2
|
* {android,win32}/build.py: upgrade Boost to 1.59.0Max Kellermann2015-10-271-2/+2
|
* {android,win32}/build.py: upgrade FFmpeg to 2.8.1Max Kellermann2015-10-271-2/+2
|
* {android,win32}/build.py: upgrade CURL to 7.45.0Max Kellermann2015-10-271-2/+2
|
* android/build.py: switch to LLVM/clang 3.6Max Kellermann2015-10-271-1/+1
|
* configure.ac: remove GLib optionMax Kellermann2015-06-271-1/+0
| | | | Not used anymore.
* {android,win32}/build.py: allow overriding shared path via environmentMax Kellermann2015-06-031-2/+7
|
* {android,win32}/build.py: move tarballs to subdirectory "download"Max Kellermann2015-06-031-1/+1
|
* {android,win32}/build.py: upgrade Boost to 1.58Max Kellermann2015-05-051-2/+2
|
* {android,win32}/build.py: upgrade libvorbis, FFmpeg, CURLMax Kellermann2015-05-051-6/+6
|
* Merge branch 'v0.19.x'Max Kellermann2015-01-261-1/+1
|\
| * android/build.py: use os.path.abspath() to build mpd_pathMax Kellermann2015-01-221-1/+1
| | | | | | | | | | Fixes a bug that occurs when runing "build.py" from inside the "android" directory.
* | Merge tag 'v0.19.8'Max Kellermann2015-01-141-1/+1
|\|
| * android/build.py: prepend "./" to "configure" if path is emptyMax Kellermann2015-01-091-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 pathsMax Kellermann2014-12-171-12/+13
| | | | | | | | Allow multiple targets to share a library directory tree.
* | android/build: enable cpudetect for ffmpegThomas Guillem2014-12-081-1/+0
| |
* | Merge tag 'v0.19.6'Max Kellermann2014-12-081-6/+6
|\|
| * android/build.py: update FFmpeg to 2.5Max Kellermann2014-12-081-2/+2
| |
| * android/build.py: update ffmpeg 2.4.3, curl 7.39Max Kellermann2014-11-281-4/+4
| |
| * android: update libFLAC to 1.3.1Max Kellermann2014-11-281-2/+2
| | | | | | | | Due to security vulnerabilities.
| * android: switch to gcc 4.9 / llvm 3.5 (NDK r10c)Max Kellermann2014-11-241-2/+2
| |
* | android/build.py: enable Vorbis and httpdMax Kellermann2014-12-041-4/+0
| | | | | | | | These do not require GLib anymore.
* | android: switch to gcc 4.9 / llvm 3.5 (NDK r10c)Max Kellermann2014-11-201-2/+2
|/
* android/build.py: add BoostMax Kellermann2014-06-211-1/+34
|
* android/build.py: upgrade CURL to 7.37.0Max Kellermann2014-06-211-2/+2
|
* android/build.py: upgrade ffmpeg to 2.2.3Max Kellermann2014-06-211-2/+3
|
* android/build.py: upgrade libogg to 1.3.2Max Kellermann2014-06-211-2/+2
|
* android/build.py: remove unused parameter from class FfmpegProjectMax Kellermann2014-06-211-1/+0
|
* android/build.py: enable ffmpegMax Kellermann2014-03-021-0/+58
|
* android/build.py: enable libid3tagMax Kellermann2014-03-011-0/+8
|
* android: use "strip" from the Android NDKMax Kellermann2014-03-011-1/+4
|
* android: enable database pluginsMax Kellermann2014-03-011-1/+0
|
* SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann2014-02-241-0/+1
|
* android/build.py: add project parameter "cppflags"Max Kellermann2014-02-241-2/+5
|
* android/build.py: add parameter that specifies a subdirectoryMax Kellermann2014-02-241-4/+8
|
* android/build.py: add libopusMax Kellermann2014-02-221-0/+8
|
* android/build.py: add libmadMax Kellermann2014-02-221-1/+9
|
* android/build.py: add option "autogen"Max Kellermann2014-02-221-1/+9
|
* android/build.py: add -Iroot/include and -Lroot/libMax Kellermann2014-02-221-2/+2
| | | | Allow library auto-detection without pkg-config.
* first Android releaseMax Kellermann2014-02-221-0/+300
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.