Bug 198617

Summary: multimedia/xfce4-parole Allow clutter backend
Product: Ports & Packages Reporter: Ivan <bsd>
Component: Individual Port(s)Assignee: Olivier Duchateau <olivierd>
Status: Closed FIXED    
Severity: Affects Only Me CC: olivierd
Priority: --- Flags: bugzilla: maintainer-feedback? (xfce)
Version: Latest   
Hardware: Any   
OS: Any   

Description Ivan 2015-03-15 19:40:17 UTC
Clutter backend is disabled in Makefile. 
X11 backends are producing black still frame when parole paused. I tested clutter and it produce normal image when paused on my system (NVIDIA binary blob).

So, can this backend added as an option? (No patch as it can be solved with 1 line alteration)
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-15 20:34:59 UTC
A commit references this bug:

Author: olivierd
Date: Sun Mar 15 20:34:08 UTC 2015
New revision: 381358
URL: https://svnweb.freebsd.org/changeset/ports/381358

Log:
  Unmask CLUTTER option

  Sometimes, when Clutter backend is used. Parole displays a purple/pink overlay
  on the video (depends of your video card).

  PR:		198617
  Requested by:	Ivan <enitarzi@gmail.com>

Changes:
  head/multimedia/xfce4-parole/Makefile
Comment 2 Olivier Duchateau freebsd_committer freebsd_triage 2015-03-15 20:37:24 UTC
Clutter backend is now available, thanks for your test.