diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-04 23:58:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-04 23:58:57 +0100 |
| commit | 6cdb91e1ad6eb968c9aafa2a6116b617c71ba31d (patch) | |
| tree | c786c51bfa52c8b50ec9ed585d70316bcce9796f /cscript | |
| parent | 28461d80076d2bae165621246839522d2bce01bf (diff) | |
more
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', 'bbe6ef7245c32815729ca75951d2856b857660d6', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'bb85881fc35c1b44ba2d85973789f90ca0a005db', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
