Add mpv module to Flatpak manifest
This commit is contained in:
parent
93667ac65a
commit
cf16bb3c19
1 changed files with 21 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue