diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -7,10 +7,15 @@ libSDL2-2.0.so.0 libSDL2_ttf-2.0.so.0 libX11.so.6 +libXext.so.6 +libXi.so.6 +libXinerama.so.1 +libasound.so.2 libc.so.6 libdl.so.2 libexpat.so.1 libfontconfig.so.1 +libfreetype.so.6 libgcc_s.so.1 libjpeg.so.8 liblua.so.5.3 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : mame -version : '0.209' -release : 10 +version : '0.211' +release : 11 source : - - https://github.com/mamedev/mame/archive/mame0209.tar.gz : 9442e88bd87cfe407eb093a2ecb42a3850cabe31cd52c4efdef1bf7f584a8eab + - https://github.com/mamedev/mame/archive/mame0211.tar.gz : 427eacd8f3a1077fa504aacf9d004c2d709a44dc79defb9247fa6f7bb736134b license : - BSD-3-Clause - CC0-1.0 # Localization files and other things @@ -26,6 +26,7 @@ - pkgconfig(RapidJSON) - pkgconfig(SDL2_ttf) - pkgconfig(sqlite3) + - pkgconfig(xi) - pkgconfig(xinerama) - portmidi-devel - pugixml-devel @@ -60,10 +61,10 @@ install -Dm00755 $pkgfiles/mame -t $installdir/usr/bin # File cleanup - find . -name dir.txt -o \ - -name "LICENSE*" -o \ - -name *.po -o \ - -iname "readme*" | xargs rm -f + find \( -name dir.txt -o \ + -name "LICENSE*" -o \ + -name *.po -o \ + -iname "readme*" \) -delete rm -rf bgfx/shaders/{dx11,dx9,essl,metal} # Install data directories diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -51,6 +51,18 @@ /usr/share/mame/artwork/bgfx/chains/hq2x.png /usr/share/mame/artwork/bgfx/chains/hq3x.png /usr/share/mame/artwork/bgfx/chains/hq4x.png + /usr/share/mame/artwork/chess/bb.png + /usr/share/mame/artwork/chess/bk.png + /usr/share/mame/artwork/chess/bn.png + /usr/share/mame/artwork/chess/bp.png + /usr/share/mame/artwork/chess/bq.png + /usr/share/mame/artwork/chess/br.png + /usr/share/mame/artwork/chess/wb.png + /usr/share/mame/artwork/chess/wk.png + /usr/share/mame/artwork/chess/wn.png + /usr/share/mame/artwork/chess/wp.png + /usr/share/mame/artwork/chess/wq.png + /usr/share/mame/artwork/chess/wr.png /usr/share/mame/artwork/monochrome-chessboard.png /usr/share/mame/artwork/monochrome-matrix.png /usr/share/mame/artwork/scanlines.png @@ -478,6 +490,7 @@ /usr/share/mame/hash/cd32.xml /usr/share/mame/hash/cdi.xml /usr/share/mame/hash/cdtv.xml + /usr/share/mame/hash/cecflop.xml /usr/share/mame/hash/cgenie_cass.xml /usr/share/mame/hash/cgenie_flop_rom.xml /usr/share/mame/hash/channelf.xml @@ -512,6 +525,7 @@ /usr/share/mame/hash/einstein.xml /usr/share/mame/hash/ekara_japan.xml /usr/share/mame/hash/ekara_japan_a.xml + /usr/share/mame/hash/ekara_japan_ac.xml /usr/share/mame/hash/ekara_japan_bh.xml /usr/share/mame/hash/ekara_japan_d.xml /usr/share/mame/hash/ekara_japan_en.xml @@ -604,6 +618,7 @@ /usr/share/mame/hash/jakks_gamekey_nk.xml /usr/share/mame/hash/jakks_gamekey_nm.xml /usr/share/mame/hash/jakks_gamekey_sw.xml + /usr/share/mame/hash/jb3000_flop.xml /usr/share/mame/hash/jpopira_jp.xml /usr/share/mame/hash/juicebox.xml /usr/share/mame/hash/jupace_cass.xml @@ -667,6 +682,7 @@ /usr/share/mame/hash/msx2_flop.xml /usr/share/mame/hash/msx2p_flop.xml /usr/share/mame/hash/msxr_flop.xml + /usr/share/mame/hash/mt65_snap.xml /usr/share/mame/hash/mtx_cart.xml /usr/share/mame/hash/mtx_cass.xml /usr/share/mame/hash/mtx_flop.xml @@ -985,6 +1001,10 @@ /usr/share/mame/language/Ukrainian/strings.mo /usr/share/mame/language/Vietnamese/strings.mo /usr/share/mame/mame + /usr/share/mame/plugins/autofire/autofire_menu.lua + /usr/share/mame/plugins/autofire/autofire_save.lua + /usr/share/mame/plugins/autofire/init.lua + /usr/share/mame/plugins/autofire/plugin.json /usr/share/mame/plugins/boot.lua /usr/share/mame/plugins/cheat/cheat_json.lua /usr/share/mame/plugins/cheat/cheat_simple.lua @@ -1064,12 +1084,12 @@ - - 2019-04-26 - 0.209 + + 2019-07-03 + 0.211 Packaging update Fabio Forni livingsilver94.solus@redaril.me \ No newline at end of file