X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=e1a987fdec0f73b13aa222b682ee0178d0ad5412;hb=ee161be0fb0e93d77d34fb3f13fd562a76738a07;hp=ee34833f5369790d1b9cf28bbe47f82c2e8d539a;hpb=c93389b617d2b1a4f5b36025e3097a9f03a7c9cf;p=dcpomatic.git diff --git a/cscript b/cscript index ee34833f5..e1a987fde 100644 --- a/cscript +++ b/cscript @@ -71,6 +71,20 @@ deb_depends['13.10'] = {'libc6': '2.17-93', 'libcurl3': '7.29.0-1ubuntu3', 'libzip2': '0.10.1-1.1'} +deb_depends['14.04'] = {'libc6': '2.19-0ubuntu6', + 'libssh-4': '0.6.1-0ubuntu3', + 'libboost-filesystem1.54.0': '1.54.0-4ubuntu3', + 'libboost-thread1.54.0': '1.54.0-4ubuntu3', + 'libsndfile1': '1.0.25-7ubuntu2', + 'libmagick++5': '8:6.7.7.10-6ubuntu3', + 'libxml++2.6-2': '2.36.0-2ubuntu1', + 'libgtk2.0-0': '2.24.23-0ubuntu1', + 'libxmlsec1': '1.2.18-2ubuntu1', + 'libxmlsec1-openssl': '1.2.18-2ubuntu1', + 'libboost-date-time1.54.0': '1.54.0-4ubuntu3', + 'libcurl3': '7.35.0-1ubuntu2', + 'libzip2': '0.10.1-1.2'} + deb_depends['7'] = {'libc6': '2.13', 'libssh-4': '0.5.4', 'libboost-filesystem1.49.0': '1.49.0', @@ -129,8 +143,8 @@ def make_control(debian_version, bits, filename, debug): print >>f,'' def dependencies(target): - return (('ffmpeg-cdist', '08827fa4e1d483511e6135c424d2ca9c56a9ed50'), - ('libdcp', '228c3f4')) + return (('ffmpeg-cdist', 'bba68a5'), + ('libdcp', '1.0')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()