2021-02-16 02:17:43 +00:00
|
|
|
{
|
|
|
|
"app-id": "org.yuzu_emu.yuzu",
|
|
|
|
"runtime": "org.kde.Platform",
|
2021-10-09 09:42:15 +00:00
|
|
|
"runtime-version": "5.15-21.08",
|
2021-02-16 02:17:43 +00:00
|
|
|
"sdk": "org.kde.Sdk",
|
|
|
|
"base": "io.qt.qtwebengine.BaseApp",
|
2021-10-09 09:42:15 +00:00
|
|
|
"base-version": "5.15-21.08",
|
2021-12-12 06:22:22 +00:00
|
|
|
"command": "yuzu-launcher",
|
2021-02-16 02:17:43 +00:00
|
|
|
"rename-desktop-file": "yuzu.desktop",
|
|
|
|
"rename-icon": "yuzu",
|
|
|
|
"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:create"
|
2021-02-16 02:17:43 +00:00
|
|
|
],
|
|
|
|
"cleanup-commands": [
|
|
|
|
"/app/cleanup-BaseApp.sh"
|
|
|
|
],
|
|
|
|
"cleanup": [
|
|
|
|
"/include",
|
2021-03-01 22:41:23 +00:00
|
|
|
"/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_BUILD_TYPE=RelWithDebInfo"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
2021-06-19 01:14:26 +00:00
|
|
|
"url": "https://github.com/nih-at/libzip/archive/v1.8.0.tar.gz",
|
|
|
|
"sha256": "83e5d6d5dbe8f9df80aad388fa523ca3558398ed440a5afda6ef9b36b0ffdc1f",
|
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": "simple",
|
|
|
|
"build-commands": [
|
|
|
|
"make -j $FLATPAK_BUILDER_N_JOBS",
|
|
|
|
"make PREFIX=/ DESTDIR=\"${FLATPAK_DEST}\" install"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
2022-01-22 03:10:44 +00:00
|
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz",
|
|
|
|
"sha256": "7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0",
|
2021-02-16 02:17:43 +00:00
|
|
|
"x-checker-data": {
|
|
|
|
"type": "anitya",
|
|
|
|
"project-id": 12083,
|
|
|
|
"url-template": "https://github.com/facebook/zstd/releases/download/v$version/zstd-$version.tar.gz"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "fmt",
|
|
|
|
"buildsystem": "cmake-ninja",
|
|
|
|
"config-opts": [
|
|
|
|
"-DFMT_TEST=OFF"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
2022-01-10 14:58:02 +00:00
|
|
|
"url": "https://github.com/fmtlib/fmt/releases/download/8.1.1/fmt-8.1.1.zip",
|
|
|
|
"sha256": "23778bad8edba12d76e4075da06db591f3b0e3c6c04928ced4a7282ca3400e5d",
|
2021-02-16 02:17:43 +00:00
|
|
|
"x-checker-data": {
|
|
|
|
"type": "anitya",
|
|
|
|
"project-id": 11526,
|
|
|
|
"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",
|
2022-01-29 22:00:02 +00:00
|
|
|
"url": "https://github.com/KhronosGroup/glslang/archive/11.8.0.tar.gz",
|
|
|
|
"sha256": "9e5fbe5b844d203da5e61bcd84eda76326e0ff5dc696cb862147bbe01d2febb0",
|
2021-06-09 03:25:26 +00:00
|
|
|
"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": [
|
2021-11-27 00:48:34 +00:00
|
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
|
|
"-DCATCH_BUILD_TESTING=OFF"
|
2021-02-16 02:17:43 +00:00
|
|
|
],
|
|
|
|
"builddir": true,
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
2022-01-10 14:58:02 +00:00
|
|
|
"url": "https://github.com/catchorg/Catch2/archive/v2.13.8.tar.gz",
|
|
|
|
"sha256": "b9b592bd743c09f13ee4bf35fc30eeee2748963184f6bea836b146e6cc2a585a",
|
2021-02-16 02:17:43 +00:00
|
|
|
"x-checker-data": {
|
|
|
|
"type": "anitya",
|
2021-06-09 03:25:26 +00:00
|
|
|
"stable-only": true,
|
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": [
|
2021-11-27 00:48:34 +00:00
|
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
|
|
"-DJSON_BuildTests=OFF"
|
2021-02-16 02:17:43 +00:00
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
2022-01-10 14:58:02 +00:00
|
|
|
"url": "https://github.com/nlohmann/json/archive/v3.10.5.tar.gz",
|
|
|
|
"sha256": "5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4",
|
2021-02-16 02:17:43 +00:00
|
|
|
"x-checker-data": {
|
|
|
|
"type": "anitya",
|
|
|
|
"project-id": 141453,
|
|
|
|
"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",
|
2021-10-11 04:17:54 +00:00
|
|
|
"url": "https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2",
|
|
|
|
"sha256": "fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854",
|
2021-06-09 03:25:26 +00:00
|
|
|
"x-checker-data": {
|
|
|
|
"type": "anitya",
|
|
|
|
"project-id": 6845,
|
2021-10-11 04:17:54 +00:00
|
|
|
"url-template": "https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_1_77_0.tar.bz2"
|
2021-06-09 03:25:26 +00:00
|
|
|
}
|
2021-02-16 02:17:43 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-12-04 02:10:29 +00:00
|
|
|
{
|
|
|
|
"name": "nv-codec-headers",
|
2021-12-13 14:05:16 +00:00
|
|
|
"make-install-args": [
|
|
|
|
"PREFIX=/app"
|
|
|
|
],
|
2021-12-04 02:10:29 +00:00
|
|
|
"no-autogen": true,
|
2021-12-13 14:05:16 +00:00
|
|
|
"cleanup": [
|
|
|
|
"*"
|
|
|
|
],
|
2021-12-04 02:10:29 +00:00
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
2021-12-13 14:05:16 +00:00
|
|
|
"url": "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git",
|
2022-01-11 23:53:01 +00:00
|
|
|
"tag": "n11.1.5.1",
|
|
|
|
"commit": "84483da70d903239d4536763fde8c7e6c4e80784",
|
2021-12-13 14:05:16 +00:00
|
|
|
"x-checker-data": {
|
|
|
|
"type": "git",
|
|
|
|
"tag-pattern": "^n([\\d.]+)$"
|
|
|
|
}
|
2021-12-04 02:10:29 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-02-16 02:17:43 +00:00
|
|
|
{
|
|
|
|
"name": "yuzu",
|
|
|
|
"buildsystem": "cmake-ninja",
|
|
|
|
"builddir": true,
|
|
|
|
"config-opts": [
|
|
|
|
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
|
|
|
|
"-DENABLE_QT_TRANSLATION=ON",
|
|
|
|
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
|
|
|
|
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
|
|
|
|
"-DYUZU_USE_QT_WEB_ENGINE=ON",
|
2021-12-04 02:10:29 +00:00
|
|
|
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
2022-02-22 13:56:13 +00:00
|
|
|
"-DDISPLAY_VERSION=926",
|
|
|
|
"-DBUILD_TAG=mainline-926",
|
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 {}",
|
|
|
|
"TITLEBARFORMATRUNNING": "yuzu {} | {}",
|
|
|
|
"LDFLAGS": "-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed"
|
|
|
|
}
|
|
|
|
},
|
2021-02-16 02:17:43 +00:00
|
|
|
"cleanup": [
|
2021-06-09 03:25:26 +00:00
|
|
|
"/share/man",
|
|
|
|
"/share/pixmaps"
|
2021-02-16 02:17:43 +00:00
|
|
|
],
|
|
|
|
"post-install": [
|
2021-12-12 06:22:22 +00:00
|
|
|
"install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher",
|
2021-02-16 02:17:43 +00:00
|
|
|
"install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml",
|
|
|
|
"desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop",
|
2021-12-12 06:22:22 +00:00
|
|
|
"desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key Exec --set-value yuzu-launcher /app/share/applications/yuzu.desktop",
|
2021-02-16 02:17:43 +00:00
|
|
|
"install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg",
|
|
|
|
"mv /app/share/mime/packages/yuzu.xml /app/share/mime/packages/org.yuzu_emu.yuzu.xml",
|
|
|
|
"sed 's/yuzu/org.yuzu_emu.yuzu/g' -i /app/share/mime/packages/org.yuzu_emu.yuzu.xml"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/yuzu-emu/yuzu-mainline.git",
|
2022-02-22 13:56:13 +00:00
|
|
|
"tag": "mainline-0-926",
|
|
|
|
"commit": "84143f434ea60037dd9b03303f6adc09f9ae872d",
|
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"
|
|
|
|
},
|
2021-12-12 06:22:22 +00:00
|
|
|
{
|
|
|
|
"type": "file",
|
|
|
|
"path": "yuzu-launcher.sh"
|
|
|
|
},
|
2021-02-16 02:17:43 +00:00
|
|
|
{
|
|
|
|
"type": "file",
|
2021-06-09 06:23:14 +00:00
|
|
|
"path": "compatibility_list.json"
|
2021-02-16 02:17:43 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2021-12-13 14:05:16 +00:00
|
|
|
}
|