| Summary: | x11-libs/wxGTK: gconf is for gstreamer-0.8 only | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nikoli <nikoli> |
| Component: | [OLD] Library | Assignee: | Gentoo wxWidgets project <wxwidgets> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
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.