Page MenuHomeSolus

D11087.diff
No OneTemporary

D11087.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -20,7 +20,9 @@
libportmidi.so
libpthread.so.0
libpugixml.so.1
+libpulse.so.0
libsqlite3.so.0
libstdc++.so.6
+libutf8proc.so.2
libutil.so.1
libz.so.1
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -601,6 +601,7 @@
libc.so.6:opendir
libc.so.6:perror
libc.so.6:pipe
+libc.so.6:pipe2
libc.so.6:poll
libc.so.6:printf
libc.so.6:pthread_attr_init
@@ -918,6 +919,31 @@
libpugixml.so.1:_ZNK4pugi8xml_node11first_childEv
libpugixml.so.1:_ZNK4pugi8xml_node12select_nodesEPKcPNS_18xpath_variable_setE
libpugixml.so.1:_ZNK4pugi8xml_node5valueEv
+libpulse.so.0:pa_context_connect
+libpulse.so.0:pa_context_disconnect
+libpulse.so.0:pa_context_errno
+libpulse.so.0:pa_context_get_state
+libpulse.so.0:pa_context_new
+libpulse.so.0:pa_context_set_sink_input_volume
+libpulse.so.0:pa_context_set_state_callback
+libpulse.so.0:pa_context_unref
+libpulse.so.0:pa_cvolume_set
+libpulse.so.0:pa_mainloop_free
+libpulse.so.0:pa_mainloop_get_api
+libpulse.so.0:pa_mainloop_new
+libpulse.so.0:pa_mainloop_quit
+libpulse.so.0:pa_mainloop_run
+libpulse.so.0:pa_stream_connect_playback
+libpulse.so.0:pa_stream_disconnect
+libpulse.so.0:pa_stream_get_index
+libpulse.so.0:pa_stream_get_state
+libpulse.so.0:pa_stream_new
+libpulse.so.0:pa_stream_set_state_callback
+libpulse.so.0:pa_stream_set_write_callback
+libpulse.so.0:pa_stream_unref
+libpulse.so.0:pa_stream_write
+libpulse.so.0:pa_strerror
+libpulse.so.0:pa_sw_volume_from_dB
libsqlite3.so.0:sqlite3_aggregate_context
libsqlite3.so.0:sqlite3_aggregate_count
libsqlite3.so.0:sqlite3_backup_finish
@@ -1330,6 +1356,9 @@
libstdc++.so.6:__dynamic_cast
libstdc++.so.6:__gxx_personality_v0
libstdc++.so.6:__once_proxy
+libutf8proc.so.2:utf8proc_map
+libutf8proc.so.2:utf8proc_tolower
+libutf8proc.so.2:utf8proc_toupper
libutil.so.1:openpty
libz.so.1:adler32
libz.so.1:adler32_combine
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : mame
-version : '0.230'
-release : 31
+version : '0.231'
+release : 32
source :
- - https://github.com/mamedev/mame/archive/mame0230.tar.gz : 39ea744a9a49acf10990dfc95094663201b8219255c439da4028c57490ab3488
+ - https://github.com/mamedev/mame/archive/refs/tags/mame0231.tar.gz : 36b7ff5865dfa4765dc5dff70484d3f9fcacf8e8771e14c692ec76b845f7da53
license :
- BSD-3-Clause
- CC0-1.0 # Localization files and other things
@@ -18,10 +18,13 @@
- pkgconfig(Qt5Gui)
- pkgconfig(RapidJSON)
- pkgconfig(SDL2_ttf)
+ - pkgconfig(alsa)
- pkgconfig(flac)
- pkgconfig(fontconfig)
- pkgconfig(glm)
- pkgconfig(libjpeg)
+ - pkgconfig(libpulse)
+ - pkgconfig(libutf8proc)
- pkgconfig(lua)
- pkgconfig(portaudiocpp)
- pkgconfig(pugixml)
@@ -54,8 +57,9 @@
USE_SYSTEM_LIB_PUGIXML=1 \
USE_SYSTEM_LIB_RAPIDJSON=1 \
USE_SYSTEM_LIB_SQLITE3=1 \
+ USE_SYSTEM_LIB_UTF8PROC=1 \
USE_SYSTEM_LIB_ZLIB=1 \
- -j4 # The amount of RAM it requires is ridiculous.
+ -j5 # 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
@@ -662,6 +662,7 @@
<Path fileType="data">/usr/share/mame/hash/attache.xml</Path>
<Path fileType="data">/usr/share/mame/hash/aussiebyte.xml</Path>
<Path fileType="data">/usr/share/mame/hash/b2m.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/basf7100.xml</Path>
<Path fileType="data">/usr/share/mame/hash/bbc_cass.xml</Path>
<Path fileType="data">/usr/share/mame/hash/bbc_flop_32016.xml</Path>
<Path fileType="data">/usr/share/mame/hash/bbc_flop_6502.xml</Path>
@@ -1096,6 +1097,7 @@
<Path fileType="data">/usr/share/mame/hash/sgi_mips.xml</Path>
<Path fileType="data">/usr/share/mame/hash/sgi_mips_hdd.xml</Path>
<Path fileType="data">/usr/share/mame/hash/sgx.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/singingstarkaraoke_cart.xml</Path>
<Path fileType="data">/usr/share/mame/hash/sitcom.xml</Path>
<Path fileType="data">/usr/share/mame/hash/smarttv_cart.xml</Path>
<Path fileType="data">/usr/share/mame/hash/smc777.xml</Path>
@@ -1168,6 +1170,9 @@
<Path fileType="data">/usr/share/mame/hash/to8_cass.xml</Path>
<Path fileType="data">/usr/share/mame/hash/to8_qd.xml</Path>
<Path fileType="data">/usr/share/mame/hash/to_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/trs80_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/trs80_flop.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/trs80_quik.xml</Path>
<Path fileType="data">/usr/share/mame/hash/trs80m2.xml</Path>
<Path fileType="data">/usr/share/mame/hash/trsm100.xml</Path>
<Path fileType="data">/usr/share/mame/hash/tutor.xml</Path>
@@ -1175,6 +1180,7 @@
<Path fileType="data">/usr/share/mame/hash/tvc_cass.xml</Path>
<Path fileType="data">/usr/share/mame/hash/tvc_flop.xml</Path>
<Path fileType="data">/usr/share/mame/hash/tvgogo.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/u110_card.xml</Path>
<Path fileType="data">/usr/share/mame/hash/unichamp.xml</Path>
<Path fileType="data">/usr/share/mame/hash/ut88.xml</Path>
<Path fileType="data">/usr/share/mame/hash/uzebox.xml</Path>
@@ -1378,12 +1384,12 @@
</Files>
</Package>
<History>
- <Update release="31">
- <Date>2021-04-04</Date>
- <Version>0.230</Version>
+ <Update release="32">
+ <Date>2021-05-15</Date>
+ <Version>0.231</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:37 PM (2 h, 58 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5788461
Default Alt Text
D11087.diff (6 KB)

Event Timeline