1. 21 Sep, 2021 3 commits
    • Martin Jansa's avatar
      qtmultimedia: inherit pkgconfig · f200be9d
      Martin Jansa authored
      * some features enabled with PACKAGECONFIG need pkgconfig to
        be detected correctly
      
      * fixes:
        | Checking for libresourceqt5... ERROR: Error calling /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/qtmultimedia/5.15.2+gitAUTOINC+fd30913d46-r0/recipe-sysroot-native/usr/bin/qmake -makefile -o Makefile    QT_BUILD_PARTS-=examples QT_BUILD_PARTS-=tests   /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/qtmultimedia/5.15.2+gitAUTOINC+fd30913d46-r0/git/qtmultimedia.pro  --   -alsa -gstreamer 1.0 -no-feature-openal -pulseaudio
        | no
        | Done running configuration tests.
        ...
        | ERROR: Feature 'gstreamer_1_0' was enabled, but the pre-condition 'libs.gstreamer_1_0' failed.
        |
        | ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed.
      f200be9d
    • Martin Jansa's avatar
      maliit-framework-qt5: inherit pkgconfig · 7c1c4eea
      Martin Jansa authored
      * fixes:
        | Reading /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/maliit-framework-qt5/0.99.0+gitAUTOINC+62bd54bcde-r0/git/connection/connection.pro [/OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/maliit-framework-qt5/0.99.0+gitAUTOINC+62bd54bcde-r0/build/connection]
        | sh: 1: pkg-config: not found
        | sh: 1: pkg-config: not found
        | WARNING: install_services.path is not defined: install target not created
      7c1c4eea
    • Martin Jansa's avatar
      qtbase: inherit pkgconfig · 0ae3cbd6
      Martin Jansa authored
      
      * some features enabled with PACKAGECONFIG need pkgconfig to
        be detected correctly
      
      * fixes:
        Checking for pkg-config...
        test config.qtbase.tests.pkg-config FAILED
        ...
        Trying source 0 (type pkgConfig) of library dbus ...
        pkg-config use disabled globally.
        ...
        ERROR: Feature 'pkg-config' was enabled, but the pre-condition 'tests.pkg-config' failed.
      
        ERROR: Feature 'glib' was enabled, but the pre-condition 'libs.glib' failed.
      
        ERROR: Feature 'kms' was enabled, but the pre-condition 'libs.drm' failed.
      
        ERROR: Feature 'gbm' was enabled, but the pre-condition 'libs.gbm' failed.
      
        ERROR: Feature 'mtdev' was enabled, but the pre-condition 'libs.mtdev' failed.
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      0ae3cbd6
  2. 04 Aug, 2021 2 commits
  3. 03 Aug, 2021 2 commits
  4. 23 Jul, 2021 1 commit
  5. 23 Jun, 2021 1 commit
  6. 01 Jun, 2021 1 commit
  7. 31 May, 2021 1 commit
  8. 19 May, 2021 1 commit
    • Andreas Müller's avatar
      qwt-qt5: upgrade 6.1.4 -> 6.1.5 · e006b9b7
      Andreas Müller authored
      
      Backported patch can go
      
      =========
      Qwt 6.1.5
      =========
      
      1) Maintenance
      
      	- Avoid using some of the deprecated Qt APIs
      	- Missing includes of QPainterPath ( Qt 5.15 ) added
      	- QwtPlotSpectroCurve: missing public inheritance
      	- QwtPlotTradingCurve: missing public inheritance
      
      2) Bug fixes
      
      	- QwtLinearColorMap: handling of alpha values in color stops fixed
      
      	- QwtPlotRasterItem: missing color table initialization for
                               QImage::Format_Indexed8
      
      	- QwtScaleWidget: missing QEvent::LayoutRequest added
      	- QwtSetSample: bound rectangle fixed for empty sets
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@gmail.com>
      e006b9b7
  9. 10 May, 2021 3 commits
  10. 08 May, 2021 4 commits
    • Martin Jansa's avatar
      qtwebengine: add dependency on nodejs-native · 9d403add
      Martin Jansa authored
      
      * it's mandatory since this commit:
        commit c9d902ca6ca3b1aa2e2762329d18c226d26520af
        Author: Allan Sandfeld Jensen <allan.jensen@qt.io>
        Date:   Fri Nov 6 09:16:15 2020 +0100
      
          Adaptations for Chromium 87
      
      * unfortunatelly missing this dependency only shows an warning in do_configure:
        Note: The following modules are not being compiled in this configuration:
            webenginecore
            webengine
            webenginewidgets
      
        WARNING: Nodejs is required to build QtWebEngine.
      
        WARNING: QtWebEngine will not be built.
      
        and then it fails in do_install with:
      
        make[1]: Leaving directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/build/src'
        sed: can't read /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory
        WARNING: exit code 2 from a shell command.
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      9d403add
    • Martin Jansa's avatar
      qtwebengine: remove PACKAGECONFIG for jsoncpp and protobuf · 21a96e58
      Martin Jansa authored
      
      * removed in:
        commit ed0f3c2ef0f17c82f9ba1e8b687f46f468c705c7
        Author: Allan Sandfeld Jensen <allan.jensen@qt.io>
        Date:   Fri Jan 15 15:38:14 2021 +0100
      
          Remove configure options that doesn't work
      
          They are just confusing users.
      
      * fixes:
        ERROR: Enabling/Disabling unknown feature 'webengine-system-jsoncpp'.
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      21a96e58
    • Martin Jansa's avatar
      047eab9e
    • Andreas Müller's avatar
      qt5-creator: upgrade 4.14.2 -> 4.15.0 · 5dfe73a6
      Andreas Müller authored
      
      * 4.15.0 build fine with gcc11
      * backported patch can go - it is upstream
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@gmail.com>
      5dfe73a6
  11. 29 Apr, 2021 2 commits
  12. 16 Apr, 2021 1 commit
  13. 09 Apr, 2021 4 commits
  14. 17 Mar, 2021 1 commit
  15. 10 Mar, 2021 3 commits
  16. 05 Mar, 2021 1 commit
  17. 04 Mar, 2021 3 commits
  18. 02 Mar, 2021 3 commits
  19. 08 Feb, 2021 1 commit
  20. 27 Jan, 2021 2 commits