X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=7c6e6d6d74400bee5e82f2170bd8cc805b43c468;hb=refs%2Ftags%2Fv2.1.0;hp=d688e78566725c1d94c42ae85a24e78612da95ce;hpb=faaba9662d202d6d4a9d2024699f27ac00e67dc2;p=dcpomatic.git diff --git a/cscript b/cscript index d688e7856..7c6e6d6d7 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,7 +224,7 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', '0492ad2'), - ('libdcp', '69942bc'), + ('libdcp', '1.1.0'), ('libsub', 'f66b11f')) def configure_options(target):