Github messages for voidlinux
 help / color / mirror / Atom feed
From: Hoshpak <Hoshpak@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] Wine 6.20+ uses bundled libraries
Date: Sun, 05 Dec 2021 16:52:08 +0100	[thread overview]
Message-ID: <20211205155208.XL5Oo64zSgYquFJ9OcwNhQxzmSG1kxCyCLWnc0xYG20@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34201@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 2590 bytes --]

Closed issue by amak79 on void-packages repository

https://github.com/void-linux/void-packages/issues/34201

Description:
### System

* xuname: Void 5.10.80-gentoo x86_64 AuthenticAMD uptodate rrmFFF (Void is running in an LXD container on a Gentoo host)
* package: wine-6.22_1

Wine 6.20 [bundled](https://www.winehq.org/announce/6.20) some system libraries to support PE builds. This causes `xbps` to remove these system libraries since Wine no longer links against them, and nothing else on my system depends on them.
```
# xbps-remove -o

Name                Action    Version           New version            Download size
FAudio              remove    20.11_2           -                      -
FAudio-32bit        remove    20.11_2           -                      -
SDL2                remove    2.0.16_1          -                      -
SDL2-32bit          remove    2.0.16_1          -                      -
lcms2               remove    2.12_1            -                      -
lcms2-32bit         remove    2.12_1            -                      -
libXScrnSaver       remove    1.2.3_1           -                      -
libXScrnSaver-32bit remove    1.2.3_1           -                      -
libXrandr           remove    1.5.2_1           -                      -
libXrandr-32bit     remove    1.5.2_1           -                      -
libdecor            remove    0.1.0_1           -                      -
libdecor-32bit      remove    0.1.0_1           -                      -
libmpg123           remove    1.29.2_1          -                      -
libmpg123-32bit     remove    1.29.2_1          -                      -
libxkbcommon        remove    1.3.1_1           -                      -
libxkbcommon-32bit  remove    1.3.1_1           -                      -
xkeyboard-config    remove    2.34_1            -                      -
xkbcomp             remove    1.4.5_1           -                      -
```
The removal of `libXrandr` in particular causes issues for me. Without `libXrandr`, Wine will run games in a small window in the top left corner of the screen, instead of in fullscreen. Manually installing `libXrandr` and `libXrandr-32bit` fixes this issue.

`libXrandr-devel` is listed in `makedepends` and `configure` finds it
```
...
checking for -lXrandr... libXrandr.so.2
...
```
but `xbps-src` doesn't detect it as a runtime dep. Should `libXrandr` be added to `depends`? I believe it worked with Wine <=6.19 because `libXrandr` was pulled in by `SDL2`, but now doesn't since Wine uses bundled SDL2.

      parent reply	other threads:[~2021-12-05 15:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22 15:47 [ISSUE] " amak79
2021-11-22 16:57 ` ericonr
2021-11-23  0:16 ` amak79
2021-11-23  0:37 ` amak79
2021-11-23  1:51 ` amak79
2021-11-23  1:56 ` amak79
2021-12-01 11:08 ` amak79
2021-12-05 15:52 ` Hoshpak [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211205155208.XL5Oo64zSgYquFJ9OcwNhQxzmSG1kxCyCLWnc0xYG20@z \
    --to=hoshpak@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).