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 c60723b commit b70def5
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}, mp3gain (>= 1.5.1)")
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 mp3gain
sudo apt-get -y install build-essential cmake gettext libwxgtk3.2-dev mp3gain
```

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: wxmp3gain
Section: sound
Priority: optional
Maintainer: Cristiano Fraga G. Nunes <cfgnunes@gmail.com>
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/wxmp3gain

Expand Down

0 comments on commit b70def5

Please sign in to comment.