summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.14.01.14.0Tim-Philipp Müller2018-03-191-1/+1
|
* Release 1.13.911.13.91Tim-Philipp Müller2018-03-131-1/+1
|
* Release 1.13.901.13.90Tim-Philipp Müller2018-03-031-1/+1
|
* meson: enable more warningsMathieu Duponchelle2018-03-011-0/+46
|
* Remove schroedinger pluginTim-Philipp Müller2018-03-011-1/+0
| | | | | | | No upstream (website disappeared), no maintainer, and pretty much a fringe format anyway. https://bugzilla.gnome.org/show_bug.cgi?id=776215
* meson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*Tim-Philipp Müller2018-02-211-20/+8
| | | | | | | add_global_arguments() can't be used in subprojects. It's entirely possible that -bad is a subproject but gstreamer is picked up from an installed location, so we should really use add_project_arguments() in both cases.
* meson: Use .dylib suffix if darwinJustin Kim2018-02-211-0/+4
| | | | | | For Mac OS, GST_EXTRA_MODULE_SUFFIX should be set as '.dylib'. https://bugzilla.gnome.org/show_bug.cgi?id=793585
* Back to developmentTim-Philipp Müller2018-02-151-1/+1
|
* Release 1.13.11.13.1Tim-Philipp Müller2018-02-151-1/+1
|
* meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller2018-02-081-6/+6
| | | | | | 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.
* meson: use -fno-strict-aliasing where supportedTim-Philipp Müller2018-01-301-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769183
* meosn: curl: also check for and use libssh2 if availableTim-Philipp Müller2018-01-221-2/+2
|
* meson: skip translations if gettext is not availableTim-Philipp Müller2017-12-261-1/+5
|
* meson: gl: fix build of openglmixers pluginTim-Philipp Müller2017-12-191-6/+13
|
* meson: fix dependency type name to check forTim-Philipp Müller2017-12-191-1/+1
|
* meson: fix build with GstGL from gst-plugins-base as subprojectTim-Philipp Müller2017-12-191-11/+22
| | | | | | | - use right fallback variable - get platform/winsys variables from subproject instead of pkg-config With contributions from Thibault Saunier.
* gl: update plugins to use GstGL from -baseTim-Philipp Müller2017-12-191-0/+17
|
* meson: Use cdata.set_quoted and set LIBDIR correctlyNirbheek Chauhan2017-12-191-12/+12
| | | | | | | LIBDIR must include the prefix. Also use set_quoted instead of manually quoting because it's clearer what the intention is. https://bugzilla.gnome.org/show_bug.cgi?id=791751
* meson: remove vs_module_defsHavard Graff2017-10-051-2/+0
| | | | The GST_EXPORT should handle it.
* tests: ipcpipeline: provide pipe2() on systems that don't have itGeorge Kiagiadakis2017-08-311-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786763
* meson: hide symbols by default unless explicitly exportedTim-Philipp Müller2017-08-111-0/+8
|
* meson: add translationsTim-Philipp Müller2017-07-151-0/+1
|
* meson: Set python3 before plugin subdir()sNirbheek Chauhan2017-07-071-1/+2
| | | | It's used by the msdk plugin
* meson: find python3 via python3 moduleTim-Philipp Müller2017-07-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=783198
* meson: Allow using glib as a subprojectThibault Saunier2017-06-281-3/+6
|
* meson: fix with-package-name optionTim-Philipp Müller2017-06-261-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=784082
* tests: start porting to mesonMathieu Duponchelle2017-06-071-0/+5
| | | | | | Incomplete port, to get the ball rolling https://bugzilla.gnome.org/show_bug.cgi?id=782962
* Require wildmidi >= 0.4Tim-Philipp Müller2017-05-231-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768576
* meson: don't need config.h.meson any longerTim-Philipp Müller2017-05-211-3/+1
|
* meson: add options to set package name and originTim-Philipp Müller2017-05-201-2/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=782172
* Bump and update for meson 0.40.1Nicolas Dufresne2017-05-091-1/+1
| | | | | | | | This patch bumps the required meson to 0.40.1 as gstreamer core just did, and cleanup some code to use a feature from 0.37 that allow specifying version range when checking dependency. https://bugzilla.gnome.org/show_bug.cgi?id=780654
* meson: Ignore msvc warnings in C++ as wellScott D Phillips2017-05-081-2/+4
| | | | | | | | | | We were only ignoring the listed msvc warnings for C language files and not C++. This was working by the coincidence that we did not have any instances of these warnings in C++ files. Lately the build of decklink has been fixed on windows, and it has an instance of one of these warnings in a C++ file. https://bugzilla.gnome.org/show_bug.cgi?id=782345
* Back to developmentSebastian Dröge2017-05-041-1/+1
|
* Release 1.12.01.12.0Sebastian Dröge2017-05-041-1/+1
|
* Release 1.11.911.11.91Sebastian Dröge2017-04-271-1/+1
|
* Release 1.11.901.11.90Sebastian Dröge2017-04-071-1/+1
|
* meson: Build mpeg2enc and mplex when availableNirbheek Chauhan2017-03-231-0/+12
|
* meson: Update versionSebastian Dröge2017-02-241-1/+1
|
* meson: Build GIR filesThibault Saunier2017-01-231-0/+8
|
* meson: bump versionTim-Philipp Müller2017-01-131-1/+1
|
* meson: build decklink pluginTim-Philipp Müller2017-01-051-0/+4
|
* meson: Support building without Gst debugThibault Saunier2017-01-051-0/+24
|
* Remove various unported pluginsSebastian Dröge2016-12-211-3/+0
| | | | | | | | If they were not ported after 4+ years it seems unlikely that anybody is ever going to need them again. They're still in the GIT history if needed. https://bugzilla.gnome.org/show_bug.cgi?id=774530
* meson: Rework opencv plugin checksNirbheek Chauhan2016-11-291-0/+1
| | | | | | | | a) Use get_pkgconfig_variable() to get the opencv prefix b) Place an upper limit on the opencv version c) Ensure that headers are available (b) and (c) just copy what the configure.ac checks do.
* meson: add_global_arguments -> add_project_argumentsScott D Phillips2016-11-181-4/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774656
* meson: wayland: move dep checks to the libMatthew Waters2016-11-171-10/+0
| | | | | Moves them closer to where they are used. We don't want every check in the main meson.build file.
* meson: Build waylandsinkThibault Saunier2016-11-151-0/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774493
* meson: don't add_global_arguments when being built as a subprojectScott D Phillips2016-11-111-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773568
* meson: update versionTim-Philipp Müller2016-11-011-1/+1
|
* meson: Don't warn about C4146 with MSVCNirbheek Chauhan2016-10-271-1/+1
| | | | | | | | | The error is: unary minus operator applied to unsigned type, result still unsigned This is a commonly-done operation in gstreamer and it's done on purpose. It's just noise.