diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-26 01:42:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-26 01:42:07 +0100 |
| commit | c0b68ccb1a26596418fffbe8491d125e99b63922 (patch) | |
| tree | b6faea3f96780174307a2aaf568822157936b7c1 | |
| parent | afa10799d8afa41f39dee3388949d4c5e93b5314 (diff) | |
Bump libdcp to remove or adapt {raw,locale}_convert.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -531,7 +531,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.0', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', '2fe5f14f26904eed37c5c82dad5210de7254cf63', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
