giuspen / cherrytree

cherrytree
https://www.giuspen.net/cherrytree/
Other
3.3k stars 458 forks source link

Update debian control file with new build dependencies #2416

Closed DennisRasey closed 6 months ago

DennisRasey commented 6 months ago

Adding new build dependencies to Debian/Ubuntu control files

file libxml2-utils

Additionally adding following to Ubuntu 18.04 control file. These were missing in 18.04 but present in 20.04 & 22.10 control files. Verified both packages are available in 18.04

libfmt-dev libspdlog-dev

giuspen commented 6 months ago

Actually libfmt-dev libspdlog-dev are missing on purpose on 18.04 as the version of the library there is too old so it's building with the bundled spdlog library which has embedded a version of fmt. Could you also merge from the latest master into your branch as there is a conflict