2017-04-11 17:12:26 +00:00
|
|
|
{
|
|
|
|
"app-id": "org.DolphinEmu.dolphin-emu",
|
2017-11-16 23:38:51 +00:00
|
|
|
"branch": "stable",
|
|
|
|
"runtime": "org.freedesktop.Platform",
|
|
|
|
"runtime-version": "1.6",
|
|
|
|
"sdk": "org.freedesktop.Sdk",
|
2017-04-11 17:12:26 +00:00
|
|
|
"command": "dolphin-emu",
|
|
|
|
"rename-desktop-file": "dolphin-emu.desktop",
|
|
|
|
"rename-icon": "dolphin-emu",
|
|
|
|
"rename-appdata-file": "dolphin-emu.appdata.xml",
|
|
|
|
"finish-args": [
|
2017-11-23 12:04:24 +00:00
|
|
|
"--device=all",
|
2017-11-16 23:38:51 +00:00
|
|
|
"--filesystem=host:ro",
|
2017-04-11 17:12:26 +00:00
|
|
|
"--socket=pulseaudio",
|
|
|
|
"--socket=x11",
|
|
|
|
"--share=network"
|
|
|
|
],
|
|
|
|
"modules": [
|
2017-11-16 23:38:51 +00:00
|
|
|
{
|
|
|
|
"name": "wxWidgets",
|
|
|
|
"rm-configure": true,
|
|
|
|
"cleanup": [
|
|
|
|
"/bin",
|
|
|
|
"/include",
|
|
|
|
"/share/bakefile",
|
|
|
|
"/share/aclocal"
|
|
|
|
],
|
|
|
|
"config-opts": [
|
|
|
|
"--with-libpng",
|
|
|
|
"--with-zlib",
|
|
|
|
"--disable-sdltest",
|
|
|
|
"--disable-webkit",
|
|
|
|
"--disable-webview",
|
|
|
|
"--disable-webviewwebkit",
|
|
|
|
"--disable-ribbon",
|
|
|
|
"--disable-html",
|
|
|
|
"--disable-propgrid",
|
|
|
|
"--disable-richtext",
|
|
|
|
"--with-expat=builtin",
|
|
|
|
"--with-libiconv=/usr"
|
|
|
|
],
|
|
|
|
"sources": [
|
2018-02-24 18:10:42 +00:00
|
|
|
{
|
|
|
|
"type": "archive",
|
|
|
|
"url": "https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxWidgets-3.1.1.tar.bz2",
|
|
|
|
"sha256":"c925dfe17e8f8b09eb7ea9bfdcfcc13696a3e14e92750effd839f5e10726159e"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libusb",
|
|
|
|
"config-opts": [
|
|
|
|
"--disable-static"
|
|
|
|
],
|
|
|
|
"cleanup": [
|
|
|
|
"/include",
|
|
|
|
"/lib/*.la",
|
|
|
|
"/lib/pkgconfig"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
|
|
|
"url": "https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.21/libusb-1.0.21.tar.gz",
|
|
|
|
"sha256": "1a5b08c05bc5e38c81c2d59c29954d5916646f4ff46f51381b3f624384e4ac01"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"modules": [
|
|
|
|
"shared-modules/udev/udev-175.json"
|
2017-11-16 23:38:51 +00:00
|
|
|
]
|
|
|
|
},
|
2017-04-11 17:12:26 +00:00
|
|
|
{
|
|
|
|
"name": "dolphin-emu",
|
2017-11-16 23:38:51 +00:00
|
|
|
"buildsystem": "cmake-ninja",
|
|
|
|
"config-opts": [
|
2018-02-24 18:10:42 +00:00
|
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
2017-11-16 23:38:51 +00:00
|
|
|
"-DENABLE_ALSA=OFF",
|
|
|
|
"-DENABLE_SDL=ON",
|
|
|
|
"-DENABLE_EVDEV=OFF",
|
2018-02-24 18:10:42 +00:00
|
|
|
"-DENABLE_WX=ON",
|
|
|
|
"-DENABLE_QT2=OFF",
|
2017-11-16 23:38:51 +00:00
|
|
|
"-DDISTRIBUTOR=Flathub"
|
|
|
|
],
|
2017-04-11 17:52:17 +00:00
|
|
|
"build-options": {
|
2017-06-20 07:41:58 +00:00
|
|
|
"arch": {
|
|
|
|
"arm": {
|
|
|
|
"config-opts": [
|
|
|
|
"-DENABLE_GENERIC=ON"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2017-04-11 17:52:17 +00:00
|
|
|
},
|
2018-02-24 18:10:42 +00:00
|
|
|
"cleanup": [
|
|
|
|
"/share/man"
|
|
|
|
],
|
2017-04-11 17:12:26 +00:00
|
|
|
"post-install": [
|
|
|
|
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
2018-02-24 18:10:42 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dolphin-emu/dolphin.git",
|
2018-04-21 17:29:04 +00:00
|
|
|
"commit": "7dc16efc9d0bde02615625d58a2aa663ad20585d"
|
2017-04-11 17:12:26 +00:00
|
|
|
},
|
2017-11-16 23:38:51 +00:00
|
|
|
{
|
2018-02-24 18:10:42 +00:00
|
|
|
"type": "file",
|
|
|
|
"path": "appdata.xml"
|
2017-11-16 23:38:51 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "patch",
|
2018-02-24 18:10:42 +00:00
|
|
|
"path": "use-gtk3.patch"
|
2017-04-11 17:12:26 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|