[Bug 733067] cerbero: support python3
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Dec 17 20:29:59 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=733067
--- Comment #26 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
(In reply to Xavier Claessens from comment #25)
> nevermind, with --with-python=python3 it will lookup for py3 headers as
> well. But that probably won't work on windows, it seems to extract
> gstreamer-external-sdk which is py2.7 headers. That needs to be updated as
> well I guess?
Yes, we shouldn't need gstreamer-external-sdk at all, especially if you build
g-i with meson. I've already verified that g-i + meson works on Windows with a
standard native Python 3 installation.
Autotools will require some changes, but you can find the Python headers and
libs easily, see:
https://github.com/mesonbuild/meson/blob/6f42f83867a52c1f9c61a2780dfd808a21984e41/mesonbuild/dependencies/misc.py#L687.
Perhaps copying from there makes sense instead of using the outdated SDK. We
can get rid of it when we move to Meson.
--
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