flycast/snap/snapcraft.yaml

54 lines
1.4 KiB
YAML
Raw Normal View History

2018-03-22 13:43:27 +00:00
name: reicast
2018-04-19 22:14:13 +00:00
version: git
summary: Reicast -- The fastest Dreamcast Emulator
2018-03-22 13:43:27 +00:00
description: |
Reicast is a Sega Dreamcast emulator. It is designed to run Dreamcast games
2018-03-22 13:43:27 +00:00
and homebrew in x86, x64 and aarch64 based platforms.
2018-04-19 22:32:55 +00:00
grade: stable
2018-03-22 13:43:27 +00:00
icon: shell/linux/reicast.png
2018-04-19 21:47:46 +00:00
confinement: strict
# architectures: all
2018-03-22 13:43:27 +00:00
apps:
reicast:
command: desktop-launch alsa-launch $SNAP/bin/reicast
2018-04-19 21:47:46 +00:00
plugs: [home, alsa, pulseaudio, opengl, x11, joystick, unity7]
2018-04-21 21:58:36 +00:00
desktop: share/applications/reicast.desktop
2018-04-19 22:32:55 +00:00
joyconfig:
command: desktop-launch $SNAP/bin/reicast-joyconfig
plugs: [home, joystick]
2018-03-22 13:43:27 +00:00
parts:
2018-04-19 22:32:55 +00:00
joyconfig:
plugin: python
python-version: python3
python-packages:
- evdev
source: .
2018-04-21 21:58:36 +00:00
2018-03-22 13:43:27 +00:00
reicast:
source: .
source-subdir: shell/linux
plugin: make
make-parameters: [ PREFIX= ]
build-packages:
- build-essential
2018-04-19 21:47:46 +00:00
- libasound2-dev
2018-03-22 13:43:27 +00:00
- libegl1-mesa-dev
2018-04-19 21:47:46 +00:00
- libgl1-mesa-dev
2018-03-22 13:43:27 +00:00
- libgles2-mesa-dev
- mesa-common-dev
2018-04-19 21:47:46 +00:00
- pkg-config
2019-03-27 16:22:40 +00:00
- libudev-dev
2018-04-21 21:58:36 +00:00
stage-packages:
- libevdev2
2018-07-08 00:00:27 +00:00
after: [desktop-gtk2, alsa]
# use prime to select specific packages
# TODOS:
# * have to setup docker image to test on clean environment for further customization
# * add a stable channel and all the specific releases
# * research on cmake usage with snapcraft
# * research on gradle integration for android testing