Skip to content

Commit

Permalink
wine: Update to 9.19 (getsolus#4000)
Browse files Browse the repository at this point in the history
**Summary**

Highlighted changes:
- Character tables updates to Unicode 16.0.0
- Better window positioning in the Wayland driver
- More support for network sessions in DirectPlay
- Support for plug&play device change notifications
- Various bug fixes

Full release notes available
[here](https://gitlab.winehq.org/wine/wine/-/releases/wine-9.19)

**Test Plan**
- Ran `winefile`, `winemine`, `wineconsole`, `winecfg`
- Played Age of Empires I Trial

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
HarveyDevel authored Oct 6, 2024
2 parents e462d77 + c3a334c commit df95c51
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/w/wine/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ ntdll.so:__wine_dbg_output
ntdll.so:__wine_dbg_strdup
ntdll.so:__wine_main
ntdll.so:__wine_syscall_dispatcher
ntdll.so:__wine_syscall_dispatcher_instrumentation
ntdll.so:__wine_syscall_dispatcher_prolog_end_ptr
ntdll.so:__wine_syscall_dispatcher_return
ntdll.so:__wine_unix_call_dispatcher
Expand Down
10 changes: 10 additions & 0 deletions packages/w/wine/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,19 @@ libasound.so.2:snd_seq_query_next_client
libasound.so.2:snd_seq_query_next_port
libasound.so.2:snd_seq_set_client_name
libasound.so.2:snd_strerror
libavcodec.so.60:av_bsf_alloc
libavcodec.so.60:av_bsf_flush
libavcodec.so.60:av_bsf_free
libavcodec.so.60:av_bsf_get_by_name
libavcodec.so.60:av_bsf_get_null_filter
libavcodec.so.60:av_bsf_init
libavcodec.so.60:av_bsf_receive_packet
libavcodec.so.60:av_bsf_send_packet
libavcodec.so.60:av_get_bits_per_sample
libavcodec.so.60:av_packet_alloc
libavcodec.so.60:av_packet_free
libavcodec.so.60:avcodec_get_name
libavcodec.so.60:avcodec_parameters_copy
libavformat.so.60:av_codec_get_tag
libavformat.so.60:av_demuxer_iterate
libavformat.so.60:av_find_input_format
Expand Down Expand Up @@ -882,6 +891,7 @@ libm.so.6:pow
libm.so.6:round
libm.so.6:sin
libm.so.6:sincos
libm.so.6:sqrt
libpcap.so.1:pcap_activate
libpcap.so.1:pcap_breakloop
libpcap.so.1:pcap_bufsize
Expand Down
1 change: 1 addition & 0 deletions packages/w/wine/abi_used_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ libm.so.6:pow
libm.so.6:round
libm.so.6:sin
libm.so.6:sincos
libm.so.6:sqrt
libpcap.so.1:pcap_activate
libpcap.so.1:pcap_breakloop
libpcap.so.1:pcap_bufsize
Expand Down
6 changes: 3 additions & 3 deletions packages/w/wine/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : wine
version : '9.18'
release : 185
version : '9.19'
release : 186
source :
- https://dl.winehq.org/wine/source/9.x/wine-9.18.tar.xz : 6526f5211c085453bcb642946eb2ce8d1d42a8a4a68168bf2a0d73f32612dd1c
- https://dl.winehq.org/wine/source/9.x/wine-9.19.tar.xz : 2c13a0c3f31f25a54d415d86785a1ad46ef8a07ae973b6b699345a45206ac015
license : LGPL-2.1-or-later
component : virt
homepage : https://www.winehq.org/
Expand Down
14 changes: 9 additions & 5 deletions packages/w/wine/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="185">wine</Dependency>
<Dependency release="186">wine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/wine</Path>
Expand Down Expand Up @@ -1846,7 +1846,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="185">wine</Dependency>
<Dependency release="186">wine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/wine/debug.h</Path>
Expand Down Expand Up @@ -3039,8 +3039,12 @@
<Path fileType="header">/usr/include/wine/windows/windows.ui.input.idl</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.viewmanagement.h</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.viewmanagement.idl</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.xaml.h</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.xaml.hosting.desktopwindowxamlsource.h</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.xaml.hosting.desktopwindowxamlsource.idl</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.xaml.idl</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.xaml.interop.h</Path>
<Path fileType="header">/usr/include/wine/windows/windows.ui.xaml.interop.idl</Path>
<Path fileType="header">/usr/include/wine/windows/windowscontracts.h</Path>
<Path fileType="header">/usr/include/wine/windows/windowscontracts.idl</Path>
<Path fileType="header">/usr/include/wine/windows/windowsx.h</Path>
Expand Down Expand Up @@ -3164,9 +3168,9 @@
</Files>
</Package>
<History>
<Update release="185">
<Date>2024-09-24</Date>
<Version>9.18</Version>
<Update release="186">
<Date>2024-10-05</Date>
<Version>9.19</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit df95c51

Please sign in to comment.