freebsd-ports/multimedia/xfce4-parole/pkg-message
Ben Woods 04246574f6 multimedia/xfce4-parole: Remove GST01 and CLUTTER options
- 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>
2018-03-01 23:05:40 +00:00

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