After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761221 - Bootstrap installs currently unused meson and requires Python 3
Bootstrap installs currently unused meson and requires Python 3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal blocker
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-28 07:46 UTC by Sebastian Dröge (slomo)
Modified: 2016-01-28 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bootstrap: Install meson only if the python3 variant is active (1.10 KB, patch)
2016-01-28 11:43 UTC, Thibault Saunier
committed Details | Review

Description Sebastian Dröge (slomo) 2016-01-28 07:46:04 UTC
http://lists.freedesktop.org/archives/gstreamer-devel/2016-January/056389.html

It's currently completely unused except for the Pitivi builds (which depend on gst-transcoder). We should not unconditionally depend on it as it apparently causes problems, and on Windows and OSX we would require people to install Python 2 and 3 manually now (while before it was only 2).
Comment 1 Thibault Saunier 2016-01-28 07:51:34 UTC
I will install it only if the python3 variant is enabled then.
Comment 2 Thibault Saunier 2016-01-28 11:43:34 UTC
Created attachment 319916 [details] [review]
bootstrap: Install meson only if the python3 variant is active
Comment 3 Thibault Saunier 2016-01-28 11:48:31 UTC
Attachment 319916 [details] pushed as d897058 - bootstrap: Install meson only if the python3 variant is active