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 721714 - Wrong install path for libQtGStreamerQuick2.so
Wrong install path for libQtGStreamerQuick2.so
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: qt-gstreamer
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-07 17:17 UTC by Benjamin Federau
Modified: 2014-11-08 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Changed the Qt5 QtQuick2 plugin installation path and added QTGSTREAMER_QTQUICK2_INSTALL_DIR cmake variable (711 bytes, patch)
2014-01-07 17:20 UTC, Benjamin Federau
committed Details | Review

Description Benjamin Federau 2014-01-07 17:17:32 UTC
The QTGSTREAMER_QTQUICK2_INSTALL_DIR variable is used in the src/qml/quick2/CMakeLists.txt to install the  libQtGStreamerQuick2.so and qmldir file, but this variable is never set.

Further the Qt5 QML plugin installation path which is used to install the QtGStreamer QtQuick2 plugin is wrong. It must be <lib_dir>/qt5/qml instead of <lib_dir>/qt5/imports
Comment 1 Benjamin Federau 2014-01-07 17:20:13 UTC
Created attachment 265548 [details] [review]
Changed the Qt5 QtQuick2 plugin installation path and added QTGSTREAMER_QTQUICK2_INSTALL_DIR cmake variable
Comment 2 Sebastian Dröge (slomo) 2014-01-08 09:13:34 UTC
commit 93a489d29422cf15781239931919aa6d13b5c7c9
Author: Benjamin Federau <benjamin.federau@basyskom.com>
Date:   Wed Jan 8 10:12:59 2014 +0100

    cmake: Fix install path for QtQuick2 library
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721714