FS#76011 - [wine] Missing mp1 deps

Attached to Project: Community Packages
Opened by Alberto Salvia Novella (es20490446e) - Sunday, 25 September 2022, 19:18 GMT
Last edited by Toolybird (Toolybird) - Monday, 17 April 2023, 07:13 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Error:
https://pastebin.com/z8v9NMFf

Due to missing deps:
lib32-gst-plugins-base
lib32-libavc1394
lib32-libgudev
This task depends upon

Closed by  Toolybird (Toolybird)
Monday, 17 April 2023, 07:13 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#66811 
Comment by Toolybird (Toolybird) - Monday, 26 September 2022, 06:22 GMT
This is documented in the wiki [1]. i.e. installing "lib32-gst-plugins-good" brings in those deps. Wine generally runs fine without them and "lib32-gst-plugins-base-libs" is already an optdep which is quite a big hint.

[1] https://wiki.archlinux.org/title/Wine#Other_dependencies
Comment by Alberto Salvia Novella (es20490446e) - Monday, 26 September 2022, 21:25 GMT
  • Field changed: Percent Complete (100% → 0%)
Those must be listed in optdepends, not in the wiki alone.
Comment by Alberto Salvia Novella (es20490446e) - Friday, 07 October 2022, 10:55 GMT
Maybe these dependencies are more appropriate:

optdepends=(
gst-plugins-base
gst-plugins-good
lib32-gst-plugins-base
lib32-gst-plugins-good
)

depends=(
lib32-gst-plugins-base-libs
)

The latest for avoiding some games to crash:
https://bugs.winehq.org/show_bug.cgi?id=34708

Although, if it was for me, I would put all the existing optdepends into depends. In this case the dependability looks more favorable that the granularity.

Loading...