diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -652,6 +652,7 @@ libc.so.6:pthread_mutex_unlock libc.so.6:pthread_mutexattr_init libc.so.6:pthread_mutexattr_settype +libc.so.6:pthread_once libc.so.6:pthread_setname_np libc.so.6:pthread_setschedparam libc.so.6:pthread_setspecific @@ -1220,6 +1221,7 @@ libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_assignERKS4_ libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_createERmm libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_mutateEmmPKwm +libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE17_M_stringbuf_initESt13_Ios_Openmode libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcmm libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev @@ -1288,6 +1290,7 @@ libstdc++.so.6:_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc libstdc++.so.6:_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKc libstdc++.so.6:_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_RS3_ +libstdc++.so.6:_ZTIDn libstdc++.so.6:_ZTIN10__cxxabiv115__forced_unwindE libstdc++.so.6:_ZTINSt13__future_base12_Result_baseE libstdc++.so.6:_ZTINSt3_V214error_categoryE diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : mame -version : '0.242' -release : 45 +version : '0.243' +release : 46 source : - - https://github.com/mamedev/mame/archive/refs/tags/mame0242.tar.gz : 36d35cf0a1d11e3b8bdabed44222e9910be2fb8954ea3579c2ba02576ed385c1 -homepage : https://www.mamedev.org/ + - https://github.com/mamedev/mame/archive/refs/tags/mame0243.tar.gz : 8cddb7d6cee5d736d1ce7ef2022e2d09b5c61bea02b5df7e369010a47a5d2133 +homepage : https://www.mamedev.org license : - BSD-3-Clause - CC0-1.0 # Localization files and other things @@ -63,7 +63,7 @@ USE_SYSTEM_LIB_SQLITE3=1 \ USE_SYSTEM_LIB_UTF8PROC=1 \ USE_SYSTEM_LIB_ZLIB=1 \ - -j6 # The amount of RAM it requires is ridiculous. + -j7 # 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 @@ -1,10 +1,10 @@ mame - https://www.mamedev.org/ + https://www.mamedev.org - Joey Riches - josephriches@gmail.com + Fabio Forni + livingsilver94.solus@redaril.me BSD-3-Clause CC0-1.0 @@ -799,6 +799,7 @@ /usr/share/mame/hash/fm77av.xml /usr/share/mame/hash/fm7_cass.xml /usr/share/mame/hash/fm7_disk.xml + /usr/share/mame/hash/fm8_cass.xml /usr/share/mame/hash/fmtowns_cd.xml /usr/share/mame/hash/fmtowns_flop_cracked.xml /usr/share/mame/hash/fmtowns_flop_misc.xml @@ -1029,6 +1030,7 @@ /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_cdrom.xml /usr/share/mame/hash/pc8801_flop.xml /usr/share/mame/hash/pc88va.xml /usr/share/mame/hash/pc98.xml @@ -1426,12 +1428,12 @@ - - 2022-04-21 - 0.242 + + 2022-05-07 + 0.243 Packaging update - Joey Riches - josephriches@gmail.com + Fabio Forni + livingsilver94.solus@redaril.me \ No newline at end of file