- Sep 24, 2019
-
-
Tim-Philipp Müller authored
Excl. gstreamer-sharp, which didn't see a new release.
-
- Sep 16, 2019
-
-
-
Can't update to 2.5.19 because of https://github.com/lexxmark/winflexbison/issues/48 Fixes gstreamer/gst-build#43
-
- Aug 14, 2019
-
-
Nirbheek Chauhan authored
People should not run `meson` on gst-build inside the uninstalled env. It will cause problems because meson will detect the already-built libraries and pkg-config files. This is not obvious to people, and they often make this mistake.
-
- Aug 11, 2019
-
-
The old binary/url is no longer available, and the layout of the sourceforge archvie seems to have changed to include a new old_versions/ directory where the previous binary is relocated. https://sourceforge.net/projects/winflexbison/files/old_versions/ While we could use that, it seem better to invest the effort to adapt the scipt afterwards to use the github archives instead https://github.com/lexxmark/winflexbison/releases So for now bump the version to get the subproject building till we switch to github releases.
-
- May 02, 2019
-
-
Tim-Philipp Müller authored
-
- Apr 19, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 17, 2019
-
-
Nirbheek Chauhan authored
Also add a note about installation
-
Nirbheek Chauhan authored
We will add more data soon.
-
Nirbheek Chauhan authored
These subproject dirs are only ignored if they are directories if you use a trailing slash.
-
- Apr 16, 2019
-
-
Tim-Philipp Müller authored
-
-
-
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.
-