mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-04-10 19:15:13 +00:00
Sync 0.275
This commit is contained in:
parent
1ab585a1bb
commit
a4fea9b71a
|
@ -28,6 +28,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.275" date="2025-02-26"/>
|
||||||
<release version="0.274" date="2025-01-31"/>
|
<release version="0.274" date="2025-01-31"/>
|
||||||
<release version="0.273" date="2024-12-31"/>
|
<release version="0.273" date="2024-12-31"/>
|
||||||
<release version="0.272" date="2024-11-30"/>
|
<release version="0.272" date="2024-11-30"/>
|
||||||
|
|
|
@ -28,7 +28,6 @@ modules:
|
||||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
CFLAGS+=-Wno-error=restrict
|
CFLAGS+=-Wno-error=restrict
|
||||||
TOOLS=1
|
TOOLS=1
|
||||||
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
|
||||||
|
@ -72,8 +71,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/mame0274.tar.gz
|
url: https://github.com/mamedev/mame/archive/refs/tags/mame0275.tar.gz
|
||||||
sha256: f8112eb0b175935cf6db93f708186dcaeec5a89400ecf3d5782fd2c0b94907c8
|
sha256: cf12c3c40a94f7bc67deefa69923a0769f99b66dc15bd7e2505b3130df6130bb
|
||||||
- type: file
|
- type: file
|
||||||
path: mame16x16.png
|
path: mame16x16.png
|
||||||
- type: file
|
- type: file
|
||||||
|
|
Loading…
Reference in a new issue