novaplayer - fix recipe

This commit is contained in:
Licaon_Kter 2022-10-25 12:24:18 +00:00
parent 8422e2b4da
commit 181b6009a7

View file

@ -685,8 +685,11 @@ Builds:
subdir: Video
submodules: true
sudo:
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list.d/stretch.list
- apt-get update
- apt-get install -y ninja-build build-essential nasm python3-wheel wget
- apt-get install -y -t stretch openjdk-8-jdk-headless
- apt-get install -y build-essential file maven nasm ninja-build pkg-config
python3-pip wget
- pip3 install meson==0.53.2
gradle:
- noamazon