Created attachment 163586 [details] deskutils/spice-gtk update to 0.30 deskutils/spice-gtk update to 0.30
Spotted a few issues: 1. It requires gstreamer1, i.e. I changed GSTREAMER_USE to "GSTREAMER1=yes". 2. I notice this in the log: GISCAN SpiceClientGtk-3.0.gir Package spice-client-glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `spice-client-glib-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'spice-client-glib-2.0', required by 'world', not found GICOMP SpiceClientGtk-3.0.gir Is that alright? 3. I spotted issues with devel/spice-protocol: missing rundep on py-six and missing *.pyc files that poison fs. I'll fix that now though.
Created attachment 163922 [details] updated patch with gstreamer dep fox So I've attached a patch that fixed gstreamer issue I spotted. I'm planning it to commit in 2-3 days if no feedback will be provided.
A commit references this bug: Author: novel Date: Thu Dec 10 02:40:51 UTC 2015 New revision: 403440 URL: https://svnweb.freebsd.org/changeset/ports/403440 Log: deskutils/spice-gtk: update to 0.30 PR: 204849 (based on) Submitted by: olevole@olevole.ru Changes: head/deskutils/spice-gtk/Makefile head/deskutils/spice-gtk/distinfo head/deskutils/spice-gtk/pkg-plist
As there were no follow up comments, I've committed my updated patch. Thanks!