diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 10:31:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 10:31:21 +0100 |
| commit | b0297f77b23099a52d37becfa45930ee730bda4b (patch) | |
| tree | 39782dd3f20529eda2c46b1f3bd780c99552c576 /cscript | |
| parent | 4685843ba4194d8b59ed6eb1335ae27052178726 (diff) | |
| parent | ca0dcebfdcf14d1900f8be0916e7ff5e1940521c (diff) | |
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -90,7 +90,9 @@ deb_depends['7'] = {'libc6': '2.13', 'libboost-date-time1.49.0': '1.49.0', 'libxmlsec1-openssl': '1.2.18', 'libcurl3': '7.26.0', - 'libzip2': '0.10.1'} + 'libzip2': '0.10.1', + 'libcairomm-1.0-1': '1.10.0-1', + 'libpangomm-1.4-1': '2.28.4-1'} deb_depends['8'] = {'libc6': '2.19-18', 'libssh-4': '0.6.3-4', @@ -233,8 +235,8 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', 'bd17594'), - ('libdcp', '8017692'), - ('libsub', '7f74e96')) + ('libdcp', 'v1.2.3'), + ('libsub', 'v1.1.4')) def configure_options(target): opt = '' |
