- May 04, 2017
-
-
Thibault Saunier authored
-
- May 02, 2017
-
-
Version 0.99.0 of libva isn't currently supported by gstreamer-vaapi. https://bugzilla.gnome.org/show_bug.cgi?id=781866
-
- Apr 24, 2017
-
-
Thibault Saunier authored
We might end up with spurious paths but it is no big deal.
-
- Apr 22, 2017
-
-
Nirbheek Chauhan authored
Fixes setting of GST_PLUGIN_PATH on Fedora 64-bit
-
- Apr 20, 2017
-
-
Thibault Saunier authored
-
- Apr 11, 2017
-
-
- Apr 10, 2017
-
-
Tim-Philipp Müller authored
This is new in meson 0.40. Makes sure we find and use the mesonintrospect from the same location as our meson, and not some other meson version that just happens to be in the path. We might be using meson directly from a checkout, for example. https://bugzilla.gnome.org/show_bug.cgi?id=781110
-
- Apr 05, 2017
-
-
Mathieu Duponchelle authored
-
- Mar 28, 2017
-
-
Thibault Saunier authored
-
- Mar 07, 2017
-
-
Mathieu Duponchelle authored
-
- Feb 15, 2017
-
-
Thibault Saunier authored
-
- Feb 09, 2017
-
-
- Jan 30, 2017
-
-
- Add example to list all tests - Add example to run all tests of a specific component - Update example running one specific test to avoid test name clashes with other components. https://bugzilla.gnome.org/show_bug.cgi?id=776718
-
- Jan 27, 2017
-
-
Thibault Saunier authored
-
- Jan 18, 2017
-
-
Matthew Waters authored
-
- Jan 13, 2017
-
-
Tim-Philipp Müller authored
-
- Jan 11, 2017
-
-
Arun Raghavan authored
More correct than not doing it, and prevents careless people from mistakenly pushing changes to submodules.
-
- Jan 05, 2017
-
-
Guillaume Desmottes authored
Look for -uninstalled pc files and update PKG_CONFIG_PATH with the directories containing those. This feature is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. Fix a regression from the old gst-uninstalled tool. https://bugzilla.gnome.org/show_bug.cgi?id=776810
-
- Jan 04, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Jan 03, 2017
-
-
Nirbheek Chauhan authored
The build_dir is an absolute path, so quote it.
-
Nirbheek Chauhan authored
This reverts commit 9a64b727. Closes https://bugzilla.gnome.org/show_bug.cgi?id=776801 The actual fix is in the next commit.
-
- Jan 02, 2017
-
-
Nirbheek Chauhan authored
The build_dir is an absolute path, so quote it. We don't really need to use the absolute path to Ninja in git-update since we pass it to subprocess.call which will do an shutil.which
-
- Dec 14, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
And always flush on prints (so we have understandable outputs)
-
Thibault Saunier authored
-
- Dec 13, 2016
-
-
This environment is meant to be setup in a Visual Studio 'Native X64 tools' terminal, and takes for granted that msys2 has been installed, Visual Studio has C(++) support has been installed and python3 is installed and is present in PATH. https://bugzilla.gnome.org/show_bug.cgi?id=775281
-
this way the uninstalled target can be used before the libraries are built https://bugzilla.gnome.org/show_bug.cgi?id=775281
-
- Nov 25, 2016
-
-
Tim-Philipp Müller authored
https provides authentication and also works better in environments with restricted network connectivity. https://bugzilla.gnome.org/show_bug.cgi?id=775110
-
- Nov 17, 2016
-
-
Scott D Phillips authored
when running git-update as `py git-update` (which is convenient on windows), SCRIPTDIR is '' instead of '.'. Fix that with normpath. Printing emdash (U+2014) doesn't work on windows because it isn't in cp437. Change it to hyphen. https://bugzilla.gnome.org/show_bug.cgi?id=774636
-
- Nov 14, 2016
-
-
Thibault Saunier authored
Using mesonconf -Dwerror afterward is failling because of https://github.com/ninja-build/ninja/issues/371 Using meson -Dwerror=true is failing currently for some reason.
-
Tim-Philipp Müller authored
We'll start depending on it in other modules soon.
-
- Nov 09, 2016
-
-
Nirbheek Chauhan authored
The build bots don't like it; probably because the git version is ancient there. Bots should ignore the unknown config variable.
-
Tim-Philipp Müller authored
Use the 1.10 branch if you want to track 1.10.
-
- Nov 08, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
When entering a shell to fix the rebasing you can just `exit 255` and we concider it means 'skip update'. Also support entering shell on windows
-