X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=cdf060210da049f7d5371cae9ee6af8ab4999f6b;hb=a2c63ae2dc4a7d305df46ae0a2c782484e06150a;hp=7c297d19dcfbf22796b6f51ba90d9990b954e4bb;hpb=d170e5de058983c0e4fee00178ff979524c0c5e0;p=dcpomatic.git diff --git a/cscript b/cscript index 7c297d19d..cdf060210 100644 --- a/cscript +++ b/cscript @@ -175,7 +175,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', 'ru_RU']: + for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL']: 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 @@ -205,8 +205,8 @@ def make_spec(filename, version, target): print >>f,'/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :' def dependencies(target): - return (('ffmpeg-cdist', 'f69bb08'), - ('libdcp', '8e7f9e4'), + return (('ffmpeg-cdist', '0492ad2'), + ('libdcp', 'b386248'), ('libsub', 'f66b11f')) def configure_options(target):