Skip to content

Commit

Permalink
Update to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed May 2, 2024
1 parent f27f101 commit 6ac66b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: wxlame
Section: sound
Priority: optional
Maintainer: Cristiano Fraga G. Nunes <[email protected]>
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

Expand Down

0 comments on commit 6ac66b7

Please sign in to comment.