mbox series

[next,v2,0/3] Fixes for qt5: bump latest version to 5.10.1

Message ID 20180302193437.15573-1-ps.report@gmx.net
Headers show
Series Fixes for qt5: bump latest version to 5.10.1 | expand

Message

Peter Seiderer March 2, 2018, 7:34 p.m. UTC
Some fixes for the 'qt5: bump latest version to  5.10.1' patch
from Gaël Portray.

Peter Seiderer (3):
  sqlite: add option for meta-data about tables/queries
  qt5base: fix Qt5.10.1 sqlite plugin compile failure
  qt5multimedia: fix Qt5.10.1 target installation


Peter Seiderer (3):
  sqlite: add option for meta-data about tables/queries
  qt5base: fix Qt5.10.1 sqlite plugin compile failure
  qt5multimedia: fix Qt5.10.1 target installation

 package/qt5/qt5base/Config.in              | 1 +
 package/qt5/qt5multimedia/qt5multimedia.mk | 6 ++++--
 package/sqlite/Config.in                   | 7 +++++++
 package/sqlite/sqlite.mk                   | 4 ++++
 4 files changed, 16 insertions(+), 2 deletions(-)

Comments

Arnout Vandecappelle April 2, 2018, 2:49 p.m. UTC | #1
On 02-03-18 20:34, Peter Seiderer wrote:
> Some fixes for the 'qt5: bump latest version to  5.10.1' patch
> from Gaël Portray.
> 
> Peter Seiderer (3):
>   sqlite: add option for meta-data about tables/queries
>   qt5base: fix Qt5.10.1 sqlite plugin compile failure
>   qt5multimedia: fix Qt5.10.1 target installation
> 
> 
> Peter Seiderer (3):
>   sqlite: add option for meta-data about tables/queries
>   qt5base: fix Qt5.10.1 sqlite plugin compile failure
>   qt5multimedia: fix Qt5.10.1 target installation

 I squashed these into the commit doing the version bump and applied all of it
to master.

 For the host-pkg-config utility, we decided not to go for the generic
host-pkg-config as this is not the proper thing to do (as discussed before). So
instead, a host-pkg-config is generated within the qt5webengine package. I also
modified it to do exactly what we do for normal host packages (cfr.
package/Makefile.in). That seems to work for me.

 I also carried over the mesa3d X11 patch that wasn't there yet when Gael
submitted this series.

 Finally, I had to do a whole lot of fixes in legal info, because the filenames
have changed in some modules. Also the chromium license files had to be regenerated.

 Thanks for doing this bump!

 Regards,
 Arnout