- Apr 16, 2019
-
-
-
-
Mart Raudsepp authored
Missed adjustment from commit d3029ec0.
- Apr 15, 2019
-
-
Nirbheek Chauhan authored
Tested on Windows.
-
Nirbheek Chauhan authored
Try even harder to not hit the maximum length limit for env var values on Windows. Reduces the size by ~1000 characters on my machine.
-
Nirbheek Chauhan authored
Helps us avoid breaching the maximum length limit for env var values on Windows.
-
- Apr 12, 2019
-
-
Nirbheek Chauhan authored
This fixes gstreamer/gst-build#21
-
- Apr 05, 2019
-
-
Mathieu Duponchelle authored
When relying on a system-wide libnice, we end up not building the nice elements, which means we can't use them, and by extension webrtcbin, in the uninstalled environment. This also introduces a way to avoid checking the version of a given subproject, and makes use of it for libnice and pygobject, which only passed the version check by chance, as its current major version is 3.
-
- Apr 02, 2019
-
-
-
This is needed for using the qmlgl out of the box inside gst-uninstalled. Of course this won't work if the user is using a native file to specify the path to `qmake`.
-
This allows building x264enc from -ugly on all platforms.
-
... depending on detected shell program. For instance, if the nearest ancestor process is PowerShell, run uninstalled environment via PowerShell. Otherwise, $COMSPEC (most likely cmd.exe) will be used.
-
- Mar 29, 2019
-
-
Tim-Philipp Müller authored
-
- Mar 27, 2019
-
-
Nirbheek Chauhan authored
Tested on Linux and Windows (MSVC)
-
- Mar 17, 2019
-
-
Antonio Ospite authored
When using a custom prompt the automatic override may not look good, so provide a mechanism to disable it. Document that the user will have to use GST_ENV manually when setting the prompt to have a visual indicator of the gst-uninstalled environment.
-
- Mar 14, 2019
-
-
Thibault Saunier authored
-
- Mar 03, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 18, 2019
-
-
-
Tim-Philipp Müller authored
Use an array instead of a dict to make sure we iterate over the list of subprojects in the right order, which is first GStreamer core, then gst-plugins-base, then other things. Without this subprojects might get configured in random order, in which case gstreamer or gst-plugins-base libs might get picked up via pkg-config if they are also available installed, instead of being picked up from the subproject. This breaks all kinds of assumptions in gst-build and will likely have strange effects and/or lead to build failures such as subprojects/gst-plugins-good/tests/check/meson.build:144:2: ERROR: 'gstreamer-plugins-base-1.0' is not a pkgconfig dependency
-
- Feb 14, 2019
-
-
Nirbheek Chauhan authored
Starting with Meson 0.50, meson instrospect --targets uses a list for the filename and install_filenames of each target. Handle both lists and strings.
-
- Feb 08, 2019
-
-
Nirbheek Chauhan authored
-
- Feb 06, 2019
-
-
Nirbheek Chauhan authored
Needed for building on Windows with MSVC.
-
- Feb 05, 2019
-
-
Nirbheek Chauhan authored
This is needed for building openh264 as a subproject. Currently it's downloaded unconditionally since the download is very small.
-
Nirbheek Chauhan authored
-
Nirbheek Chauhan authored
Also do the setup necessary on Windows to enable ANSI colours on the console (if available). That code is copied from Meson and is Apache2 licensed.
-
- Jan 29, 2019
-
-
Seungha Yang authored
Depending on the newly added 'orc' meson option, this make possible to use orc subproject on gst-build.
-
- Jan 28, 2019
-
-
Tim-Philipp Müller authored
gstreamer-project#28
-
- Jan 24, 2019
-
-
Tim-Philipp Müller authored
Since gst-devtools checks for gst-rtsp-server and will happily pick up an external dep which isn't what we want if we configure it as subproject afterwards. This assumes meson dicts are always stable, which may not necessarily be the case, but it seems to work in practice for now. See #16
-
Mathieu Duponchelle authored
This to simplify the checks made when for example a flex binary is available system wide: the build process was failing when that system wide binary didn't have the required version. Instead of adding more checks and making things more complex, let's just always use our binary subproject.
-
- Jan 23, 2019
-
-
Xavier Claessens authored
libpsl is a dependency if libsoup that has an upstream Meson build system (in master only). libsoup also needs libxml2 but we already have a wrap file for it. The only remaining dependency that must come from the system is sqlite3.
-
- Jan 04, 2019
-
-
Guillaume Desmottes authored
GST_OMX_CONFIG_DIR is used by gst-omx to load the gstomx.conf associated with the selected OMX target.
-
- Dec 29, 2018
-
-
Arun Raghavan authored
Ignores top-level cscope files that might be used for a cross-project cscope index.
-
Arun Raghavan authored
-
- Dec 18, 2018
-
-
Tim-Philipp Müller authored
Meson port is upstream now.
-
- Dec 14, 2018
-
-
Tim-Philipp Müller authored
Fixes build with MSVC.
-
- Dec 11, 2018
-
-
These are example cross files that will be used by the CI. They could require manual editing to change hardcoded paths to toolchains when used on different environment.
-
- Dec 06, 2018
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Working around freedesktop/freedesktop#95
-