X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=1b87b5463b6c89b723d371210d7bda9cf779882a;hb=19d6ecd5e3acbf085287361ab3f03fee35adcb91;hp=808432fda0470666d44658e0a7fba5cf2720c5c4;hpb=33d07095ee6e80cad849b35715805bc9014414b5;p=dcpomatic.git diff --git a/cscript b/cscript index 808432fda..1b87b5463 100644 --- a/cscript +++ b/cscript @@ -67,7 +67,7 @@ deb_depends['14.04'].extend(['libboost-filesystem1.54.0', 'libboost-date-time1.54.0', 'libzip2', 'libcairomm-1.0-1', - 'libpangomm-1.4-1', + 'libpangomm-1.4-1,' 'libicu52', 'libnettle4', 'libssh-4']) @@ -80,6 +80,8 @@ deb_depends['16.04'].extend(['libboost-filesystem1.58.0', 'libxml++2.6-2v5', 'libboost-date-time1.58.0', 'libzip4', + 'libcairomm-1.0-1v5', + 'libpangomm-1.4-1v5', 'libwxgtk3.0-0v5', 'libicu55', 'libnettle6', @@ -268,8 +270,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'c7df8d5', ffmpeg_options), - ('libdcp', '839bc2d'), - ('libsub', '2163c97')) + ('libdcp', 'a3032f3'), + ('libsub', 'a04f1d5')) def configure_options(target): opt = ''