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 754466 - qml: add android support
qml: add android support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-02 14:52 UTC by Matthew Waters (ystreet00)
Modified: 2015-09-28 08:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qt: rename library to inlclude gst prefix (1.61 KB, patch)
2015-09-02 14:53 UTC, Matthew Waters (ystreet00)
committed Details | Review
qt: don't use CPPFLAGS for tools that cannot use them (919 bytes, patch)
2015-09-02 14:54 UTC, Matthew Waters (ystreet00)
committed Details | Review
build/qt: indent configure file (1.65 KB, patch)
2015-09-02 14:55 UTC, Matthew Waters (ystreet00)
committed Details | Review
qt: add support for building/running on android (6.44 KB, patch)
2015-09-02 14:55 UTC, Matthew Waters (ystreet00)
none Details | Review
qt: add support for building/running on android (6.54 KB, patch)
2015-09-03 01:21 UTC, Matthew Waters (ystreet00)
accepted-commit_after_freeze Details | Review
qt: add support for building/running on android (6.71 KB, patch)
2015-09-10 08:39 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2015-09-02 14:52:31 UTC
Here are ye patched that make the qmlglsink compile and usable on android.
Comment 1 Matthew Waters (ystreet00) 2015-09-02 14:53:46 UTC
Created attachment 310506 [details] [review]
qt: rename library to inlclude gst prefix
Comment 2 Matthew Waters (ystreet00) 2015-09-02 14:54:07 UTC
Created attachment 310507 [details] [review]
qt: don't use CPPFLAGS for tools that cannot use them
Comment 3 Matthew Waters (ystreet00) 2015-09-02 14:55:16 UTC
Created attachment 310508 [details] [review]
build/qt: indent configure file
Comment 4 Matthew Waters (ystreet00) 2015-09-02 14:55:44 UTC
Created attachment 310509 [details] [review]
qt: add support for building/running on android
Comment 5 Matthew Waters (ystreet00) 2015-09-03 01:21:35 UTC
Created attachment 310558 [details] [review]
qt: add support for building/running on android

A couple of build fixes relating to moc requirements.
Comment 6 Matthew Waters (ystreet00) 2015-09-10 08:32:16 UTC
commit 85745d2f639009f4e4519f09c1fd564891cd9173
Author: Matthew Waters <matthew@centricular.com>
Date:   Wed Sep 2 23:42:34 2015 +1000

    build/qt: indent configure file
    
    don't mix tabs and spaces
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754466
Comment 7 Matthew Waters (ystreet00) 2015-09-10 08:39:23 UTC
Created attachment 311042 [details] [review]
qt: add support for building/running on android

Updates for recent configure changes.
Comment 8 Matthew Waters (ystreet00) 2015-09-28 08:14:14 UTC
commit 18d5ed0408a9ae66f2a5f508941c09de5afe01ae
Author: Matthew Waters <matthew@centricular.com>
Date:   Wed Sep 2 23:45:07 2015 +1000

    qt: add support for building/running on android
    
    Including:
    - Necessary configure checks
    - Necessary compile time platform checks
    - Necessary runtime qt android platform detection
    - Escaping GLsync definition with Qt's GLES2 implementation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754466

commit f12caa5c2255493d42f5e5aa14b98a9b0a99a66b
Author: Matthew Waters <matthew@centricular.com>
Date:   Wed Sep 2 23:40:31 2015 +1000

    qt: don't use CPPFLAGS for tools that cannot use them
    
    For example moc will bail out when given arguments it does not
    know about.  The moc specific MOC_CPPFLAGS can still be used
    to pass flags to moc.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754466

commit fdf2a73ec02ca70a0cb1ff437896fe7d050354ea
Author: Matthew Waters <matthew@centricular.com>
Date:   Wed Sep 2 23:39:54 2015 +1000

    qt: rename library to include gst prefix
    
    libqtsink -> libgstqtsink
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754466