Merge pull request #41 from flathub/0.261

Sync 0.261
This commit is contained in:
jflatt 2023-11-28 14:02:48 -08:00 committed by GitHub
commit 37f546b59a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -31,3 +31,8 @@ share_directory $HOME/.mame/share
# OSD VIDEO OPTIONS # OSD VIDEO OPTIONS
# #
video opengl video opengl
#
# BGFX POST-PROCESSING OPTIONS
#
bgfx_path /app/share/mame/bgfx

View file

@ -27,6 +27,7 @@
<url type="homepage">https://www.mamedev.org</url> <url type="homepage">https://www.mamedev.org</url>
<launchable type="desktop-id">org.mamedev.MAME.desktop</launchable> <launchable type="desktop-id">org.mamedev.MAME.desktop</launchable>
<releases> <releases>
<release version="0.261" date="2023-11-29"/>
<release version="0.260" date="2023-10-25"/> <release version="0.260" date="2023-10-25"/>
<release version="0.259" date="2023-09-29"/> <release version="0.259" date="2023-09-29"/>
<release version="0.258" date="2023-08-30"/> <release version="0.258" date="2023-08-30"/>

View file

@ -1,6 +1,6 @@
id: org.mamedev.MAME id: org.mamedev.MAME
runtime: org.kde.Platform runtime: org.kde.Platform
runtime-version: 5.15-22.08 runtime-version: 5.15-23.08
sdk: org.kde.Sdk sdk: org.kde.Sdk
command: mame command: mame
separate-locales: false separate-locales: false
@ -11,6 +11,7 @@ finish-args:
- --filesystem=host:ro - --filesystem=host:ro
- --share=network - --share=network
- --share=ipc - --share=ipc
- --socket=x11
- --socket=fallback-x11 - --socket=fallback-x11
- --socket=pulseaudio - --socket=pulseaudio
- --socket=wayland - --socket=wayland
@ -25,6 +26,7 @@ modules:
- make - make
-j ${FLATPAK_BUILDER_N_JOBS} -j ${FLATPAK_BUILDER_N_JOBS}
CFLAGS+=-Wno-error=restrict CFLAGS+=-Wno-error=restrict
USE_WAYLAND=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
@ -57,8 +59,8 @@ 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/mame0260.tar.gz url: https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz
sha256: 104ca8daab3ce7bb9637e19f1dc60a08ac6856db730ab544275567addb9541cd sha256: 51d5ce1563897709ceb7a924c31a70cc5ff2bec466aab8d0cc9ff3cc72b38899
- type: file - type: file
path: mame16x16.png path: mame16x16.png
- type: file - type: file