mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Fixes Ubuntu package build
This commit is contained in:
parent
22b2e11b70
commit
87b55d2752
1
linux/packages/ubuntu-20.04/debian/control
vendored
1
linux/packages/ubuntu-20.04/debian/control
vendored
@ -27,6 +27,7 @@ Build-Depends: cmake,
|
||||
libvamp-hostsdk3v5,
|
||||
libogg-dev,
|
||||
libvorbis-dev,
|
||||
libopus-dev,
|
||||
libflac-dev,
|
||||
libflac++-dev,
|
||||
lv2-dev,
|
||||
|
1
linux/packages/ubuntu-20.04/dependencies.sh
vendored
1
linux/packages/ubuntu-20.04/dependencies.sh
vendored
@ -40,6 +40,7 @@ deps=(
|
||||
libvamp-hostsdk3v5
|
||||
libogg-dev
|
||||
libvorbis-dev
|
||||
libopus-dev
|
||||
libflac-dev
|
||||
libflac++-dev
|
||||
lv2-dev
|
||||
|
@ -51,6 +51,7 @@ apt_packages_full_deps=(
|
||||
libcurl4-openssl-dev
|
||||
libpng-dev
|
||||
libjpeg-turbo8-dev
|
||||
libopus-dev
|
||||
)
|
||||
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
Loading…
x
Reference in New Issue
Block a user