|
48cc76f114
|
python/build/toolchain: add is_android, is_darwin
|
2023-09-26 14:49:39 +02:00 |
|
|
a0892b852e
|
build/python/autotools: add option per_arch_cflags
|
2023-09-26 14:33:24 +02:00 |
|
|
485c7805eb
|
python/build/autotools: use list.extend() to append configure_args
|
2023-09-26 14:31:30 +02:00 |
|
|
23802f4489
|
python/build/tarball: Python type hints
|
2023-09-26 14:28:23 +02:00 |
|
|
3fedd978a2
|
python/build/meson: disable ccache because Meson detects it automatically
|
2023-09-26 14:27:43 +02:00 |
|
|
a9f1bed922
|
build/python/cmake: add cast to fix mypy warning
|
2023-09-26 14:25:51 +02:00 |
|
|
eb23788fec
|
python/build: add support for fallback download URLs
|
2023-09-26 14:25:51 +02:00 |
|
|
f6d73555a6
|
python/build/libs: update OpenSSL toi 3.1.3
|
2023-09-26 14:21:43 +02:00 |
|
|
a56a709406
|
python/build/download: relative imports
|
2023-09-26 14:15:01 +02:00 |
|
|
5f253e66f6
|
python/build/toolchain.py: add AnyToolchain for type hints
|
2023-09-26 12:54:58 +02:00 |
|
|
4669f7e2b9
|
{android,win32}/build.py: move Toolchain classes to python/build/toolchain.py
|
2023-09-26 12:47:02 +02:00 |
|
|
3f2016e552
|
python: add type hints
|
2023-09-26 12:04:08 +02:00 |
|
|
101e12cf9a
|
modplug: add patch to remove the deprecated register keyword
|
2023-09-26 11:48:44 +02:00 |
|
|
f382808450
|
python/build/libs.py: update CURL to 8.2.1
|
2023-09-26 11:48:16 +02:00 |
|
|
0cbe3c2a93
|
python/build/libs.py: update OpenSSL to 3.1.2
|
2023-09-26 11:48:13 +02:00 |
|
|
4f0ae28359
|
python/build/libs.py: update zlib to 1.3
|
2023-09-26 11:48:09 +02:00 |
|
|
6a4250f485
|
python/build/libs.py: update Opus to 1.4
|
2023-09-26 11:48:06 +02:00 |
|
|
3322b29e6a
|
python/build/libs.py: update FLAC to 1.4.3
|
2023-09-26 11:48:02 +02:00 |
|
|
6953800628
|
python/build/libs.py: update CURL to 8.2.1
|
2023-09-11 22:24:27 +02:00 |
|
|
7c65c4f485
|
python/build/libs.py: update OpenSSL to 3.1.2
|
2023-09-11 22:23:59 +02:00 |
|
|
8950fb9393
|
python/build/libs.py: update zlib to 1.3
|
2023-09-11 22:22:00 +02:00 |
|
|
b754f3dc34
|
python/build/libs.py: update Opus to 1.4
|
2023-09-11 22:21:04 +02:00 |
|
|
e8a25dc8d9
|
python/build/libs.py: update FLAC to 1.4.3
|
2023-09-11 22:19:41 +02:00 |
|
|
99765cc704
|
modplug: add patch to remove the deprecated register keyword
|
2023-09-11 22:17:45 +02:00 |
|
|
9c19368fc7
|
Merge branch 'v0.23.x'
|
2023-06-02 14:36:02 +02:00 |
|
|
8df77122e5
|
python/build/libs.py: use right cmake variable to disable SDL
|
2023-06-02 14:28:22 +02:00 |
|
|
a6a1182c4c
|
python/build/libs.py: update OpenSSL to 3.1.0
|
2023-05-21 20:50:03 +02:00 |
|
|
a59c9c602b
|
python/build/libs.py: update CURL to 8.0.1
|
2023-05-21 20:50:03 +02:00 |
|
|
a5281856c9
|
python/build/libs.py: update WildMidi to 0.4.5
|
2023-05-21 20:50:03 +02:00 |
|
|
23a5b8fd3c
|
python/build/meson.py: remove unused import
|
2023-05-21 20:43:09 +02:00 |
|
|
273a93cfcf
|
build/python/cmake: set CMAKE_C_FLAGS_INIT, not CMAKE_C_FLAGS
According to
https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_FLAGS_INIT.html
the _INIT variables should be set in the toolchain file.
|
2023-05-21 20:43:05 +02:00 |
|
|
d105985d78
|
build/python/cmake: set CMAKE_OSX_SYSROOT on macOS
|
2023-05-21 20:43:00 +02:00 |
|
|
f8cfeb39e9
|
build/python/cmake: add "env" parameter
|
2023-05-21 20:42:51 +02:00 |
|
|
d5d3982d3c
|
build/python/build/project.py: add "lazy" parameter to make_build_path()
|
2023-05-21 20:42:27 +02:00 |
|
|
47341107ea
|
build/python/build/project.py: raise exception on regex mismatch
|
2023-05-21 20:42:18 +02:00 |
|
|
90eaa87a4d
|
python/build/zlib.py: use autotools to be more portable
Right now, zlib is only built for Windows, but we may eventually
changed that, so don't hard-code `win32/Makefile.gcc`.
|
2023-05-21 20:42:12 +02:00 |
|
|
b09a54b2c2
|
python/build/autotools.py: use toolchain.arflags
|
2023-05-21 20:42:04 +02:00 |
|
|
10aec174d5
|
python/{cmake,autotools}: build in verbose mode
Make sure all the gory details are visible in CI logs.
|
2023-05-21 20:41:49 +02:00 |
|
|
d32ed194e8
|
python/build/autotools.py: dump config.log on configure error
For better error logs on CI.
|
2023-05-21 20:41:44 +02:00 |
|
|
70d0fbd715
|
python/makeproject: do not use hard-code absolute path to make
|
2023-05-21 20:41:38 +02:00 |
|
|
302432e157
|
python/makeproject: set appropriate build jobs count depending on the number of CPUs
|
2023-05-21 20:41:34 +02:00 |
|
|
4ab8a677dc
|
build/python: do not use absolute path for tar
|
2023-05-21 20:41:29 +02:00 |
|
|
52e4a4c904
|
build/python/build/project.py: lazy tarball extraction
|
2023-05-21 20:41:25 +02:00 |
|
|
35eaed7206
|
python/build/libs.py: update FFmpeg to 6.0
|
2023-05-21 20:40:39 +02:00 |
|
|
e7c963f2ce
|
python/build/libs.py: disable more unused FFmpeg features
|
2023-05-21 20:40:39 +02:00 |
|
|
8d2a184658
|
python/build/libs.py: update CURL to 7.88.1
|
2023-05-21 20:36:28 +02:00 |
|
|
c877a32d97
|
python/build/libs.py: update OpenSSL to 3.0.8
|
2023-05-21 20:36:23 +02:00 |
|
|
91123983ad
|
Revert "python/build/meson.py: keep Meson from executing Android-x86 test binaries"
This reverts commit 8ab2722300 . The
"needs_exe_wrapper" setting was already there, and the new one was
misplaced, it belongs in "[properties]".
|
2023-03-21 09:46:25 +01:00 |
|
|
2506edbffb
|
python/build/libs.py: update OpenSSL to 3.1.0
|
2023-03-21 09:39:28 +01:00 |
|
|
929520ecd2
|
python/build/libs.py: update CURL to 8.0.1
|
2023-03-21 09:38:22 +01:00 |
|