mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
63 lines
2.5 KiB
YAML
63 lines
2.5 KiB
YAML
modules:
|
|
|
|
# https://github.com/flathub/org.mamedev.MAME/blob/master/org.mamedev.MAME.yaml
|
|
- name: mame
|
|
buildsystem: simple
|
|
build-options:
|
|
no-debuginfo: true
|
|
strip: true
|
|
# env:
|
|
# CC: clang
|
|
# CXX: clang++
|
|
# LD: lld
|
|
build-commands:
|
|
- make
|
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
|
CFLAGS+=-Wno-error=restrict
|
|
TOOLS=1
|
|
USE_QTDEBUG=0
|
|
USE_WAYLAND=1
|
|
USE_SYSTEM_LIB_FLAC=1
|
|
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
|
LDOPTS=-Wl,-s
|
|
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
|
|
- install -Dm 0755 castool ${FLATPAK_DEST}/bin/castool
|
|
- install -Dm 0755 chdman ${FLATPAK_DEST}/bin/chdman
|
|
- install -Dm 0755 floptool ${FLATPAK_DEST}/bin/floptool
|
|
- install -Dm 0755 imgtool ${FLATPAK_DEST}/bin/imgtool
|
|
- install -Dm 0755 jedutil ${FLATPAK_DEST}/bin/jedutil
|
|
- install -Dm 0755 ldresample ${FLATPAK_DEST}/bin/ldresample
|
|
- install -Dm 0755 ldverify ${FLATPAK_DEST}/bin/ldverify
|
|
- install -Dm 0755 nltool ${FLATPAK_DEST}/bin/nltool
|
|
- install -Dm 0755 nlwav ${FLATPAK_DEST}/bin/nlwav
|
|
- install -Dm 0755 romcmp ${FLATPAK_DEST}/bin/romcmp
|
|
- install -Dm 0755 unidasm ${FLATPAK_DEST}/bin/unidasm
|
|
- cp COPYING ${FLATPAK_DEST}/bin/
|
|
- cp uismall.bdf ${FLATPAK_DEST}/bin/
|
|
- mkdir -p ${FLATPAK_DEST}/share/mame/
|
|
- cp -r artwork/ ${FLATPAK_DEST}/share/mame/
|
|
- cp -r bgfx/ ${FLATPAK_DEST}/share/mame/
|
|
- cp -r ctrlr/ ${FLATPAK_DEST}/share/mame/
|
|
- mkdir -p ${FLATPAK_DEST}/share/mame/docs/
|
|
- cp -r docs/legal/ ${FLATPAK_DEST}/share/mame/docs/
|
|
- cp -r docs/man/ ${FLATPAK_DEST}/share/mame/docs
|
|
- cp -r hash/ ${FLATPAK_DEST}/share/mame/
|
|
- cp -r hlsl/ ${FLATPAK_DEST}/share/mame/
|
|
- cp -r ini/ ${FLATPAK_DEST}/share/mame/
|
|
- install -Dm 0644 mame.ini ${FLATPAK_DEST}/share/mame/ini/mame.ini
|
|
- cp -r language/ ${FLATPAK_DEST}/share/mame/
|
|
- cp -r plugins/ ${FLATPAK_DEST}/share/mame/
|
|
- cp -r roms/ ${FLATPAK_DEST}/share/mame/
|
|
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
|
sources:
|
|
- type: archive
|
|
url: https://github.com/mamedev/mame/archive/refs/tags/mame0266.tar.gz
|
|
sha256: 0210be24f838f565302eed057dd6a4b1a252c9e0ca3d3f0832e8a4b1cf481f3e
|
|
- type: file
|
|
path: mame-patches/mame.ini
|
|
- type: patch
|
|
path: mame-patches/floppy.patch
|
|
- type: patch
|
|
path: mame-patches/sound.patch
|
|
- type: patch
|
|
path: mame-patches/ym3802.patch |