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 781156 - meson: error in file sys/decklink/meson.build on macOS
meson: error in file sys/decklink/meson.build on macOS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-10 21:40 UTC by Olivier Crête
Modified: 2017-04-11 08:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2017-04-10 21:40:44 UTC
meson encountered an error in file subprojects/gst-plugins-bad/sys/decklink/meson.build, line 33, column 2:
Invalid use of addition: must be str, not list
Comment 1 Sebastian Dröge (slomo) 2017-04-11 08:21:26 UTC
Does this also happen on Linux for you, or only macOS? Seems to work just fine here on Linux
Comment 2 Tim-Philipp Müller 2017-04-11 08:50:00 UTC
This should hopefully fix the error. If it compiles + works after that I don't know of course :)

commit 0ded4c13560e873c8c39ee0ba2762dfe1c61659d
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Tue Apr 11 09:42:49 2017 +0100

    meson: decklink: fix meson configure error on macOS
    
    "meson encountered an error in file
    sys/decklink/meson.build, line 33, column 2:
    Invalid use of addition: must be str, not list"
    
    Also remove nonsensical linker flags on windows.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781156