Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWang000000 committed Feb 5, 2025
1 parent 3dbf014 commit d7b01b3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt full-upgrade -y
apt install -y g++ make pkg-config libtool intltool libwxgtk3.2-dev wx-common libavcodec-dev libavformat-dev
- name: Compile and bundle application
run: |
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt full-upgrade -y
apt install -y g++ make pkg-config libtool intltool libwxgtk3.2-dev wx-common libavcodec-dev libavformat-dev
- name: Run tests
run: |
Expand Down
8 changes: 4 additions & 4 deletions dist/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Build-Depends: debhelper (>= 9),
autotools-dev,
pkg-config,
intltool (>= 0.35),
libavcodec-dev (>= 10:5.0~),
libavformat-dev (>= 10:5.0~),
libavutil-dev (>= 10:5.0~),
libwxgtk3.0-dev,
libavcodec-dev (>= 7:5.0.1),
libavformat-dev (>= 7:5.0.1),
libavutil-dev (>= 7:5.0.1),
libwxgtk3.2-dev,
wx-common
Standards-Version: 3.9.6
Homepage: https://github.com/MikeWang000000/spek-X
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/control.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Priority: optional
Maintainer: MikeWang000000 <mikewang000000@gmail.com>
Homepage: https://github.com/MikeWang000000/spek-X
Architecture: amd64
Depends: libavcodec59, libavformat59, libavutil57, libc6, libgcc-s1, libstdc++6, libwxbase3.2-0, libwxgtk3.2-0
Depends: libavcodec61, libavformat61, libavutil59, libc6, libgcc-s1, libstdc++6, libwxbase3.2-1t64, libwxbase3.2-1t64
Description: Spek-X helps to analyse your audio files by showing their spectrogram.
2 changes: 1 addition & 1 deletion dist/osx/cross/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EOF
exit 1
fi

FFMPEG_VER="7.0"
FFMPEG_VER="7.1"
PREFIX="/usr/local"

# Check Homebrew
Expand Down
2 changes: 1 addition & 1 deletion dist/osx/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Check README.md in this directory for instructions.

# Adjust these variables if necessary.
FFMPEG_VER="7.0"
FFMPEG_VER="7.1"
PREFIX="/usr/local"

# Check Homebrew
Expand Down
4 changes: 2 additions & 2 deletions dist/win/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Check README.md in this directory for instructions.

# Adjust these variables if necessary.
WX_VER="3.2.5"
FFMPEG_VER="7.0"
WX_VER="3.2.6"
FFMPEG_VER="7.1"
PREFIX="$MINGW_PREFIX"

# Check the envrionment variables
Expand Down

0 comments on commit d7b01b3

Please sign in to comment.