1
0
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:
Dmitry Vedenko 2021-08-09 14:05:19 +03:00
parent 22b2e11b70
commit 87b55d2752
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ Build-Depends: cmake,
libvamp-hostsdk3v5,
libogg-dev,
libvorbis-dev,
libopus-dev,
libflac-dev,
libflac++-dev,
lv2-dev,

View File

@ -40,6 +40,7 @@ deps=(
libvamp-hostsdk3v5
libogg-dev
libvorbis-dev
libopus-dev
libflac-dev
libflac++-dev
lv2-dev

View File

@ -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 \