X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=a54bd87fa82a46e1e586b2e4ac6e82500a55719a;hb=733402e0087b8a1dae93072c8a97341f08d6f843;hp=90480a34398ad40220e15ca0f6f0751416957ac7;hpb=2c43d6e1068704cc4f4d6383217ed9a1a07bb67d;p=dcpomatic.git diff --git a/cscript b/cscript index 90480a343..a54bd87fa 100644 --- a/cscript +++ b/cscript @@ -373,7 +373,7 @@ def make_spec(filename, version, target, options, requires=None): print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_disk.png' % r, file=f) print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_combiner.png' % r, file=f) for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK', - 'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN', 'tr_TR']: + 'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN', 'tr_TR', 'sl_SI']: print('%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l, file=f) print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l, file=f) print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l, file=f) @@ -427,8 +427,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.22')) - deps.append(('libsub', 'v1.6.23')) + deps.append(('libdcp', 'v1.8.24')) + deps.append(('libsub', 'v1.6.25')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we @@ -437,7 +437,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', '7f29dd5')) if can_build_disk(target): - deps.append(('lwext4', 'cce3730')) + deps.append(('lwext4', 'ee865fa65f05e348cd4e0bce0552a2725ad5663a')) deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169')) return deps