Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-06 | build/openssl: pass --cross-compile-prefix to ./Configure | Max Kellermann | |
2021-08-06 | build/openssl: pass RANLIB=... to "make install" | Max Kellermann | |
The "install_dev" target runs ranlib during installation, and this can break the Android build. | |||
2021-08-06 | python/build/libs.py: update OpenSSL to 3.0.0-beta2 | Max Kellermann | |
2021-08-06 | python/build/libs.py: update CURL to 7.78.0 | Max Kellermann | |
2021-06-23 | Fix android build error when confronted with package versions ending in ↵ | Yetangitu | |
+revision_information The script seems to assume package version numbers always end in numeric versions with an optional alpha-suffix. Alas, were it only so simple... Sometimes the package is called fizzbang-1.2.3+release_info in which case the build fails. No more! Closes https://github.com/MusicPlayerDaemon/MPD/issues/1177 | |||
2021-05-17 | python/build/libs.py: update OpenSSL to 3.0.0-alpha16 | Max Kellermann | |
2021-05-17 | python/build/libs.py: update FFmpeg to 4.4 | Max Kellermann | |
2021-05-17 | python/build/libs.py: update CURL to 7.76.1 | Max Kellermann | |
2021-05-11 | python/build: update Boost URL and version | skidoo23 | |
2021-04-26 | output/jack: enable on Windows | Max Kellermann | |
This enables the JACK output plugin on Windows, but doesn't link against libjack64.dll, instead loads the DLL at runtime with LoadLibrary(). This kludge avoids the extremely fragile JACK shared memory protocol by using the system's libjack64.dll, without requiring the same DLL at build time. | |||
2021-04-07 | python/build/boost.py: touch boost/version.hpp to avoid reinstalling all the ↵ | Max Kellermann | |
time | |||
2021-02-07 | python/build/libs.py: enable CURL/schannel support on Windows | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1031 | |||
2021-01-21 | python/build/libs.py: build CURL with OpenSSL support | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1059 | |||
2021-01-19 | python/build/ffmpeg.py: remove obsolete -no-integrated-as workaround | Max Kellermann | |
2021-01-19 | python/build/libs.py: update CURL to 7.74.0 | Max Kellermann | |
2021-01-19 | python/build/libs.py: update Boost to 1.75.0 | Max Kellermann | |
2020-10-17 | lib/nfs/patches: disable the snprintf->sprintf_s alias | Max Kellermann | |
snprintf() is available on mingw, and the libnfs kludge broke the build with mingw, because sprintf_s() was now both an inline function and a "dllimport" function (because the macro renamed the inline function snprintf() to sprintf_s() in mingw's stdio.h). | |||
2020-10-16 | python/build/libs.py: update CURL to 7.73.0 | Max Kellermann | |
2020-09-04 | Merge branch 'v0.21.x' into master | Max Kellermann | |
2020-09-04 | python/build/libs.py: update Boost to 1.74.0 | Max Kellermann | |
2020-09-04 | python/build/libs.py: update CURL to 7.72.0 | Max Kellermann | |
2020-07-20 | python/build/libs.py: update CURL to 7.71.1 | Max Kellermann | |
2020-07-20 | python/build/libs.py: update FFmpeg to 4.3.1 | Max Kellermann | |
2020-07-20 | python/build/libs.py: update libvorbis to 1.3.7 | Max Kellermann | |
2020-07-20 | python/build/libs.py: update libmpdclient to 2.19 | Max Kellermann | |
2020-07-01 | Merge branch 'v0.21.x' | Max Kellermann | |
2020-07-01 | python/build/meson.py: set BOOST_ROOT for Meson 0.54 | Max Kellermann | |
Commit https://github.com/mesonbuild/meson/commit/08224dafcba1b694fb624553e7d84deb565aae22 changed Meson to require BOOST_ROOT for cross builds. | |||
2020-06-10 | Merge tag 'v0.21.24' | Max Kellermann | |
release v0.21.24 | |||
2020-06-10 | {android,win32}/build.py: enable the GME decoder plugin | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/891 | |||
2020-06-05 | misc: use python builtin tar library when /bin/tar not found | Shen-Ta Hsieh | |
2020-05-27 | {android,win32}/build.py: build libmodplug and WildMidi | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/866 | |||
2020-05-26 | python/build/libs.py: update FFmpeg to 4.2.3 | Max Kellermann | |
2020-05-07 | python/build/libs.py: update CURL to 7.70.0 | Max Kellermann | |
2020-05-07 | python/build/libs.py: update Boost to 1.73.0 | Max Kellermann | |
2020-04-01 | python/build/libs.py: update libmpdclient to 2.18 | Max Kellermann | |
2020-04-01 | python/build/libs.py: update CURL to 7.69.1 | Max Kellermann | |
2020-01-17 | python/build/libs.py: update Boost to 1.72.0 | Max Kellermann | |
2020-01-17 | python/build/libs.py: update expat to 2.2.9 | Max Kellermann | |
2020-01-17 | python/build/libs.py: disable various CURL features we don't use | Max Kellermann | |
2020-01-17 | python/build/libs.py: update CURL to 7.68.0 | Max Kellermann | |
2020-01-17 | python/build/libs.py: update FFmpeg to 4.2.2 | Max Kellermann | |
2020-01-17 | python/build/libs.py: update FLAC to 1.3.3 | Max Kellermann | |
2020-01-17 | python/build/libs.py: update libmpdclient to 2.17 | Max Kellermann | |
2019-11-04 | python/build/libs: update CURL to 7.66.0 | Max Kellermann | |
2019-11-04 | python/build/libs: update FFmpeg to 4.2.1 | Max Kellermann | |
2019-09-01 | python/build/libs: update Boost to 1.71.0 | Max Kellermann | |
2019-09-01 | python/build/libs: update expat to 2.2.7 | Max Kellermann | |
2019-09-01 | python/build/libs: update CURL to 7.65.3 | Max Kellermann | |
2019-09-01 | python/build/libs: update FFmpeg to 4.2 | Max Kellermann | |
2019-09-01 | python/build/libs: update Opus to 1.3.1 | Max Kellermann | |