From 7f54b30fbeba9758fa03627b3273273db2a17375 Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Fri, 25 Nov 2022 21:22:46 +0100 Subject: [PATCH] packaging x264 encoder in flatpak --- flatpak/io.github.brunoherbelin.Vimix.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/flatpak/io.github.brunoherbelin.Vimix.json b/flatpak/io.github.brunoherbelin.Vimix.json index bf6163d..86aab5c 100644 --- a/flatpak/io.github.brunoherbelin.Vimix.json +++ b/flatpak/io.github.brunoherbelin.Vimix.json @@ -39,6 +39,19 @@ } ] }, + { + "name": "x264", + "config-opts": [ + "--enable-shared" + ], + "sources": [ + { + "type": "git", + "commit": "baee400fa9ced6f5481a728138fed6e867b0ff7f", + "url": "https://code.videolan.org/videolan/x264.git" + } + ] + }, { "name": "srt", "buildsystem": "cmake", @@ -74,13 +87,16 @@ "buildsystem": "meson", "builddir": true, "config-opts": [ + "-Dgpl=enabled", "-Ddoc=disabled", "-Dpython=disabled", "-Dexamples=disabled", "-Ddevtools=disabled", "-Dlibav=enabled", "-Dbad=enabled", - "-Dgst-plugins-bad:srt=enabled" + "-Dgst-plugins-bad:srt=enabled", + "-Dugly=enabled", + "-Dgst-plugins-ugly:x264=enabled" ], "sources": [ {