heroic: Add GStreamer dependencies to FHS environment
Wine-GE bundles GStreamer, which is required to by some games to play in-game videos for some games. Without these packages, GStreamer fails to load, and the user gets a black screen instead of video playback.
This commit is contained in:
parent
ee70f7c693
commit
e369dab24e
1 changed files with 10 additions and 0 deletions
|
@ -71,6 +71,7 @@ buildFHSUserEnv {
|
|||
libGLU
|
||||
libglvnd
|
||||
libgpg-error
|
||||
libgudev
|
||||
libjpeg
|
||||
libkrb5
|
||||
libmpeg2
|
||||
|
@ -81,22 +82,31 @@ buildFHSUserEnv {
|
|||
libselinux
|
||||
libsndfile
|
||||
libsndfile
|
||||
libsoup
|
||||
libtheora
|
||||
libtiff
|
||||
libusb1
|
||||
libv4l
|
||||
libva
|
||||
libvdpau
|
||||
libvorbis
|
||||
libvpx
|
||||
libwebp
|
||||
libxkbcommon
|
||||
libxml2
|
||||
mpg123
|
||||
ncurses
|
||||
ocl-icd
|
||||
openal
|
||||
openldap
|
||||
openssl
|
||||
openssl_1_1
|
||||
pango
|
||||
pipewire
|
||||
samba4
|
||||
sane-backends
|
||||
SDL2
|
||||
speex
|
||||
sqlite
|
||||
udev
|
||||
udev
|
||||
|
|
Loading…
Reference in a new issue