- Sep 23, 2021
-
-
Tim-Philipp Müller authored
-
- Aug 31, 2021
-
-
Jordan Petridіs authored
Part-of: <gstreamer/gst-build!261>
-
- Aug 30, 2021
-
-
Nirbheek Chauhan authored
This is the correct fix for gstreamer/gst-build!236 Part-of: <gstreamer/gst-build!259>
-
Nirbheek Chauhan authored
This reverts commit ebcca1e5. /utf-8 is needed to deal with subprojects that we do not control. Part-of: <gstreamer/gst-build!259>
-
- Aug 28, 2021
-
-
Nirbheek Chauhan authored
This is not actually needed because everything we build is using @rpath already, and setting it causes dynamic linker path priority issues with macOS internals causing *all* programs to fail to run inside gst-env: ``` $ vim dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib Expected in: /Users/nirbheek/projects/repos/gst-build/_build_macos/subprojects/libjpeg-turbo-2.1.0/libJPEG.dylib in /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib Abort trap: 6 ``` In this case it is caused by libjpeg.dylib, but it can happen with other dylibs that conflict with dylibs used by macOS internally. Part-of: <gstreamer/gst-build!257>
-
Nirbheek Chauhan authored
https://github.com/mesonbuild/wrapdb/pull/138 Part-of: <gstreamer/gst-build!257>
-
Nirbheek Chauhan authored
The version of bison that ships with macOS is too old, so we need to provide our own version of it. Fixes #174 Part-of: <!257>
-
- Aug 27, 2021
-
-
Part-of: <gstreamer/gst-build!222>
-
Jay Douglass authored
Part-of: <gstreamer/gst-build!258>
-
- Aug 26, 2021
-
-
Jordan Petridіs authored
With an extra commit on top to fix the windows build. See https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/249 Part-of: <gstreamer/gst-build!252>
-
- Aug 24, 2021
-
-
`meson subprojects update` fails with Meson >= 0.59 because 'sqlite' wrap got renamed to 'sqlite3' in wrapdb v2. Part-of: <gstreamer/gst-build!252>
-
- Aug 12, 2021
-
-
Meson only allows the main project to use it. We already set that flag in all GStreamer modules just like warning flags. Fixes: #152 Part-of: <gstreamer/gst-build!236>
-
Part-of: <gstreamer/gst-build!255>
-
Making it simpler for user to specify tags in manifests Part-of: <gstreamer/gst-build!255>
-
- Aug 08, 2021
-
-
Tim-Philipp Müller authored
master branch got renamed to main, but might as well pin it. Part-of: <gstreamer/gst-build!256>
-
- Aug 04, 2021
-
-
Seungha Yang authored
Need the latest version to support 32bit MSVC build See also https://github.com/mesonbuild/wrapdb/commit/f24069784f129c35ea3c6750af0b7dab612216a9 and https://github.com/mesonbuild/wrapdb/issues/111 Part-of: <gstreamer/gst-build!254>
-
- Aug 03, 2021
-
-
Seungha Yang authored
Would be useful for Windows Part-of: <gstreamer/gst-build!253>
-
- Jul 20, 2021
-
-
Stéphane Cerveau authored
To clarify what is expected in an issue description and avoid issue which is just an usage issue, add a bug template in gitlab. Part-of: <gst-build!251>
-
- Jul 02, 2021
-
-
Jordan Petridіs authored
Part-of: <gstreamer/gst-build!237>
-
- Jun 30, 2021
-
-
Nicolas Dufresne authored
The project now uses main in replacement for master.
-
- Jun 18, 2021
-
-
Thibault Saunier authored
This broke in b9acfcac Part-of: <gstreamer/gst-build!249>
-
- Jun 07, 2021
-
-
Antonio Ospite authored
glib-networking fixed some issues when building with older libssl version in the 2.68 release, update the wrap file to use the newer version. In particular this fixes building on Ubuntu 16.04 with: meson --wrap-mode=forcefallback Part-of: <gstreamer/gst-build!247>
-
- Jun 05, 2021
-
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-build!246>
-
- Jun 01, 2021
-
-
Tim-Philipp Müller authored
-
- May 31, 2021
-
-
Tim-Philipp Müller authored
-
- May 18, 2021
-
-
Stéphane Cerveau authored
When this option was given empty, when for example we don't want any plugin in gstreamer full, the build process was failing because an empty plugin was created in gstinitstaticplugins.c. Part-of: <gstreamer/gst-build!244>
-
- May 04, 2021
-
-
Stéphane Cerveau authored
The introspection feature is not supported yet in static build. Needs gstreamer/gst-build!167 (diffs) Part-of: <gstreamer/gst-build!242>
-
- Apr 30, 2021
-
-
Olivier Crête authored
This makes it a little easier to run it. Part-of: <gstreamer/gst-build!243>
-
- Apr 29, 2021
-
-
Allow to autocomplete with elements/properties in the devenv using gst-launch-1.0 etc. Part-of: <gstreamer/gst-build!232>
-
- Apr 11, 2021
-
-
Part-of: <gstreamer/gst-build!143>
-
- Apr 08, 2021
-
-
Nirbheek Chauhan authored
Fixes intermittent failures when external repos have downtime. This is common with GNOME Gitlab. Only error out on CI if a FDO gitlab repo fails to fetch. Part-of: <gstreamer/gst-build!240>
-
- Apr 06, 2021
-
-
Andrey Moiseev authored
At the point of get_windows_shell() execution, the current directory equals DEFAULT_BUILDDIR=./build. But cmd_or_ps.ps1 is in SCRIPTDIR=./ (repo root). Point subprocess.check_output() to the correct directory. Part-of: <gstreamer/gst-build!238>
-
- Jan 14, 2021
-
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-build!231>
-
Tim-Philipp Müller authored
Part-of: <gst-build!231>
-
- Jan 13, 2021
-
-
Part-of: <gstreamer/gst-build!217>
-
- Dec 11, 2020
-
-
This test allows to test a list of features to be registered in the library (or not). Part-of: <gstreamer/gst-build!199>
-
These options allow to select a set of features from a given plugin with the following syntax: -Dgst-full-plugins=plugin1;plugin10 -Dgst-full-elements=plugin2:element1,element2 -Dgst-full-typefind-functions=plugins3:func -Dgst-full-device-providers=plugin4,dp1 -Dgst-full-dynamic-types=plugin5:dt1 By default all the enabled plugin are registered and gst-full-plugins will allow to include only a set of plugin If a feature(element, typefind etc.) is selected from a plugin, the plugin is removed from the plugins list. Part-of: <!199>
-
- Dec 03, 2020
-
-
Arun Raghavan authored
Part-of: <gstreamer/gst-build!227>
-
- Nov 23, 2020
-
-
Stéphane Cerveau authored
Static build needs a version script which is not available on Windows. Need to implement use of def file. Part-of: <gstreamer/gst-build!226>
-
- Nov 16, 2020
-
-
Tim-Philipp Müller authored
Now that Meson build system support has been merged upstream. Part-of: <gstreamer/gst-build!225>
-