diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -7,11 +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 @@ -21,6 +25,7 @@ libpthread.so.0 libpugixml.so.1 libpulse.so.0 +librt.so.1 libsqlite3.so.0 libstdc++.so.6 libutf8proc.so.2 diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -527,6 +527,7 @@ libc.so.6:calloc libc.so.6:cfmakeraw libc.so.6:chdir +libc.so.6:clearerr libc.so.6:clock libc.so.6:clock_gettime libc.so.6:closedir @@ -541,16 +542,15 @@ libc.so.6:execvp libc.so.6:exit libc.so.6:fclose -libc.so.6:fcntl libc.so.6:fcntl64 libc.so.6:feof libc.so.6:ferror libc.so.6:fflush libc.so.6:fgetc +libc.so.6:fgetpos libc.so.6:fgets libc.so.6:fileno libc.so.6:fopen -libc.so.6:fork libc.so.6:fprintf libc.so.6:fputc libc.so.6:fputs @@ -558,6 +558,7 @@ libc.so.6:free libc.so.6:fseek libc.so.6:fseeko64 +libc.so.6:fsetpos libc.so.6:fstat64 libc.so.6:ftell libc.so.6:ftello64 @@ -836,6 +837,7 @@ libm.so.6:logf libm.so.6:logl libm.so.6:lround +libm.so.6:lroundf libm.so.6:modf libm.so.6:modff libm.so.6:pow @@ -882,6 +884,8 @@ libpthread.so.0:accept libpthread.so.0:close libpthread.so.0:connect +libpthread.so.0:fcntl +libpthread.so.0:fork libpthread.so.0:open libpthread.so.0:open64 libpthread.so.0:pause @@ -1201,6 +1205,7 @@ libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcmm libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev +libstdc++.so.6:_ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEC1ERKNS_12basic_stringIcS2_S3_EESt13_Ios_Openmode libstdc++.so.6:_ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode libstdc++.so.6:_ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev libstdc++.so.6:_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev @@ -1298,6 +1303,7 @@ libstdc++.so.6:_ZTIi libstdc++.so.6:_ZTIj libstdc++.so.6:_ZTIm +libstdc++.so.6:_ZTIv libstdc++.so.6:_ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE libstdc++.so.6:_ZTTNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE libstdc++.so.6:_ZTTNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : mame -version : '0.235' -release : 37 +version : '0.236' +release : 38 source : - - https://github.com/mamedev/mame/archive/refs/tags/mame0235.tar.gz : 9aee1ae3775123955ab6c5fde026a016ca981515f143d848bda1595cae10750f + - https://github.com/mamedev/mame/archive/refs/tags/mame0236.tar.gz : c76b973d786311f86922101ab0050dac90af9b0fd614a33c20231e3451c7b2dd license : - BSD-3-Clause - CC0-1.0 # Localization files and other things @@ -14,6 +14,9 @@ description: | MAME's purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important "vintage" software from being lost and forgotten. This is achieved by documenting the hardware and how it functions. The source code to MAME serves as this documentation. The fact that the software is usable serves primarily to validate the accuracy of the documentation (how else can you prove that you have recreated the hardware faithfully?). Over time, MAME absorbed the sister-project MESS (Multi Emulator Super System), so MAME now documents a wide variety of (mostly vintage) computers, video game consoles and calculators, in addition to the arcade video games that were its initial focus. +optimize : + - function-sections + - icf-all builddeps : - pkgconfig(Qt5Gui) - pkgconfig(RapidJSON) @@ -59,7 +62,7 @@ USE_SYSTEM_LIB_SQLITE3=1 \ USE_SYSTEM_LIB_UTF8PROC=1 \ USE_SYSTEM_LIB_ZLIB=1 \ - -j5 # The amount of RAM it requires is ridiculous. + -j6 # The amount of RAM it requires is ridiculous. install : | # Install executable files with proper filenames install -Dm00755 ./mame -t $installdir/usr/share/mame diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -653,6 +653,7 @@ /usr/share/mame/hash/apple3.xml /usr/share/mame/hash/applix_flop.xml /usr/share/mame/hash/apricot_flop.xml + /usr/share/mame/hash/apxen_flop.xml /usr/share/mame/hash/aquarius_cart.xml /usr/share/mame/hash/aquarius_cass.xml /usr/share/mame/hash/arb.xml @@ -1013,6 +1014,9 @@ /usr/share/mame/hash/pc1512_hdd.xml /usr/share/mame/hash/pc1640_flop.xml /usr/share/mame/hash/pc1640_hdd.xml + /usr/share/mame/hash/pc8001_flop.xml + /usr/share/mame/hash/pc8001mk2_flop.xml + /usr/share/mame/hash/pc8001mk2sr_flop.xml /usr/share/mame/hash/pc8201.xml /usr/share/mame/hash/pc8801_cass.xml /usr/share/mame/hash/pc8801_flop.xml @@ -1191,6 +1195,7 @@ /usr/share/mame/hash/tvc_cass.xml /usr/share/mame/hash/tvc_flop.xml /usr/share/mame/hash/tvgogo.xml + /usr/share/mame/hash/tx0_ptp.xml /usr/share/mame/hash/u110_card.xml /usr/share/mame/hash/unichamp.xml /usr/share/mame/hash/ut88.xml @@ -1396,12 +1401,12 @@ - - 2021-08-29 - 0.235 + + 2021-10-03 + 0.236 Packaging update Fabio Forni livingsilver94.solus@redaril.me \ No newline at end of file