diff options
| author | cah <cah@ableton.com> | 2021-09-07 11:55:00 +0200 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2021-09-07 11:55:37 +0200 |
| commit | f57774cacbb9581e087c01326e3f00a4b9b0aaa0 (patch) | |
| tree | 6df27a73bcca1d5386525ec9147be73f96daae78 | |
| parent | 4a06c2e5d5ddaee8219f947bac4007a24988bb82 (diff) | |
fixup! Support debian 11.
| -rw-r--r-- | cscript | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -187,20 +187,19 @@ deb_depends_gui['10'] = [ 'libwxgtk3.0-0v5', 'libpulse0' ] deb_depends['11'] = copy.deepcopy(deb_depends_base) -deb_depends['11'].extend(['libboost-filesystem1.67.0', - 'libboost-thread1.67.0', - 'libboost-regex1.67.0', - 'libboost-date-time1.67.0', +deb_depends['11'].extend(['libboost-filesystem1.74.0', + 'libboost-thread1.74.0', + 'libboost-regex1.74.0', + 'libboost-date-time1.74.0', 'libxml++2.6-2v5', - 'libgtk2.0-0', 'libzip4', 'libcairomm-1.0-1v5', 'libpangomm-1.4-1v5', - 'libicu63', + 'libicu67', 'libssh-4', 'libssh-gcrypt-4', - 'libnettle6', - 'libx264-155', + 'libnettle8', + 'libx264-160', 'libcurl4', 'libxerces-c3.2', 'libnanomsg5']) |
