diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-15 00:52:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-15 00:52:02 +0100 |
| commit | 36fc7811e3efb2cc6d0123efe302649ba2afffb0 (patch) | |
| tree | cb9f578c6788dfe4c4067a2f61f9ec082ff0c656 | |
| parent | 2a3a5622275f8dc669d589625718c8a2a14e75f1 (diff) | |
debugmattias-debug
| -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.4', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', '2a70b0dcb8fdf6832f966b03fee4ff0d3d739d17', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
