From 0e0844feaebb436a3f3cb1b0aa41d2a181581e95 Mon Sep 17 00:00:00 2001 From: Galster-dev <46283010+Galster-dev@users.noreply.github.com> Date: Thu, 27 Jan 2022 23:20:34 +0300 Subject: [PATCH] Improved gentoo instructions (probably) covering all requried dependencies --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b147101..5357ee8 100644 --- a/README.md +++ b/README.md @@ -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`