diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-24 14:19:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-26 16:46:02 +0100 |
| commit | f2314f0501e03f688774b462033164ae9cea8997 (patch) | |
| tree | 91013f07c7811a2eca660db004a456f844a07ddd /cscript | |
| parent | 3d184b3c39e4137278dc36af886654ca86eac29b (diff) | |
Bump asdcplib for Windows UTF-8 filename fix.
Diffstat (limited to 'cscript')
| -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', 'v1.10.1', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
