[Bug 733067] cerbero: support python3

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 18 20:41:41 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=733067

--- Comment #38 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
(In reply to Xavier Claessens from comment #27)
> Don't you still need it when cross building for windows, otherwise it would
> use de linux sdk, no?

We don't enable gi while cross-compiling at all:

if not self.prefix_is_executable() and self.variants.gi:
    m.warning(_("gobject introspection requires an executable "
                "prefix, 'gi' variant will be removed"))
    self.variants.gi = False

You need Wine to actually run g-ir-scanner g-ir-compiler etc and build
typelibs/girs, which is why it's disabled.

(In reply to Nicolas Dufresne (stormer) from comment #37)
> (In reply to Xavier Claessens from comment #35)
> > ok so g-i never worked when cross compiling to windows, so that's correct.
> > 
> > I needs windows-external-sdk from
> > https://gitlab.collabora.com/xclaesse/windows-external-sdk
> 
> gstreamer-sdk/ is read-only now, we'll clone this back into gstreamer/
> first, Tim will take care.

So, let's not do all this? :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list