mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fixes Ubuntu package build
This commit is contained in:
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 \
|
||||
|
||||
Reference in New Issue
Block a user