From 1a0158e775bf6db8b0e9fb7a7f01aff9d950b077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Sun, 14 Apr 2024 17:46:48 +0200 Subject: [PATCH] flatpak-nightly: Build dav1d from git master --- .../com.github.rafostar.Clapper-nightly.json | 1 + pkgs/flatpak/testing/dav1d.json | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 pkgs/flatpak/testing/dav1d.json diff --git a/pkgs/flatpak/com.github.rafostar.Clapper-nightly.json b/pkgs/flatpak/com.github.rafostar.Clapper-nightly.json index 6d2de5b2..c095c827 100644 --- a/pkgs/flatpak/com.github.rafostar.Clapper-nightly.json +++ b/pkgs/flatpak/com.github.rafostar.Clapper-nightly.json @@ -46,6 +46,7 @@ "flathub/lib/libdvdread.json", "flathub/lib/libdvdnav.json", "flathub/lib/libass.json", + "testing/dav1d.json", "testing/gstreamer.json", "testing/gst-plugins-rs.json", "testing/gtuber.json", diff --git a/pkgs/flatpak/testing/dav1d.json b/pkgs/flatpak/testing/dav1d.json new file mode 100644 index 00000000..840fb4dc --- /dev/null +++ b/pkgs/flatpak/testing/dav1d.json @@ -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" + } + ] +}