Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499416 - x11-libs/wxGTK: gconf is for gstreamer-0.8 only
Summary: x11-libs/wxGTK: gconf is for gstreamer-0.8 only
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 06:09 UTC by Nikoli
Modified: 2014-01-27 17:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2014-01-27 06:09:02 UTC
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.