summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
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.
2018-01-05build/python/autotools: add properties "ldflags", "libs", "install_target"Max Kellermann
2018-01-05build/python: use "glibtoolize", not "libtoolize" when compiling on OS XFelix Hädicke
On OS X, the "libtoolize" command is some Apple tool. The libtoolize we want is named "glibtoolize" in Homebrew.
2018-01-05python/build/libs.py: pass --disable-debugging to libid3tag and libmadMax Kellermann
2018-01-05python/build/libs.py: reindent arraysMax Kellermann
2018-01-05python/libs: upgrade Boost to 1.66.0Max Kellermann
2017-12-12python/build/libs.py: disable the FFmpeg HEVC decoder due to clang build failureMax Kellermann
2017-12-12python/build/libs.py: disable more FFmpeg featuresMax Kellermann
2017-12-12python/libs: upgrade Boost to 1.65.1Max Kellermann
2017-12-12python/build/libs: upgrade CURL to 7.57.0Max Kellermann
2017-12-11python/build/libs: upgrade FFmpeg to 3.4.1Max Kellermann
2017-08-24python/build/libs: upgrade CURL to 7.55.1Max Kellermann
2017-08-24python/libs: upgrade Opus to 1.2.1Max Kellermann
2017-08-24python/build/libs: upgrade FFmpeg to 3.3.3Max Kellermann
2017-08-23python/libs: upgrade Boost to 1.65Max Kellermann
2017-07-19python/build/libs: add LAMEMax Kellermann
Enable it in the Windows build script, closes #78. LAME currently doesn't support Android: checking host system type... Invalid configuration `arm-linux-androideabi': system `androideabi' not recognized
2017-07-19{android,win32}/build.py: concatenate variables from the command lineMax Kellermann
2017-06-15python/build/libs: upgrade FFmpeg to 3.3.2, CURL to 7.54.1Max Kellermann
2017-05-16python/build/libs: upgrade FFmpeg to 3.3.1Max Kellermann
2017-04-24python/libs: upgrade Boost to 1.64Max Kellermann
2017-04-24python/build/libs: upgrade CURL to 7.54.0Max Kellermann
2017-04-24python/build/libs: upgrade FFmpeg to 3.3Max Kellermann
2017-04-11Update libs.pymartinarielhartmann
upgrade zlib to 1.2.11