diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-20 00:50:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-20 20:37:11 +0100 |
| commit | e0db6f1bbc35249978c538ee54aa71943170332e (patch) | |
| tree | 376aa51fdd69829711e5a39b5ddfb792f9187717 /cscript | |
| parent | 0dc671756f9a6b0213b4273a8933c8f57483c424 (diff) | |
Bump libdcp to better tolerate badly-formatted MainSoundConfiguration (#2942).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ def make_spec(filename, version, target, options, requires=None): print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f) def dependencies(target, options): - deps = [('libdcp', 'v1.10.7', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.8', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
