mirror of
https://github.com/KDE/audiotube.git
synced 2025-12-23 16:08:02 -05:00
110 lines
3.6 KiB
JSON
110 lines
3.6 KiB
JSON
{
|
|
"id": "org.kde.audiotube",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "6.10",
|
|
"sdk": "org.kde.Sdk",
|
|
"command": "audiotube",
|
|
"tags": [
|
|
"nightly"
|
|
],
|
|
"desktop-file-name-suffix": " (Nightly)",
|
|
"finish-args": [
|
|
"--device=dri",
|
|
"--own-name=org.mpris.MediaPlayer2.AudioTube",
|
|
"--share=ipc",
|
|
"--share=network",
|
|
"--socket=fallback-x11",
|
|
"--socket=pulseaudio",
|
|
"--socket=wayland"
|
|
],
|
|
"cleanup": [
|
|
"/include/",
|
|
"/share/cmake/",
|
|
"*.a"
|
|
],
|
|
"modules": [
|
|
"flatpak/python3-ytmusicapi.json",
|
|
{
|
|
"name": "yt-dlp",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"pip3 install --no-dependencies --prefix=/app *.whl"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "file",
|
|
"url": "https://files.pythonhosted.org/packages/5f/16/fdebbee6473473a1c0576bd165a50e4a70762484d638c1d59fa9074e175b/yt_dlp-2025.11.12-py3-none-any.whl",
|
|
"sha256": "b47af37bbb16b08efebb36825a280ea25a507c051f93bf413a6e4a0e586c6e79",
|
|
"x-checker-data": {
|
|
"type": "pypi",
|
|
"name": "yt-dlp",
|
|
"packagetype": "bdist_wheel"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "futuresql",
|
|
"buildsystem": "cmake-ninja",
|
|
"config-opts": [
|
|
"-DBUILD_TESTING=OFF",
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DQT_MAJOR_VERSION=6"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://download.kde.org/stable/futuresql/futuresql-0.1.1.tar.xz",
|
|
"sha256": "e44ed8d5a9618b3ca7ba2983ed9c5f7572e6e0a5b199f94868834b71ccbebd43",
|
|
"x-checker-data": {
|
|
"type": "anitya",
|
|
"project-id": 368957,
|
|
"stable-only": true,
|
|
"url-template": "https://download.kde.org/stable/futuresql/futuresql-$version.tar.xz"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "pybind11",
|
|
"config-opts": [
|
|
"-DPYBIND11_FINDPYTHON=ON",
|
|
"-DPYBIND11_TEST=OFF"
|
|
],
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.1.tar.gz",
|
|
"sha256": "741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca",
|
|
"x-checker-data": {
|
|
"type": "anitya",
|
|
"project-id": 13384,
|
|
"url-template": "https://github.com/pybind/pybind11/archive/refs/tags/v$version.tar.gz"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "org.kde.audiotube",
|
|
"config-opts": [
|
|
"-DPYBIND11_FINDPYTHON=ON",
|
|
"-DQT_MAJOR_VERSION=6",
|
|
"-DCMAKE_BUILD_TYPE=Release"
|
|
],
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": ".",
|
|
"skip": [
|
|
".git"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|