X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=94ddd08f13bd95a92083f6eea659072d99520e75;hb=ad7dc5ef0bd6f70c32600329e135d87b84604a3f;hp=7f59f9ff96344bf910eda53b711ab18a6fa9e7d6;hpb=bba21bdfe889419270320a0504553b8cec0be188;p=dcpomatic.git diff --git a/cscript b/cscript index 7f59f9ff9..94ddd08f1 100644 --- a/cscript +++ b/cscript @@ -193,7 +193,7 @@ def make_spec(filename, version, target): print >>f,'%{_datadir}/dcpomatic/taskbar_icon.png' for r in ['128x128', '22x22', '32x32', '48x48', '64x64']: print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r - for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL']: + for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU']: print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l @@ -224,8 +224,8 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', '0492ad2'), - ('libdcp', '64e234d'), - ('libsub', 'f66b11f')) + ('libdcp', '1.0'), + ('libsub', '1.0')) def configure_options(target): opt = ''