summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2018-10-30python/build/meson.py: use toolchain.libs (for libc++)Max Kellermann
2018-10-22Merge branch 'v0.20.x'Max Kellermann
2018-10-22python/build/libs.py: upgrade CURL to 7.61.1Max Kellermann
2018-10-22python/build/libs.py: upgrade Opus to 1.3Max Kellermann
2018-10-22python/build/libs.py: upgrade libmpdclient to 2.16Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
2018-10-14python/build/meson.py: generate `windres` lineMax Kellermann
2018-10-14python/build/meson.py: move two functions to the top levelMax Kellermann
2018-08-17android/build.py: add aarch64 supportMax Kellermann
2018-08-17python/build/meson.py: set "needs_exe_wrapper=true"Max Kellermann
Prevent Meson from running Android-x86 binaries. That will fail because the Android standard libraries are most likely not installed.
2018-08-17python/build/libs.py: disable libnfs utils/examplesMax Kellermann
2018-08-17python/build/libs.py: disable expat documentationMax Kellermann
2018-08-17build: Add libexpat to the crosscompile build on Windows.Joshua Wise
The Curl plugin requires libexpat in order to work these days, so we should download and build it in order to get the plugin enabled on Windows.
2018-08-17python/libs: upgrade Boost to 1.68.0Max Kellermann
2018-07-29python/build/libs.py: upgrade FFmpeg to 4.0.2Max Kellermann
2018-07-16python/build/libs: upgrade libnfs to 3.0.0Max Kellermann
2018-07-16python/build/libs: upgrade CURL to 7.61.0Max Kellermann
2018-06-22python/build/libs.py: upgrade FFmpeg to 4.0.1Max Kellermann
2018-05-22python/build/meson.py: create build_path if it does not existMax Kellermann
2018-05-22python/build/libs: upgrade CURL to 7.60.0Max Kellermann
2018-05-12python/build/libs.py: add libmpdclientMax Kellermann
2018-05-12python/build: add support for Meson/ninja based projectsMax Kellermann
2018-04-26python/build/libs.py: upgrade FFmpeg to 4.0Max Kellermann
2018-04-26python/build/libs.py: upgrade libvorbis to 1.3.6Max Kellermann
2018-03-15python/build/libs: upgrade CURL to 7.59.0Max Kellermann
2018-03-04android/build.py: support the x86 ABIMax Kellermann
First commit for issue #69
2018-02-24python/build/libs.py: remove duplicate FFmpeg option and fix typoMax Kellermann
Closes #232
2018-02-24python/build/libs.py: re-enable FFmpeg MP3 decoderMax Kellermann
libmad has been unmaintained for a long time, and it fails to build on Windows. I could go and fix libmad's broken configure script, but I prefer to just assign MP3 decoding to FFmpeg for now. Closes #228
2018-02-24python/build/libs.py: update FFmpeg to 3.4.2Max Kellermann
2018-02-20python/build/libs.py: add libnfsMax Kellermann
Enable the NFS storage plugin on Android. Closes #226
2018-02-20python/build/autotools.py: add autoreconf supportMax Kellermann
2018-02-09python/build/libs.py: convert CURL edit to quilt patchMax Kellermann
2018-02-09python/build/project.py: add quilt supportMax Kellermann
2018-02-09python/build/libs.py: build only the libraryMax Kellermann
2018-02-09python/build/project: allow trailing digit after letter in version numberMax Kellermann
For version numbers such as OpenSSH's, e.g.: "7.2p2"
2018-02-03python/build/libs: upgrade CURL to 7.58.0Max Kellermann
2018-01-19python/build/libs.py: build only libFLAC, no programsMax Kellermann
2018-01-19python/build/autotools.py: add "subdir" parameterMax Kellermann
2018-01-19python/build/libs.py: disable libFLAC API documentationMax Kellermann
2018-01-19python/build/libs.py: disable Opus documentation and extra programsMax Kellermann
2018-01-18python/build/libs.py: update LAME to 3.100Max Kellermann
2018-01-05python/build/libs.py: disable even more FFmpeg modulesMax Kellermann
2018-01-05python/build/libs.py: update libogg to 1.3.3Max Kellermann
2018-01-05python/build/libs.py: disable more FFmpeg modulesMax Kellermann
2018-01-05python/build/libs.py: disable libcurl SMB supportMax Kellermann
MPD doesn't use this feature anyway.
2018-01-05python/build/libs.py: disable lots of useless FFmpeg featuresMax Kellermann
2018-01-05python/build/libs.py: suppress "visibility default" in libopus buildMax Kellermann
2018-01-05python/build/libs.py: work around libid3tag CFLAGS bugMax Kellermann
2018-01-05python/build/project.py: add "edits" parameter to edit source filesMax Kellermann
2018-01-05build/python: refactoring: introduce new class MakeProjectFelix Hädicke
This introduces a the new class MakeProject, which is used as a base class for all Makefile based thirdparty libraries.