mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
flatpak: Replace gtuber with Clapper enhancers
Also add all required dependencies
This commit is contained in:
14
pkgs/flatpak/testing/clapper-enhancers.json
Normal file
14
pkgs/flatpak/testing/clapper-enhancers.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "clapper-enhancers",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"-Dauto_features=enabled"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/Rafostar/clapper-enhancers.git",
|
||||
"branch": "main"
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"name": "gtuber",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"-Dintrospection=disabled",
|
||||
"-Dvapi=disabled",
|
||||
"-Dgst-gtuber=enabled"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/Rafostar/gtuber.git",
|
||||
"branch": "main"
|
||||
}
|
||||
]
|
||||
}
|
21
pkgs/flatpak/testing/libpeas.json
Normal file
21
pkgs/flatpak/testing/libpeas.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "libpeas",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"--wrap-mode=nodownload",
|
||||
"-Dgjs=false",
|
||||
"-Dlua51=false",
|
||||
"-Dintrospection=false"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://download.gnome.org/sources/libpeas/2.0/libpeas-2.0.5.tar.xz",
|
||||
"sha256": "376f2f73d731b54e13ddbab1d91b6382cf6a980524def44df62add15489de6dd",
|
||||
"x-checker-data": {
|
||||
"type": "gnome",
|
||||
"name": "libpeas"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
19
pkgs/flatpak/testing/yt-dlp.json
Normal file
19
pkgs/flatpak/testing/yt-dlp.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "yt-dlp",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"pip3 install -v --root-user-action=ignore --no-deps --prefix=/app *.whl"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://files.pythonhosted.org/packages/bb/68/548f9819b41d53561d4f3d39588111cf39993c066b6e5300b4ae118eb2e6/yt_dlp-2024.10.22-py3-none-any.whl",
|
||||
"sha256": "ba166602ebe22a220e4dc1ead45bf00eb469ed812b22f4fb8bb54734f9b02084",
|
||||
"x-checker-data": {
|
||||
"type": "pypi",
|
||||
"name": "yt-dlp",
|
||||
"packagetype": "bdist_wheel"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user