gconf should be removed from wxgtk deps, because it is used only when building with gstreamer-0.8: wxPython-src-3.0.0.0 $ grep gstreamer-gconf configure.in -a3 if test $GST_VERSION_MINOR = "8"; then GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR PKG_CHECK_MODULES(GST, [gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION], wxUSE_GSTREAMER="yes", [ AC_MSG_WARN([GStreamer 0.8/0.10 not available.]) wxPython-src-3.0.0.0 $ grep gstreamer8 configure.in WX_ARG_FEATURE(gstreamer8, [ --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix], wxUSE_GSTREAMER8) My system does not have gconf installed, x11-libs/wxGTK-3.0.0.0 builds fine with USE gstreamer enabled.
Fixed, thanks. http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild?r1=1.16&r2=1.17 http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild?r1=1.1&r2=1.2 http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild?r1=1.1&r2=1.2 http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild?r1=1.2&r2=1.3