After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774656 - meson: change add_global_arguments to add_project_arguments
meson: change add_global_arguments to add_project_arguments
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal enhancement
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-18 01:52 UTC by Scott D Phillips
Modified: 2016-11-18 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH gstreamer] meson: add_global_arguments -> add_project_arguments (1.23 KB, patch)
2016-11-18 01:53 UTC, Scott D Phillips
committed Details | Review
[PATCH gst-plugins-base] meson: add_global_arguments -> add_project_arguments (1.55 KB, patch)
2016-11-18 01:54 UTC, Scott D Phillips
committed Details | Review
[PATCH gst-plugins-good] meson: add_global_arguments -> add_project_arguments (1.55 KB, patch)
2016-11-18 01:54 UTC, Scott D Phillips
committed Details | Review
[PATCH gst-plugins-bad] meson: add_global_arguments -> add_project_arguments (1.57 KB, patch)
2016-11-18 01:55 UTC, Scott D Phillips
committed Details | Review
[PATCH gst-plugins-ugly] meson: Add ignored warnings for MSVC (1.74 KB, patch)
2016-11-18 01:56 UTC, Scott D Phillips
committed Details | Review
[PATCH gst-devtools] meson: Add ignored warnings for MSVC (1.88 KB, patch)
2016-11-18 01:57 UTC, Scott D Phillips
committed Details | Review

Description Scott D Phillips 2016-11-18 01:52:04 UTC
add_project_arguments() added in meson 0.36.0
Comment 1 Scott D Phillips 2016-11-18 01:53:52 UTC
Created attachment 340202 [details] [review]
[PATCH gstreamer] meson: add_global_arguments -> add_project_arguments
Comment 2 Scott D Phillips 2016-11-18 01:54:25 UTC
Created attachment 340203 [details] [review]
[PATCH gst-plugins-base] meson: add_global_arguments -> add_project_arguments
Comment 3 Scott D Phillips 2016-11-18 01:54:50 UTC
Created attachment 340204 [details] [review]
[PATCH gst-plugins-good] meson: add_global_arguments -> add_project_arguments
Comment 4 Scott D Phillips 2016-11-18 01:55:24 UTC
Created attachment 340205 [details] [review]
[PATCH gst-plugins-bad] meson: add_global_arguments -> add_project_arguments
Comment 5 Scott D Phillips 2016-11-18 01:56:00 UTC
Created attachment 340206 [details] [review]
[PATCH gst-plugins-ugly] meson: Add ignored warnings for MSVC
Comment 6 Scott D Phillips 2016-11-18 01:57:06 UTC
Created attachment 340207 [details] [review]
[PATCH gst-devtools] meson: Add ignored warnings for MSVC
Comment 7 Tim-Philipp Müller 2016-11-18 09:31:19 UTC
Comment on attachment 340202 [details] [review]
[PATCH gstreamer] meson: add_global_arguments -> add_project_arguments

commit 7b29403e067b8f59132d811ca91a91a0ec4382a0
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 17 16:39:52 2016 -0800

    meson: add_global_arguments -> add_project_arguments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774656
Comment 8 Tim-Philipp Müller 2016-11-18 09:32:22 UTC
Comment on attachment 340203 [details] [review]
[PATCH gst-plugins-base] meson: add_global_arguments -> add_project_arguments

commit abf1f23d54e9176873a0dbe7fc3c039a9e60dd7c
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 17 16:45:32 2016 -0800

    meson: add_global_arguments -> add_project_arguments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774656
Comment 9 Tim-Philipp Müller 2016-11-18 09:37:45 UTC
Comment on attachment 340204 [details] [review]
[PATCH gst-plugins-good] meson: add_global_arguments -> add_project_arguments

commit 591541d1950a90fa1fcc30224335f0910d31de13
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 17 17:16:26 2016 -0800

    meson: add_global_arguments -> add_project_arguments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774656
Comment 10 Tim-Philipp Müller 2016-11-18 09:39:14 UTC
Comment on attachment 340206 [details] [review]
[PATCH gst-plugins-ugly] meson: Add ignored warnings for MSVC

commit 4161c2e96f854a587656ba04c903ba771b40bb53
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 17 17:20:03 2016 -0800

    meson: Add ignored warnings for MSVC
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774656
Comment 11 Tim-Philipp Müller 2016-11-18 09:40:23 UTC
Comment on attachment 340205 [details] [review]
[PATCH gst-plugins-bad] meson: add_global_arguments -> add_project_arguments

commit 62fb78d084217d6c284dd4fcb2b184abacb96566
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 17 17:17:22 2016 -0800

    meson: add_global_arguments -> add_project_arguments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774656
Comment 12 Tim-Philipp Müller 2016-11-18 09:41:27 UTC
Comment on attachment 340207 [details] [review]
[PATCH gst-devtools] meson: Add ignored warnings for MSVC

commit 55d0e7a607c8f35680cf4a2adfb92b2b8ab45b83
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 17 17:26:49 2016 -0800

    meson: Add ignored warnings for MSVC
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774656
Comment 13 Tim-Philipp Müller 2016-11-18 09:42:04 UTC
Thanks, that was on my list for today as well :D