org.yuzu_emu.yuzu/org.yuzu_emu.yuzu.json

278 lines
10 KiB
JSON
Raw Normal View History

2021-02-16 02:17:43 +00:00
{
"app-id": "org.yuzu_emu.yuzu",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-22.08",
2021-02-16 02:17:43 +00:00
"sdk": "org.kde.Sdk",
"command": "yuzu-launcher",
2021-02-16 02:17:43 +00:00
"finish-args": [
"--device=all",
2021-03-01 22:14:31 +00:00
"--socket=fallback-x11",
2021-02-16 02:17:43 +00:00
"--socket=pulseaudio",
"--share=network",
2022-02-23 07:17:32 +00:00
"--share=ipc",
"--filesystem=xdg-run/app/com.discordapp.Discord:ro",
"--filesystem=home:ro",
"--filesystem=/run/media:ro",
"--talk-name=org.freedesktop.login1.Manager"
2021-02-16 02:17:43 +00:00
],
"cleanup": [
"/include",
"/bin/glslangValidator",
"/bin/zip*",
"/bin/zstd*",
2021-02-16 02:17:43 +00:00
"/lib/pkg-config",
"/share/doc",
"/share/man",
"/src",
"*.a",
"*.la"
],
"modules": [
"shared-modules/libusb/libusb.json",
{
"name": "libzip",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
2021-02-16 02:17:43 +00:00
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
2023-08-23 12:01:47 +00:00
"url": "https://github.com/nih-at/libzip/archive/v1.10.1.tar.gz",
"sha256": "d56d857d1c3ad4a7f3a4c01a51c6a6e5530e35ab93503f62276e8ba2b306186a",
2021-02-16 02:17:43 +00:00
"x-checker-data": {
"type": "anitya",
"project-id": 10649,
"url-template": "https://github.com/nih-at/libzip/archive/v$version.tar.gz"
}
}
]
},
{
"name": "zstd",
"buildsystem": "meson",
"subdir": "build/meson",
"config-opts": [
"-Dbin_programs=false",
"-Dbin_contrib=false"
2021-02-16 02:17:43 +00:00
],
"sources": [
{
"type": "archive",
2023-04-05 11:58:51 +00:00
"url": "https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz",
"sha256": "9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4",
2021-02-16 02:17:43 +00:00
"x-checker-data": {
"type": "anitya",
"project-id": 12083,
"stable-only": true,
2021-02-16 02:17:43 +00:00
"url-template": "https://github.com/facebook/zstd/releases/download/v$version/zstd-$version.tar.gz"
}
}
]
},
{
"name": "fmt",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
2021-02-16 02:17:43 +00:00
"-DFMT_TEST=OFF"
],
"sources": [
{
"type": "archive",
2022-11-18 04:22:15 +00:00
"url": "https://github.com/fmtlib/fmt/releases/download/9.1.0/fmt-9.1.0.zip",
"sha256": "cceb4cb9366e18a5742128cb3524ce5f50e88b476f1e54737a47ffdf4df4c996",
2021-02-16 02:17:43 +00:00
"x-checker-data": {
"type": "anitya",
"project-id": 11526,
"versions": {
2022-11-18 04:22:15 +00:00
"<": "10.0.0"
},
2021-02-16 02:17:43 +00:00
"url-template": "https://github.com/fmtlib/fmt/releases/download/$version/fmt-$version.zip"
}
}
]
},
{
"name": "glslang",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "archive",
2023-08-26 09:03:58 +00:00
"url": "https://github.com/KhronosGroup/glslang/archive/13.0.0.tar.gz",
"sha256": "bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715",
"x-checker-data": {
"type": "anitya",
"stable-only": true,
"project-id": 205796,
"url-template": "https://github.com/KhronosGroup/glslang/archive/$version.tar.gz"
}
2021-02-16 02:17:43 +00:00
}
]
},
{
"name": "catch2",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCATCH_INSTALL_EXTRAS=ON",
"-DCATCH_BUILD_TESTING=OFF"
2021-02-16 02:17:43 +00:00
],
"builddir": true,
"sources": [
{
"type": "archive",
2023-07-14 23:48:59 +00:00
"url": "https://github.com/catchorg/Catch2/archive/v3.4.0.tar.gz",
"sha256": "122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb",
2021-02-16 02:17:43 +00:00
"x-checker-data": {
"type": "anitya",
"stable-only": true,
"versions": {
"<": "4.0.0"
},
2021-02-16 02:17:43 +00:00
"project-id": 7680,
"url-template": "https://github.com/catchorg/Catch2/archive/v$version.tar.gz"
}
}
]
},
{
"name": "nlohmann-json",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DJSON_BuildTests=OFF"
2021-02-16 02:17:43 +00:00
],
"sources": [
{
"type": "archive",
2022-08-13 14:46:09 +00:00
"url": "https://github.com/nlohmann/json/archive/v3.11.2.tar.gz",
"sha256": "d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273",
2021-02-16 02:17:43 +00:00
"x-checker-data": {
"type": "anitya",
"project-id": 11152,
2021-02-16 02:17:43 +00:00
"url-template": "https://github.com/nlohmann/json/archive/v$version.tar.gz"
}
}
]
},
{
"name": "boost",
"buildsystem": "simple",
"build-commands": [
"./bootstrap.sh --with-libraries=context,container,system,headers",
"./b2 -j $FLATPAK_BUILDER_N_JOBS install --prefix=/app"
],
"sources": [
{
"type": "archive",
2023-08-11 21:13:03 +00:00
"url": "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2",
"sha256": "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e",
"x-checker-data": {
"type": "anitya",
"project-id": 6845,
2023-04-27 13:01:01 +00:00
"url-template": "https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_${version0}_${version1}_${version2}.tar.bz2"
}
2021-02-16 02:17:43 +00:00
}
]
},
{
"name": "nv-codec-headers",
"make-install-args": [
"PREFIX=/app"
],
"no-autogen": true,
"cleanup": [
"*"
],
"sources": [
{
"type": "git",
"url": "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git",
"tag": "n12.0.16.0",
"commit": "c5e4af74850a616c42d39ed45b9b8568b71bf8bf",
"x-checker-data": {
"type": "git",
"tag-pattern": "^n([\\d.]+)$"
}
}
]
},
2021-02-16 02:17:43 +00:00
{
"name": "yuzu",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
2022-03-03 01:03:56 +00:00
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
2021-02-16 02:17:43 +00:00
"-DENABLE_QT_TRANSLATION=ON",
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF",
"-DYUZU_USE_QT_WEB_ENGINE=OFF",
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
"-DDISPLAY_VERSION=1560",
"-DBUILD_TAG=mainline-1560",
2021-02-16 02:17:43 +00:00
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
],
2021-06-09 06:23:14 +00:00
"build-options": {
"env": {
"TITLEBARFORMATIDLE": "yuzu {}",
2022-10-30 03:18:45 +00:00
"TITLEBARFORMATRUNNING": "yuzu {} | {}"
2022-12-07 00:35:32 +00:00
},
"arch": {
"aarch64": {
"config-opts": [
"-DENABLE_OPENGL=OFF"
]
}
2021-06-09 06:23:14 +00:00
}
},
2021-02-16 02:17:43 +00:00
"cleanup": [
"/share/man",
"/share/pixmaps"
2021-02-16 02:17:43 +00:00
],
"post-install": [
"install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher",
"install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml",
2022-07-05 03:35:20 +00:00
"install -Dm644 ../org.yuzu_emu.yuzu.svg /app/share/icons/hicolor/scalable/apps/org.yuzu_emu.yuzu.svg",
"desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key Exec --set-value yuzu-launcher /app/share/applications/org.yuzu_emu.yuzu.desktop"
2021-02-16 02:17:43 +00:00
],
"sources": [
{
"type": "git",
"url": "https://github.com/yuzu-emu/yuzu-mainline.git",
"tag": "mainline-0-1560",
"commit": "492e81f1fdb56439a217e4a2f465645f48a1c1ea",
2021-02-16 02:17:43 +00:00
"disable-shallow-clone": true,
"x-checker-data": {
"type": "git",
"tag-pattern": "^(mainline-0-\\d+)$"
}
},
{
"type": "file",
"path": "org.yuzu_emu.yuzu.metainfo.xml"
},
2022-07-05 03:35:20 +00:00
{
"type": "file",
"path": "org.yuzu_emu.yuzu.svg"
},
{
"type": "file",
"path": "yuzu-launcher.sh"
},
2021-02-16 02:17:43 +00:00
{
"type": "file",
"path": "compatibility_list.json",
"dest": "dist/compatibility_list"
2021-02-16 02:17:43 +00:00
}
]
}
]
}