X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=44051acc00e524902c0668e034db4b52d4e3313b;hb=402fa9a3577975e9cf9728c815da1b17796fe325;hp=e6a89d423794cdc3fb32d9af1b1b0f20a8faebaa;hpb=6a45f995c3c729c02b3db2c48b0b5b996c7c6602;p=dcpomatic.git diff --git a/cscript b/cscript index e6a89d423..44051acc0 100644 --- a/cscript +++ b/cscript @@ -93,7 +93,6 @@ deb_depends['20.04'].extend(['libboost-filesystem1.71.0', 'libpangomm-1.4-1v5', 'libxml++2.6-2v5', 'libzip5', - 'libwxgtk3.0-gtk3-0v5', 'libicu66', 'libnettle7', 'libssh-4', @@ -112,11 +111,10 @@ deb_depends['20.10'].extend(['libboost-filesystem1.71.0', 'libpangomm-1.4-1v5', 'libxml++2.6-2v5', 'libzip5', - 'libwxgtk3.0-gtk3-0v5', - 'libicu66', - 'libnettle7', + 'libicu67', + 'libnettle8', 'libssh-4', - 'libx264-155', + 'libx264-160', 'libcurl4', 'libpulse0', 'libxerces-c3.2', @@ -375,8 +373,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', '86a80bc', cpp_lib_options)) - deps.append(('libsub', '0ab9fe0', cpp_lib_options)) + deps.append(('libdcp', 'd989a83', cpp_lib_options)) + deps.append(('libsub', 'f17a4fd', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we