summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2020-04-01python/build/libs.py: update libmpdclient to 2.18Max Kellermann
2020-04-01python/build/libs.py: update CURL to 7.69.1Max Kellermann
2020-01-17python/build/libs.py: update Boost to 1.72.0Max Kellermann
2020-01-17python/build/libs.py: update expat to 2.2.9Max Kellermann
2020-01-17python/build/libs.py: disable various CURL features we don't useMax Kellermann
2020-01-17python/build/libs.py: update CURL to 7.68.0Max Kellermann
2020-01-17python/build/libs.py: update FFmpeg to 4.2.2Max Kellermann
2020-01-17python/build/libs.py: update FLAC to 1.3.3Max Kellermann
2020-01-17python/build/libs.py: update libmpdclient to 2.17Max Kellermann
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