Max Kellermann
3cdf965fba
python/build/libs: upgrade FFmpeg to 3.3
2017-04-24 20:41:08 +02:00
martinarielhartmann
a13e045742
Update libs.py
...
upgrade zlib to 1.2.11
2017-04-11 13:31:34 +02:00
Max Kellermann
f95bc85f91
python/build/libs: upgrade FFmpeg to 3.2.4
2017-02-20 21:13:43 +01:00
Max Kellermann
5bd322bdcf
python/libs: upgrade Opus to 1.1.4
2017-01-27 08:47:58 +01:00
Max Kellermann
f6c4cda0d4
python/libs: upgrade FLAC to 1.3.2
2017-01-03 15:04:07 +01:00
Max Kellermann
a0393e9ddf
python/libs: upgrade Boost to 1.63
2016-12-29 21:55:20 +01:00
Max Kellermann
a8d6328bd4
python/build/libs: upgrade CURL to 7.52.1
2016-12-29 21:50:35 +01:00
Max Kellermann
13dab13319
python/build/libs: upgrade FFmpeg to 3.2.2
2016-12-29 21:46:13 +01:00
Max Kellermann
c623aa0f06
python/build/verify: support SHA-1 and SHA-256
2016-12-29 21:45:37 +01:00
Max Kellermann
79403afbe6
python/build/verify: prepare SHA support
2016-12-29 21:43:47 +01:00
Max Kellermann
4c650e87fa
python/build/verify: add verify_file_digest()
2016-12-29 21:40:54 +01:00
Max Kellermann
3dde62befe
python/build/verify: move code to file_digest()
2016-12-29 21:33:36 +01:00
Max Kellermann
8bfabbe265
python/build/verify: move code to feed_file()
2016-12-29 21:33:12 +01:00
Max Kellermann
e334b16aaa
python/build/download: move file_md5() to verify.py
2016-12-29 21:32:28 +01:00
Max Kellermann
5626ace245
python/build/download: raise RuntimeError
2016-12-29 21:21:58 +01:00
Max Kellermann
b905933999
python/build/libs: upgrade CURL to 7.51.0
2016-11-18 08:59:29 +01:00
Max Kellermann
307964d874
android/build.py: always build with clang
...
Support for GCC has been dropped from NDK r13. Let's switch
everything to clang before they really remove GCC completely.
2016-10-26 17:00:17 +02:00
Max Kellermann
f3dd50de87
python/build/ffmpeg: disable clang's integrated assembler
...
Causes compatibility problems, because FFmpeg expects the GNU as
syntax.
This FFmpeg bug report has some information, but it was closed as
"invalid": https://trac.ffmpeg.org/ticket/5158
2016-10-26 17:00:17 +02:00
Max Kellermann
db8b5dc698
python/build/zlib: don't use DESTDIR
...
DESTDIR is for installing to a chroot, but this is not one. Instead,
we want real absolute paths in the pkg-config file.
2016-10-26 17:00:17 +02:00
Max Kellermann
2f56c61b47
python/libs: upgrade Boost to 1.62
2016-10-26 17:00:17 +02:00
Max Kellermann
1d340e7664
python/libs: upgrade CURL to 7.50.3
2016-10-26 17:00:17 +02:00
Max Kellermann
ea62bc0bb2
python/libs: upgrade FFmpeg to 3.1.5
2016-10-26 17:00:17 +02:00
Max Kellermann
8380c3be02
python/build/autotools: pass RANLIB to configure
...
Fixes various static library linker failures ("bad extended name entry
at header"), because the wrong "ranlib" was used.
2016-10-26 17:00:17 +02:00
Felix Hädicke
6470bcda19
python/build/autotools: do not use absolute path for autotools
2016-10-26 17:00:17 +02:00
Max Kellermann
2d51349d1d
python/build/autotools: move libtoolize call up
...
autoconf depends on libtoolize.
2016-10-26 17:00:17 +02:00
Max Kellermann
21d747cd36
python/libs: upgrade CURL to 7.50.0
2016-08-02 19:20:47 +02:00
Max Kellermann
ef3494f160
python/libs: upgrade FFmpeg to 3.1.1
2016-08-02 19:20:06 +02:00
Max Kellermann
2dc6c4a496
python/libs: upgrade Opus to 1.1.3
2016-08-02 19:18:59 +02:00
Max Kellermann
35faafb32c
python/libs: upgrade CURL to 7.49.1
2016-06-17 17:57:40 +02:00
Max Kellermann
f9fd868b99
python/libs: upgrade FFmpeg to 3.0.2
2016-06-17 17:57:10 +02:00
Max Kellermann
718f6d9cef
python/libs: upgrade Boost to 1.61.0
2016-05-27 15:27:44 +02:00
Max Kellermann
91afc7b23c
python/libs: upgrade CURL to 7.48.0
2016-04-04 08:43:20 +02:00
Max Kellermann
36d158e13e
python/libs: upgrade FFmpeg to 3.0.1
2016-04-04 08:42:56 +02:00
Max Kellermann
02a97b5985
python/libs: upgrade opus to 1.1.2
2016-04-04 08:35:06 +02:00
Max Kellermann
aeccccb33d
python/libs: upgrade CURL to 7.46.0
2015-12-16 00:07:51 +01:00
Max Kellermann
b46a27c554
python/libs: upgrade FFmpeg to 2.8.3
2015-12-16 00:07:21 +01:00
Max Kellermann
13bc15c05d
python/libs: upgrade opus to 1.1.1
2015-12-16 00:06:33 +01:00
Max Kellermann
cb1e644230
python/boost: use shutil.copytree()
2015-12-16 00:05:21 +01:00
Max Kellermann
019aea3d63
{android,win32}/build.py: move code to python/build/libs.py
2015-11-23 10:43:06 +01:00
Max Kellermann
21439108ed
{android,win32}/build.py: move code to python/build/dirs.py
2015-11-23 10:38:48 +01:00
Max Kellermann
754b30a7a6
win32/build.py: move class ZlibProject to build/zlib.py
2015-11-21 00:43:50 +01:00
Max Kellermann
89d5d480d7
{android,win32}/build.py: move class FfmpegProject to build/ffmpeg.py
2015-11-21 00:36:54 +01:00
Max Kellermann
f97ad2b2ee
{android,win32}/build.py: move class BoostProject to build/boost.py
2015-11-21 00:17:00 +01:00
Max Kellermann
e70f7141be
{android,win32}/build.py: move class AutotoolsProject to build/autotools.py
2015-11-21 00:05:48 +01:00
Max Kellermann
7a08ce7ece
{android,win32}/build.py: move class Project to build/project.py
2015-11-21 00:00:42 +01:00
Max Kellermann
556f9ee39c
{android,win32}/build.py: move common code to python/build/
2015-11-20 22:14:53 +01:00