Skip to content

Commit

Permalink
Adds opusfile dependency the packaging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Oct 12, 2023
1 parent ea4d911 commit 8617726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux/packages/arch/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ deps=(
wxwidgets-gtk3
vst3sdk
rapidjson
opusfile
)

pacman -Syu --noconfirm \
Expand Down
1 change: 1 addition & 0 deletions linux/packages/fedora34/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ deps=(
mpg123-devel
wavpack-devel
rapidjson
opusfile-devel
)

dnf install -y \
Expand Down
1 change: 1 addition & 0 deletions linux/packages/ubuntu-20.04/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ deps=(
libegl1-mesa-dev
libmpg123-dev
libwavpack-dev
libopusfile-dev
)

apt-get update
Expand Down

0 comments on commit 8617726

Please sign in to comment.