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...