summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20Release 1.14.21.14.2Tim-Philipp Müller1-1/+1
2018-07-08python: Fix GES.Timelineset_child_propertyThibault Saunier1-1/+44
Implementing it in the overrides as PyGObject won't be able to properly convert python values to GValues in some cases. Using g_object_set_property works as some logic is implemented inside PyGObject for that particular case. This is a "regression" due to https://bugzilla.gnome.org/review?bug=769789&attachment=348766 were we end up with an OverflowError while setting G_TYPE_UINT children properties.
2018-07-01Set GLib log domain to GESThibault Saunier1-1/+1
2018-05-17Release 1.14.11.14.1Tim-Philipp Müller1-1/+1
2018-03-19Release 1.14.01.14.0Tim-Philipp Müller1-1/+1
2018-03-13Release 1.13.911.13.91Tim-Philipp Müller1-1/+1
2018-03-03Release 1.13.901.13.90Tim-Philipp Müller1-1/+1
2018-03-01meson: enable more warningsMathieu Duponchelle1-0/+23
2018-02-21meson: simplify GST_DISABLE_GST_DEBUG check some moreTim-Philipp Müller1-6/+2
2018-02-21meson: don't use add_global_arguments()Tim-Philipp Müller1-19/+11
.. and tighten check for disabled gst debugging sytem. add_global_arguments() can't be used in subprojects. It's entirely possible that ges is a subproject but gstreamer is picked up from an installed location, so we should really use add_project_arguments() in both cases.
2018-02-15Back to developmentTim-Philipp Müller1-1/+1
2018-02-15Release 1.13.11.13.1Tim-Philipp Müller1-1/+1
2018-02-08meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller1-6/+8
WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release.
2018-01-30meson: use -fno-strict-aliasing where supportedTim-Philipp Müller1-0/+5
https://bugzilla.gnome.org/show_bug.cgi?id=769183
2017-11-26win32: remove .def file with exportsTim-Philipp Müller1-2/+0
They're no longer needed, symbol exporting is now explicit via GST_EXPORT in all cases (autotools, meson, incl. MSVC).
2017-08-11meson: hide symbols by default unless explicitly exportedTim-Philipp Müller1-0/+5
2017-07-07meson: find python3 via python3 moduleTim-Philipp Müller1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=783198
2017-06-23meson: Allow using glib as a subprojectThibault Saunier1-1/+1
2017-06-09meson: remove config.h.mesonTim-Philipp Müller1-4/+1
2017-05-04Back to developmentSebastian Dröge1-1/+1
2017-05-04Release 1.12.01.12.0Sebastian Dröge1-1/+1
2017-04-27Release 1.11.911.11.91Sebastian Dröge1-1/+1
2017-04-07Release 1.11.901.11.90Sebastian Dröge1-1/+1
2017-03-10Revert "Fhotdoc"Thibault Saunier1-4/+2
This reverts commit 220618ecc7c061a2146e00e0063123b8dbaeb734. This was not meant to be pushed.
2017-03-09FhotdocThibault Saunier1-2/+4
2017-02-24meson: Update versionSebastian Dröge1-1/+1
2017-02-15meson: Add an option to disable doc generationThibault Saunier1-5/+6
2017-01-13Revert "meson: don't use subproject fallback for gst-validate if it won't work"Tim-Philipp Müller1-9/+2
This reverts commit 6760e5e0b1b2f28fb04e9c430506af56c15432b9. This was not supposed to be pushed and should not be needed any more.
2017-01-13meson: bump versionTim-Philipp Müller1-1/+1
2017-01-13meson: don't use subproject fallback for gst-validate if it won't workTim-Philipp Müller1-2/+9
gst-validate has a hard-dep on json-glib-1.0 so maintain optionality of it all by only dragging it in as a fallback if we know we can satisfy the dependencies.
2016-12-09meson: Support building without Gst debugThibault Saunier1-0/+24
2016-11-29meson: Do not print error logs when building the girThibault Saunier1-0/+1
2016-11-18Enable building with MSVCScott D Phillips1-2/+9
https://bugzilla.gnome.org/show_bug.cgi?id=774641
2016-11-04meson: Unset the plugin paths to generate the .gir filesThibault Saunier1-1/+8
Avoiding problems when using subproject: 'Failed to load plugin something.so file too short'
2016-11-01meson: update versionTim-Philipp Müller1-1/+1
2016-10-26meson: Don't depend on gstreamer-check-1.0 on windowsScott D Phillips1-2/+4
https://bugzilla.gnome.org/show_bug.cgi?id=773114
2016-10-25Revert "meson: move gstreamer-check-1.0 dependency to tests/check"Nirbheek Chauhan1-0/+2
This reverts commit 5665c2bfc9cae531c6dd9a75766d06a4af25ab9a. Does not actually work. See: https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
2016-10-21meson: move gstreamer-check-1.0 dependency to tests/checkThibault Saunier1-2/+0
2016-10-18meson: mark gstreamer-check-1.0 as required: falseScott D Phillips1-1/+1
2016-10-15meson: Don't set c_std to gnu99Nirbheek Chauhan1-1/+0
Use the default for each compiler on every platform instead. This improves our compatibility with compilers that don't have gnu99 as a c_std.
2016-10-14meson: Use environment object to setup test environment variablesThibault Saunier1-1/+1
Bump meson requirement to 0.35
2016-09-30meson: Setup pre commit hook and fix getpluginsdir for standalone caseThibault Saunier1-0/+3
2016-09-30meson: update versionTim-Philipp Müller1-1/+1
2016-09-07meson: Do not build libges against libcheckThibault Saunier1-1/+1
2016-09-05meson: Handle building the gir file when used as subprojectThibault Saunier1-2/+2
Add support for building GIR when used as subproject Add an option to disable GIR generation And bump version to 1.9.2
2016-08-25meson: doc: Fix building documentation when using subprojectsThibault Saunier1-1/+11
And check the presence of gtk-doc before building the documentation
2016-08-24Add support for Meson as alternative/parallel build systemThibault Saunier1-0/+100
https://github.com/mesonbuild/meson