mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-23 05:05:38 +00:00
MAME: updated to 0270 + repo and manifest cleanup
Some checks are pending
Build MAME / Building_RetroDECK-MAME (push) Waiting to run
Some checks are pending
Build MAME / Building_RetroDECK-MAME (push) Waiting to run
This commit is contained in:
parent
f4b9e07167
commit
d41d09b82f
|
@ -1,25 +1,11 @@
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
# # needed for MAME suit (so chdman)
|
|
||||||
# - name: libFLAC
|
|
||||||
# buildsystem: cmake-ninja
|
|
||||||
# config-opts:
|
|
||||||
# - -Dbuildtype=release
|
|
||||||
# sources:
|
|
||||||
# - type: archive
|
|
||||||
# url: https://downloads.xiph.org/releases/flac/flac-1.4.3.tar.xz
|
|
||||||
# sha256: 6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70
|
|
||||||
|
|
||||||
# https://github.com/flathub/org.mamedev.MAME/blob/master/org.mamedev.MAME.yaml
|
# https://github.com/flathub/org.mamedev.MAME/blob/master/org.mamedev.MAME.yaml
|
||||||
- name: mame
|
- name: mame
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-options:
|
build-options:
|
||||||
no-debuginfo: true
|
no-debuginfo: true
|
||||||
strip: true
|
strip: true
|
||||||
# env:
|
|
||||||
# CC: clang
|
|
||||||
# CXX: clang++
|
|
||||||
# LD: lld
|
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
|
@ -27,7 +13,6 @@ modules:
|
||||||
TOOLS=1
|
TOOLS=1
|
||||||
USE_QTDEBUG=0
|
USE_QTDEBUG=0
|
||||||
USE_WAYLAND=1
|
USE_WAYLAND=1
|
||||||
TOOLS=1
|
|
||||||
USE_SYSTEM_LIB_FLAC=1
|
USE_SYSTEM_LIB_FLAC=1
|
||||||
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
||||||
LDOPTS=-Wl,-s
|
LDOPTS=-Wl,-s
|
||||||
|
@ -62,13 +47,13 @@ modules:
|
||||||
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0266.tar.gz
|
url: https://github.com/mamedev/mame/archive/refs/tags/mame0270.tar.gz
|
||||||
sha256: 0210be24f838f565302eed057dd6a4b1a252c9e0ca3d3f0832e8a4b1cf481f3e
|
sha256: 0364b670478883902c2bc618908192b0590235b47fbe073fcac2d13b82541437
|
||||||
- type: file
|
- type: file
|
||||||
path: mame-patches/mame.ini
|
path: mame.ini
|
||||||
- type: patch
|
- type: patch
|
||||||
path: mame-patches/floppy.patch
|
path: floppy.patch
|
||||||
- type: patch
|
- type: patch
|
||||||
path: mame-patches/sound.patch
|
path: sound.patch
|
||||||
- type: patch
|
- type: patch
|
||||||
path: mame-patches/ym3802.patch
|
path: ym3802.patch
|
Loading…
Reference in a new issue