04246574f6
- GStreamer 0.10 API has been removed since the 0.9.2 release. - Clutter backend is blacklisted (it induces crash) with Gtk >= 3.22. Inform users that they need to switch to 'xvimagesink' or 'ximagesink' - Add RUN_DEPENDS=devel/xdg-utils, as xdg-screensaver is used to inhibit the screensaver Reported by: Olivier Duchateau <duchateau.olivier@gmail.com>
13 lines
666 B
Text
13 lines
666 B
Text
------------------------------------------------------------------------
|
|
The Clutter backend has been removed from the multimedia/xfce4-parole
|
|
port, as it induces a crash with Gtk >= 3.22.
|
|
|
|
If you had manually configured parole to use the Clutter backend, you
|
|
must switch to 'xvimagesink' or 'ximagesink'.
|
|
|
|
You can use the 'xfconf-query' command in order to change the backend:
|
|
$ xfconf-query -c parole -p /video/videosink -s "xvimagesink"
|
|
You can choose 'xvimagesink' or 'ximagesink'.
|
|
Alternatively you can remove previously specified backend:
|
|
$ xfconf-query -c parole -p /video/videosink -r
|
|
------------------------------------------------------------------------
|