From 1fba8315aa4335eee6a1d04b901abcb64c66ecfb Mon Sep 17 00:00:00 2001 From: Guy-Laurent Subri Date: Thu, 15 Nov 2018 11:05:42 +0100 Subject: [PATCH] Add precision for Gentoo dependencies in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6733de2..2722571 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Videos are played randomly and diferent playlists are used based on time of day It is necessary to have the Phonon GStreamer backend for qt5, GStreamer ffmpeg Plugin and GStreamer Plugins Good - For Arch linux : `pacman -S gst-libav phonon-qt5-gstreamer gst-plugins-good` +- 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="gstreamer" media-libs/phonon` Havent tryed for other distros...