mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
novaplayer - fix recipe
This commit is contained in:
parent
8422e2b4da
commit
181b6009a7
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue