mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
flatpak-nightly: Build dav1d from git master
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
"flathub/lib/libdvdread.json",
|
"flathub/lib/libdvdread.json",
|
||||||
"flathub/lib/libdvdnav.json",
|
"flathub/lib/libdvdnav.json",
|
||||||
"flathub/lib/libass.json",
|
"flathub/lib/libass.json",
|
||||||
|
"testing/dav1d.json",
|
||||||
"testing/gstreamer.json",
|
"testing/gstreamer.json",
|
||||||
"testing/gst-plugins-rs.json",
|
"testing/gst-plugins-rs.json",
|
||||||
"testing/gtuber.json",
|
"testing/gtuber.json",
|
||||||
|
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