Improved gentoo instructions (probably) covering all requried dependencies

This commit is contained in:
Galster-dev
2022-01-27 23:20:34 +03:00
parent 218199a298
commit 0e0844feae

View File

@@ -12,8 +12,12 @@ It is necessary to have the Phonon GStreamer backend for qt5, GStreamer ffmpeg P
- For Gentoo : these settings allowed me to make the theme work
* `media-libs/gst-plugins-good`
* `USE="alsa gsteamer qml widgets" dev-qt/qtmultimedia`
* `USE="alsa gstreamer qml widgets" dev-qt/qtmultimedia`
* `USE="widgets" dev-qt/qtquickcontrols`
* `dev-qt/qtgraphicaleffects`
* `USE="gstreamer" media-libs/phonon`
* `media-plugins/gst-plugins-openh264` (optional for video)
* `media-plugins/gst-plugins-libde265` (optional for video)
- For Kubuntu: `apt install gstreamer1.0-libav phonon4qt5-backend-gstreamer gstreamer1.0-plugins-good qml-module-qtquick-controls qml-module-qtgraphicaleffects qml-module-qtmultimedia qt5-default`