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 795285 - [patch] Fix qt-gstreamer cmake with Qt-5.11_beta3 (dropping qt5_use_modules)
[patch] Fix qt-gstreamer cmake with Qt-5.11_beta3 (dropping qt5_use_modules)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: qt-gstreamer
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-15 22:48 UTC by Andreas Sturmlechner
Modified: 2018-05-04 11:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qt-gstreamer-1.2.0-qt-5.11b3.patch (1.79 KB, patch)
2018-04-15 22:48 UTC, Andreas Sturmlechner
none Details | Review

Description Andreas Sturmlechner 2018-04-15 22:48:49 UTC
Created attachment 370971 [details] [review]
qt-gstreamer-1.2.0-qt-5.11b3.patch

Upcoming version of Qt5 is getting rid of a macro used extensively by qt-gstreamer to support both Qt4 and Qt5.

The attached patch is the smallest possible change I could come up with.
Comment 1 George Kiagiadakis 2018-05-04 11:20:12 UTC
commit 1967da1ffcf04eddbc250c65d6f6efce4b77fe4b
Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date:   Sun Apr 15 23:46:50 2018 +0200

    Fix cmake with Qt 5.11_beta3 (dropping qt5_use_modules)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795285