From ab08e17bf2368cd9b141e2158414614ceaf37088 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 3 Jan 2023 04:18:26 +0100 Subject: [PATCH] Use libtiff-dev instead of deprecated libtiff5-dev package No real changes, just use the real, instead of the transitional, package name. Co-Authored-By: Scott Talbert --- .cirrus.yml | 2 +- docs/qt/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4ec40bbfdc..52dd117955 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -40,7 +40,7 @@ task: case "${osname}" in Linux) WX_EXTRA_PACKAGES="$WX_EXTRA_PACKAGES \ - g++ libexpat1-dev libjpeg-dev libpng-dev libtiff5-dev make zlib1g-dev" + g++ libexpat1-dev libjpeg-dev libpng-dev libtiff-dev make zlib1g-dev" ;; esac diff --git a/docs/qt/install.md b/docs/qt/install.md index 2f53e6d278..b93b440ea3 100644 --- a/docs/qt/install.md +++ b/docs/qt/install.md @@ -77,7 +77,7 @@ Building wxQT on Ubuntu {#qt_build_ubuntu} Install latest Qt5 packages (qt5-default). To build unit tests, libcppunit-dev is required. You will need to install other dependencies to compile wxWidgets depending on the features you'll want to use (build-essential libjpeg-dev -libtiff5-dev ubuntu-restricted-extras freeglut3 freeglut3-dev libsdl1.2-dev +libtiff-dev ubuntu-restricted-extras freeglut3 freeglut3-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev)