Merge pull request #36 from Galster-dev/patches/gentoo-readme

Improved gentoo instructions (probably) covering all requried dependencies
This commit is contained in:
Fabio
2022-01-27 15:33:51 -05:00
committed by GitHub

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 - For Gentoo : these settings allowed me to make the theme work
* `media-libs/gst-plugins-good` * `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` * `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` - 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`