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

This commit is contained in:
Max Kellermann 2025-03-11 09:25:43 +01:00
parent 1c7c2026db
commit c7c4e7a6bf

@ -36,8 +36,8 @@ libmodplug = AutotoolsProject(
) )
libopenmpt = AutotoolsProject( libopenmpt = AutotoolsProject(
'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.9+release.autotools.tar.gz', 'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.13+release.autotools.tar.gz',
'0386e918d75d797e79d5b14edd0847165d8b359e9811ef57652c0a356a2dfcf4', 'dcd7cde4f9c498eb496c4556e1c1b81353e2a74747e8270a42565117ea42e1f1',
'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.9+release.autotools', base='libopenmpt-0.7.13+release.autotools',
) )
wildmidi = CmakeProject( wildmidi = CmakeProject(