diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-14 11:24:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-15 20:11:35 +0100 |
| commit | 450da5182c3e224af87f269c3216ac13ae39ec1f (patch) | |
| tree | 41f58eced468880f44cd07bbfdd2b52c5fe0e83d /cscript | |
| parent | 3433dfa45f15e40ed9d5f5d17045f02bb6fd01ce (diff) | |
Add a group ID to VF PKLs (#2943).
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.4', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.6', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
