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 780654 - meson: Fix version check range when we bump required version
meson: Fix version check range when we bump required version
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 780655
Blocks:
 
 
Reported: 2017-03-28 16:37 UTC by Nicolas Dufresne (ndufresne)
Modified: 2017-05-09 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use version range for WebRTC DSP plugin (878 bytes, patch)
2017-03-28 16:37 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
Bump and update for meson 0.40.1 (4.64 KB, patch)
2017-05-09 17:18 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2017-03-28 16:37:47 UTC
Created attachment 348894 [details] [review]
Use version range for WebRTC DSP plugin

For webrtcdsp and opencv plugin, we are checking for a version range. This is very hacky at the moment. In recent meson version, support for that was added. I'm attaching the change for WebRTC DSP
Comment 1 Nicolas Dufresne (ndufresne) 2017-05-09 17:18:50 UTC
Created attachment 351471 [details] [review]
Bump and update for meson 0.40.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.
Comment 2 Nicolas Dufresne (ndufresne) 2017-05-09 17:19:44 UTC
Attachment 351471 [details] pushed as 60fa3ca - Bump and update for meson 0.40.1