mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
77 lines
1.8 KiB
YAML
77 lines
1.8 KiB
YAML
# SPDX-License-Identifier: MIT
|
|
#
|
|
# EmulationStation Desktop Edition
|
|
# org.es_de.emulationstation-de.yml
|
|
#
|
|
# Flatpak manifest file for use with flatpak-builder.
|
|
#
|
|
|
|
app-id: org.es_de.emulationstation-de
|
|
sdk: org.freedesktop.Sdk
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '21.08'
|
|
command: emulationstation
|
|
branch: stable
|
|
finish-args:
|
|
- --share=ipc
|
|
- --socket=x11
|
|
- --socket=wayland
|
|
- --socket=pulseaudio
|
|
- --device=dri
|
|
- --filesystem=host
|
|
- --filesystem=home
|
|
- --share=network
|
|
cleanup:
|
|
- /include
|
|
- /share/ffmpeg
|
|
- /lib/cmake
|
|
- /lib/debug
|
|
- /lib/pkgconfig
|
|
- /lib/libfreeimage.a
|
|
|
|
modules:
|
|
- name: ffmpeg
|
|
config-opts:
|
|
- --disable-static
|
|
- --disable-programs
|
|
- --disable-doc
|
|
- --enable-gpl
|
|
- --enable-shared
|
|
- --enable-libvorbis
|
|
- --enable-libopus
|
|
- --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
|
|
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
|
|
buildsystem: cmake
|
|
sources:
|
|
- type: git
|
|
url: https://gitlab.com/leonstyhre/emulationstation-de.git
|
|
branch: stable-1.2
|