Skip to content

Commit

Permalink
flatpak: Replace gtuber with Clapper enhancers
Browse files Browse the repository at this point in the history
Also add all required dependencies
  • Loading branch information
Rafostar committed Nov 3, 2024
1 parent 1c92df8 commit 95a7a58
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 22 deletions.
6 changes: 4 additions & 2 deletions pkgs/flatpak/com.github.rafostar.Clapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"flathub/lib/uchardet.json",
"flathub/lib/libmicrodns.json",
"flathub/gstreamer-1.0/gstreamer.json",
"testing/gtuber.json",
"testing/yt-dlp.json",
"testing/libpeas.json",
{
"name": "clapper",
"buildsystem": "meson",
Expand All @@ -54,7 +55,8 @@
"path": "../../."
}
]
}
},
"testing/clapper-enhancers.json"
],
"cleanup-commands": [
"mkdir -p /app/lib/ffmpeg",
Expand Down
14 changes: 14 additions & 0 deletions pkgs/flatpak/testing/clapper-enhancers.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
20 changes: 0 additions & 20 deletions pkgs/flatpak/testing/gtuber.json

This file was deleted.

21 changes: 21 additions & 0 deletions pkgs/flatpak/testing/libpeas.json
Original file line number Diff line number Diff line change
@@ -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 changes: 19 additions & 0 deletions pkgs/flatpak/testing/yt-dlp.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}

0 comments on commit 95a7a58

Please sign in to comment.