From cf16bb3c1930b9bee3b89df0cbcd4d508bf896cf Mon Sep 17 00:00:00 2001 From: Brendan Szymanski Date: Wed, 24 Jun 2026 00:27:14 -0400 Subject: [PATCH] Add mpv module to Flatpak manifest --- dev.bscubed.Luminate.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev.bscubed.Luminate.json b/dev.bscubed.Luminate.json index c9d679f..643c9e5 100644 --- a/dev.bscubed.Luminate.json +++ b/dev.bscubed.Luminate.json @@ -33,6 +33,27 @@ "*.a" ], "modules": [ + { + "name": "mpv", + "buildsystem": "meson", + "config-opts": [ + "-Dlibmpv=true", + "-Dcplayer=false", + "-Dlua=disabled", + "-Djavascript=disabled", + "-Duchardet=disabled", + "-Drubberband=disabled", + "-Dvapoursynth=disabled", + "-Dmanpage-build=disabled" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/mpv-player/mpv/archive/v0.39.0.tar.gz", + "sha256": "replace-with-actual-sha256" + } + ] + }, { "name": "Luminate", "builddir": true,