mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
flatpak-nightly: Build dav1d from git master
This commit is contained in:
25
pkgs/flatpak/testing/dav1d.json
Normal file
25
pkgs/flatpak/testing/dav1d.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "dav1d",
|
||||
"buildsystem": "meson",
|
||||
"only-arches": [
|
||||
"x86_64"
|
||||
],
|
||||
"config-opts": [
|
||||
"-Denable_tools=false",
|
||||
"-Denable_examples=false",
|
||||
"-Denable_tests=false",
|
||||
"-Denable_docs=false",
|
||||
"-Dlogging=false"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://code.videolan.org/videolan/dav1d.git",
|
||||
"branch": "master"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user