python/build/libs.py: update libopenmpt to 0.7.9

This commit is contained in:
Max Kellermann 2024-07-23 13:07:49 +02:00
parent d24e7763f6
commit b4374ddb35
1 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ libmodplug = AutotoolsProject(
) )
libopenmpt = AutotoolsProject( libopenmpt = AutotoolsProject(
'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.4+release.autotools.tar.gz', 'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.9+release.autotools.tar.gz',
'1600f9335eae3904089a6286f525812961c54ce36a05dfe6eeaa576dd9328f3f', '0386e918d75d797e79d5b14edd0847165d8b359e9811ef57652c0a356a2dfcf4',
'lib/libopenmpt.a', 'lib/libopenmpt.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',
@ -49,7 +49,7 @@ libopenmpt = AutotoolsProject(
'--without-portaudio', '--without-portaudiocpp', '--without-sndfile', '--without-portaudio', '--without-portaudiocpp', '--without-sndfile',
'--without-flac', '--without-flac',
], ],
base='libopenmpt-0.7.3+release.autotools', base='libopenmpt-0.7.9+release.autotools',
) )
wildmidi = CmakeProject( wildmidi = CmakeProject(