app-id: com.xargon.retrodeck runtime: org.kde.Platform runtime-version: '5.15-21.08' sdk: org.kde.Sdk command: emulationstation #command: retroarch #--appendconfig /app/retrodeck/retroarch/.config/retroarch.cfg finish-args: - --socket=x11 - --socket=wayland - --socket=pulseaudio - --share=ipc - --share=network - --device=all - --filesystem=~/retrodeck/roms:create - --allow=multiarch - --talk-name=org.freedesktop.ScreenSaver - --talk-name=org.freedesktop.PowerManagement.Inhibit - --talk-name=org.freedesktop.login1 - --filesystem=host - --filesystem=xdg-run/app/com.discordapp.Discord:create # Yuzu - --filesystem=home:ro - --filesystem=/run/media:ro cleanup: # ES-DE - /include - /share/ffmpeg - /lib/cmake - /lib/debug - /lib/pkgconfig - /lib/libfreeimage.a - /lib/libogg.a - /lib/libvpx.a modules: # ES-DE - name: fdk-aac buildsystem: cmake sources: - type: git url: https://git.code.sf.net/p/opencore-amr/fdk-aac.git tag: v2.0.2 - name: libvpx config-opts: - --disable-examples - --disable-docs - --enable-pic - --enable-vp9-highbitdepth sources: - type: git url: https://github.com/webmproject/libvpx.git tag: v1.11.0 - name: ogg buildsystem: cmake config-opts: - -DCMAKE_POSITION_INDEPENDENT_CODE=on - -DINSTALL_DOCS=off sources: - type: git url: https://github.com/xiph/ogg.git tag: v1.3.5 - name: vorbis buildsystem: cmake config-opts: - -DBUILD_SHARED_LIBS=on sources: - type: git url: https://gitlab.xiph.org/xiph/vorbis.git tag: v1.3.7 - name: opus buildsystem: cmake config-opts: - -DBUILD_SHARED_LIBS=on sources: - type: git url: https://gitlab.xiph.org/xiph/opus.git tag: v1.3.1 - name: ffmpeg config-opts: - --disable-static - --disable-programs - --disable-doc - --enable-gpl - --enable-nonfree - --enable-shared - --enable-libvorbis - --enable-libopus - --enable-libfdk-aac - --enable-libvpx - --enable-postproc sources: - type: git url: https://github.com/FFmpeg/FFmpeg.git tag: n5.0 - name: freeimage no-autogen: true build-options: cxxflags: -std=c++14 make-args: - DESTDIR=/app sources: - type: archive url: http://downloads.sourceforge.net/freeimage/FreeImage3180.zip sha256: f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd - type: shell commands: - sed -i 's|-o root -g root ||' ./Makefile.gnu - sed -i 's|/usr|/app|' ./Makefile.gnu - name: pugixml buildsystem: cmake config-opts: - -DBUILD_SHARED_LIBS=on . sources: - type: archive url: https://github.com/zeux/pugixml/releases/download/v1.11.4/pugixml-1.11.4.tar.gz sha256: 8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716 - name: emulationstation-de buildsystem: cmake config-opts: - -DCMAKE_INSTALL_PREFIX=/app cleanup: - es-app - es-core sources: - type: git url: https://gitlab.com/leonstyhre/emulationstation-de.git branch: stable-1.2 # ES-DE - END - name: art-book-next buildsystem: simple build-commands: - mkdir -p /app/emulationstation/themes/art-book-next - mv -f * /app/emulationstation/themes/art-book-next/ sources: - type: git url: https://github.com/anthonycaccese/es-theme-art-book-next.git branch: eaf73a4eefde22791681c7f430a238fb324bdeaf # External manifests start # RetroArch - https://github.com/flathub/org.libretro.RetroArch # nope: remember to put ' /org.libretro.RetroArch/' as submodules prefix - name: retroarch config-opts: - '--enable-dbus' make-args: - GLOBAL_CONFIG_DIR=${FLATPAK_DEST}/etc sources: - type: git url: https://github.com/libretro/RetroArch.git branch: 60fab1c4a169beb46b7b79d2ae549e12f05c53fc - type: file path: org.libretro.RetroArch.appdata.xml - type: file path: retroarch.cfg post-install: - mkdir -p ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/ - >- mv ${FLATPAK_DEST}/share/pixmaps/retroarch.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/ - rmdir --ignore-fail-on-non-empty ${FLATPAK_DEST}/share/pixmaps/ - mkdir -p ${FLATPAK_DEST}/etc - >- sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg > ${FLATPAK_DEST}/etc/retroarch.cfg - mkdir -p ${FLATPAK_DEST}/share/appdata - cp org.libretro.RetroArch.appdata.xml ${FLATPAK_DEST}/share/appdata modules: - libpng/libpng-1.6.35.json - nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013.json - shared-modules/SDL/SDL-1.2.15.json - shared-modules/SDL/SDL_image-1.2.12.json - shared-modules/SDL/SDL_mixer-1.2.12.json - shared-modules/SDL/SDL_net-1.2.8.json - shared-modules/SDL/SDL_ttf-2.0.11.json - shared-modules/libusb/libusb.json - shared-modules/gudev/gudev.json - libbz2/libbz2-1.0.8.json - xrandr/xrandr-1.5.1.json - libaio/libaio-0.3.112.json - shared-modules/glu/glu-9.json - libdecor/libdecor-0.1.0.json - name: retroarch-filers-video subdir: gfx/video_filters make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/RetroArch.git commit: 60fab1c4a169beb46b7b79d2ae549e12f05c53fc - name: retroarch-filers-audio subdir: libretro-common/audio/dsp_filters make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/RetroArch.git commit: 60fab1c4a169beb46b7b79d2ae549e12f05c53fc - name: retroarch-assets make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/retroarch-assets.git commit: f45dd1351e6bfb9f01e12bee8d358ad22a2bb8f9 - name: libretro-database make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/libretro-database.git commit: 1754130f72d8c00a512797bf85442576258279e8 - name: libretro-core-info make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/libretro-core-info.git commit: 1b2472eca14a5a187ff298ace1b614fd3d47bc7c - name: retroarch-joypad-autoconfig make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/retroarch-joypad-autoconfig.git commit: 0eb3ad2666e6bdc2de2cde4c5d4af29b8c7f2c67 - name: common-shaders make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/common-shaders.git commit: 55e401834b732e62c34411321c4ffd82524345d4 - name: slang-shaders make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/slang-shaders.git commit: 77558d5f2ac807b27201fb888cbf2caee8e289fa - name: glsl-shaders make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/glsl-shaders.git commit: 20801b38aa2c89a2beb9f57ffbbbcea7256e2523 - name: common-overlays make-install-args: - PREFIX=${FLATPAK_DEST} sources: - type: git url: https://github.com/libretro/common-overlays.git commit: db9744f4e58a740f0f10b04b62af347cd6f01928 # RetroArch - END # Yuzu - https://github.com/flathub/org.yuzu_emu.yuzu #- shared-modules/libusb/libusb.json #- name: libzip # buildsystem: cmake-ninja # config-opts: # - '-DCMAKE_BUILD_TYPE=RelWithDebInfo' # sources: # - type: archive # url: https://github.com/nih-at/libzip/archive/v1.8.0.tar.gz # sha256: 83e5d6d5dbe8f9df80aad388fa523ca3558398ed440a5afda6ef9b36b0ffdc1f # 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 # url: >- # https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz # sha256: 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0 # 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 # url: https://github.com/fmtlib/fmt/releases/download/8.1.1/fmt-8.1.1.zip # sha256: 23778bad8edba12d76e4075da06db591f3b0e3c6c04928ced4a7282ca3400e5d # 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 # url: https://github.com/KhronosGroup/glslang/archive/11.8.0.tar.gz # sha256: 9e5fbe5b844d203da5e61bcd84eda76326e0ff5dc696cb862147bbe01d2febb0 # x-checker-data: # type: anitya # stable-only: true # project-id: 205796 # url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz #- name: catch2 # buildsystem: cmake-ninja # config-opts: # - '-DCMAKE_BUILD_TYPE=Release' # - '-DCATCH_BUILD_TESTING=OFF' # builddir: true # sources: # - type: archive # url: https://github.com/catchorg/Catch2/archive/v2.13.8.tar.gz # sha256: b9b592bd743c09f13ee4bf35fc30eeee2748963184f6bea836b146e6cc2a585a # x-checker-data: # type: anitya # stable-only: true # 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' # - '-DJSON_BuildTests=OFF' # sources: # - type: archive # url: https://github.com/nlohmann/json/archive/v3.10.5.tar.gz # sha256: 5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4 # 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 # url: >- # https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2 # sha256: 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc # x-checker-data: # type: anitya # project-id: 6845 # url-template: >- # https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_1_78_0.tar.bz2 #- 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: n11.1.5.1 # commit: 84483da70d903239d4536763fde8c7e6c4e80784 # x-checker-data: # type: git # tag-pattern: ^n([\d.]+)$ #- name: yuzu # buildsystem: cmake-ninja # builddir: true # config-opts: # - '-DCMAKE_BUILD_TYPE=RelWithDebInfo' # - '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON' # - '-DENABLE_QT_TRANSLATION=ON' # - '-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON' # - '-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON' # - '-DYUZU_USE_QT_WEB_ENGINE=ON' # - '-DYUZU_USE_BUNDLED_FFMPEG=ON' # - '-DDISPLAY_VERSION=963' # - '-DBUILD_TAG=mainline-963' # - '-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline' # build-options: # env: # TITLEBARFORMATIDLE: yuzu {} # TITLEBARFORMATRUNNING: yuzu {} | {} # LDFLAGS: '-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed' # cleanup: # - /share/man # - /share/pixmaps # 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 # - desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop # - >- # desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key # Exec --set-value yuzu-launcher /app/share/applications/yuzu.desktop # - >- # 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 # tag: mainline-0-963 # commit: 15bf148daf441e69265ea99771e0f1d327c5c10e # disable-shallow-clone: true # x-checker-data: # type: git # tag-pattern: ^(mainline-0-\d+)$ # - type: file # path: org.yuzu_emu.yuzu.metainfo.xml # - type: file # path: yuzu-launcher.sh # - type: file # path: compatibility_list.json # Yuzu - END # Ryujinx # Xemu # Rpcs3 # pcsx2 # vita3k # dolphin # arduboy # External manifests end - name: retrodeck buildsystem: simple build-commands: - mkdir -p ~/retrodeck/roms/bios - mkdir -p ~/retrodeck/roms/3do - mkdir -p ~/retrodeck/roms/amiga - mkdir -p ~/retrodeck/roms/amigacd32 - mkdir -p ~/retrodeck/roms/amstradcpc - mkdir -p ~/retrodeck/roms/arcade - mkdir -p ~/retrodeck/roms/atari2600 - mkdir -p ~/retrodeck/roms/atari5200 - mkdir -p ~/retrodeck/roms/atari7800 - mkdir -p ~/retrodeck/roms/atarist - mkdir -p ~/retrodeck/roms/atari800 - mkdir -p ~/retrodeck/roms/atomiswave - mkdir -p ~/retrodeck/roms/channelf - mkdir -p ~/retrodeck/roms/colecovision - mkdir -p ~/retrodeck/roms/c64 - mkdir -p ~/retrodeck/roms/c128 - mkdir -p ~/retrodeck/roms/vic20 - mkdir -p ~/retrodeck/roms/laserdisc - mkdir -p ~/retrodeck/roms/dreamcast - mkdir -p ~/retrodeck/roms/easyrpg - mkdir -p ~/retrodeck/roms/famicom - mkdir -p ~/retrodeck/roms/fbn - mkdir -p ~/retrodeck/roms/gb - mkdir -p ~/retrodeck/roms/gbh - mkdir -p ~/retrodeck/roms/gameandwatch - mkdir -p ~/retrodeck/roms/gba - mkdir -p ~/retrodeck/roms/fds - mkdir -p ~/retrodeck/roms/c16 - mkdir -p ~/retrodeck/roms/ggh - mkdir -p ~/retrodeck/roms/gbah - mkdir -p ~/retrodeck/roms/intellivision - mkdir -p ~/retrodeck/roms/gbch - mkdir -p ~/retrodeck/roms/atarilynx - mkdir -p ~/retrodeck/roms/mame - mkdir -p ~/retrodeck/roms/dos - mkdir -p ~/retrodeck/roms/snesmsu1 - mkdir -p ~/retrodeck/roms/msx - mkdir -p ~/retrodeck/roms/msx2 - mkdir -p ~/retrodeck/roms/naomi - mkdir -p ~/retrodeck/roms/neogeo - mkdir -p ~/retrodeck/roms/ngp - mkdir -p ~/retrodeck/roms/nds - mkdir -p ~/retrodeck/roms/n64 - mkdir -p ~/retrodeck/roms/nes - mkdir -p ~/retrodeck/roms/nesh - mkdir -p ~/retrodeck/roms/ngpc - mkdir -p ~/retrodeck/roms/neocd - mkdir -p ~/retrodeck/roms/pc-9800 - mkdir -p ~/retrodeck/roms/pcengine - mkdir -p ~/retrodeck/roms/pcenginecd - mkdir -p ~/retrodeck/roms/pcfx - mkdir -p ~/retrodeck/roms/openbor - mkdir -p ~/retrodeck/roms/piece - mkdir -p ~/retrodeck/roms/odyssey2 - mkdir -p ~/retrodeck/roms/psp - mkdir -p ~/retrodeck/roms/pspminis - mkdir -p ~/retrodeck/roms/pokemini - mkdir -p ~/retrodeck/roms/homebrew - mkdir -p ~/retrodeck/roms/ports - mkdir -p ~/retrodeck/roms/sc-3000 - mkdir -p ~/retrodeck/roms/scummvm - mkdir -p ~/retrodeck/roms/psx - mkdir -p ~/retrodeck/roms/segacd - mkdir -p ~/retrodeck/roms/sega32x - mkdir -p ~/retrodeck/roms/genesis - mkdir -p ~/retrodeck/roms/genh - mkdir -p ~/retrodeck/roms/mastersystem - mkdir -p ~/retrodeck/roms/megadrive - mkdir -p ~/retrodeck/roms/megaduck - mkdir -p ~/retrodeck/roms/saturn - mkdir -p ~/retrodeck/roms/sg-1000 - mkdir -p ~/retrodeck/roms/x1 - mkdir -p ~/retrodeck/roms/zxspectrum - mkdir -p ~/retrodeck/roms/zx81 - mkdir -p ~/retrodeck/roms/pc-8800 - mkdir -p ~/retrodeck/roms/snes - mkdir -p ~/retrodeck/roms/supergrafx - mkdir -p ~/retrodeck/roms/pico-8 - mkdir -p ~/retrodeck/roms/megacd - mkdir -p ~/retrodeck/roms/snesh - mkdir -p ~/retrodeck/roms/satellaview - mkdir -p ~/retrodeck/roms/sfc - mkdir -p ~/retrodeck/roms/sufami - mkdir -p ~/retrodeck/roms/tic-80 - mkdir -p ~/retrodeck/roms/tg16 - mkdir -p ~/retrodeck/roms/solarus - mkdir -p ~/retrodeck/roms/vectrex - mkdir -p ~/retrodeck/roms/gbc - mkdir -p ~/retrodeck/roms/videopac - mkdir -p ~/retrodeck/roms/virtualboy - mkdir -p ~/retrodeck/roms/wonderswan - mkdir -p ~/retrodeck/roms/wonderswancolor - mkdir -p ~/retrodeck/roms/ecwolf - mkdir -p ~/retrodeck/roms/x68000 - mkdir -p ~/retrodeck/roms/build - mkdir -p ~/retrodeck/roms/tools - mkdir -p ~/retrodeck/roms/imageviewer - mkdir -p ~/retrodeck/roms/gamegear - mkdir -p ~/retrodeck/roms/tg16cd - mkdir -p ~/retrodeck/roms/j2me - mkdir -p ~/retrodeck/roms/uzebox - mkdir -p ~/retrodeck/roms/supervision - mkdir -p ~/retrodeck/roms/doom - mkdir -p ~/retrodeck/roms/switch - mkdir -p ~/retrodeck/roms/wii - mkdir -p ~/retrodeck/roms/gc - mkdir -p ~/retrodeck/roms/3ds - rm -f ${FLATPAK_DEST}/etc/retroarch.cfg - mv retroarch.cfg ${FLATPAK_DEST}/etc/retroarch.cfg #cleanup: ['*'] sources: - type: file path: retroarch.cfg # create desktop entry