mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
26 lines
519 B
JSON
26 lines
519 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|