summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2019-11-04python/build/libs: update CURL to 7.66.0Max Kellermann
2019-11-04python/build/libs: update FFmpeg to 4.2.1Max Kellermann
2019-09-01python/build/libs: update Boost to 1.71.0Max Kellermann
2019-09-01python/build/libs: update expat to 2.2.7Max Kellermann
2019-09-01python/build/libs: update CURL to 7.65.3Max Kellermann
2019-09-01python/build/libs: update FFmpeg to 4.2Max Kellermann
2019-09-01python/build/libs: update Opus to 1.3.1Max Kellermann
2019-09-01python/build/libs: update libogg to 1.3.4Max Kellermann
2019-04-23python/build/libs.py: upgrade Boost to 1.70.0Max Kellermann
2019-04-03python/build/libs.py: upgrade libnfs to 4.0.0Max Kellermann
2019-04-03python/build/libs.py: upgrade CURL to 7.64.1Max Kellermann
2019-04-03python/build/libs.py: upgrade FFmpeg to 4.1.3Max Kellermann
2019-02-22python/build/libs.py: upgrade CURL to 7.64.0Max Kellermann
2019-02-22python/build/libs.py: upgrade FFmpeg to 4.1.1Max Kellermann
2019-01-21python/build/libs.py: upgrade Boost to 1.69.0Max Kellermann
2019-01-21python/build/libs.py: upgrade CURL to 7.63.0Max Kellermann
2018-11-14python/build/libs.py: upgrade FFmpeg to 4.1Max Kellermann
2018-11-14python/build/libs.py: upgrade CURL to 7.62.0Max Kellermann
2018-11-04python/build/zlib.py: build zlib as a static libraryMax Kellermann
Fixes one part of #404
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