From 6ac66b7fe8efbd973fef13b7c2e758a3f824c9c9 Mon Sep 17 00:00:00 2001 From: Cristiano Nunes Date: Thu, 2 May 2024 00:23:15 +0000 Subject: [PATCH] Update to Ubuntu 24.04 --- CMakeLists.txt | 4 ++-- README.md | 2 +- debian/control | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f7b7d9..106240c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,10 +73,10 @@ if(UNIX) string(TIMESTAMP CMAKE_CURRENT_TIMESTAMP "%a, %d %b %Y %H:%M:%S" UTC) # Set 'distro' - set(CMAKE_DEBIAN_NAME "jammy") + set(CMAKE_DEBIAN_NAME "noble") # Set 'build depends' - set(CMAKE_DEBIAN_BUILD_DEPENDS "debhelper (>= 10), libwxgtk3.0-gtk3-dev | libwxgtk3.0-dev | libwxgtk2.8-dev, cmake") + set(CMAKE_DEBIAN_BUILD_DEPENDS "debhelper (>= 10), libwxgtk3.2-dev | libwxgtk3.0-gtk3-dev | libwxgtk3.0-dev | libwxgtk2.8-dev, cmake") # Set 'depends' set(CMAKE_DEBIAN_DEPENDS "\${shlibs:Depends}, \${misc:Depends}, lame (>= 3.98.2)") diff --git a/README.md b/README.md index 42920e4..826fcf3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This section assumes you are using Ubuntu 20.04 (Focal Fossa), but the procedure The prerequisites to build the source is to install the following packages: ```sh -sudo apt-get -y install build-essential cmake gettext libwxgtk3.0-gtk3-dev lame +sudo apt-get -y install build-essential cmake gettext libwxgtk3.2-dev lame ``` Compile the sources and install the binaries, entering the following commands in the terminal: diff --git a/debian/control b/debian/control index 9897269..01eaf71 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wxlame Section: sound Priority: optional Maintainer: Cristiano Fraga G. Nunes -Build-Depends: debhelper (>= 10), libwxgtk3.0-gtk3-dev | libwxgtk3.0-dev | libwxgtk2.8-dev, cmake +Build-Depends: debhelper (>= 10), libwxgtk3.2-dev | libwxgtk3.0-gtk3-dev | libwxgtk3.0-dev | libwxgtk2.8-dev, cmake Standards-Version: 4.5.0 Homepage: https://github.com/cfgnunes/wxlame