touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #123378
[Bug 1519927] Re: Please backport this patch into qtbase
qtbase-opensource-src (5.5.1+dfsg-6ubuntu3) xenial; urgency=medium
* debian/patches/enable-tests.patch:
- Replace the non-DFSG-free RFC files with public domain content.
- Adjust tests to the new files.
(LP: #1522442)
* debian/copyright: mention the replacement.
* Switch to opt-in for architectures to run tests on.
-- Timo Jyrinki <timo-jyrinki@xxxxxxxxxx> Mon, 07 Dec 2015 14:02:11
+0000
qtbase-opensource-src (5.5.1+dfsg-6ubuntu2) xenial; urgency=high
* Skip largefile test on s390x too, in addition to amd64.
* Make tests to keep going till the end with -k.
-- Dimitri John Ledkov <xnox@xxxxxxxxxx> Fri, 04 Dec 2015 16:54:28
+0000
qtbase-opensource-src (5.5.1+dfsg-6ubuntu1) xenial; urgency=medium
* New upstream release. (LP: #1437206) (LP: #1450137) (LP: #1474313)
(LP: #1470700) (LP: #1504631) (LP: #1423659) (LP: #1474775) (LP: #1508945)
* Replace load_testability_from_env_var.patch with upstreamed
Add-environment-variable-support-for-testability-lib.patch
* Drop patches in upstream:
- Correct-typo-in-the-Gujarati-openType-identififer.patch
* Rebase enable-tests.patch. Disable one failing QtWidgets test.
* Build depend on GStreamer 1.0 and add a configure option for it.
* Update symbols.
* Mark/unmark private symbols.
* Replace two Ubuntu patches with upstreamed patches:
- Drop disable-generic-plugin-when-others-available.patch, replace with
Add-an-option-to-skip-the-generic-bearer-engine.patch
- Drop qopenglframebufferobject_powervrworkaround.patch, replace with
Blacklist-PowerVR-Rogue-G6200-v1.3-from-supporting-B.patch
* debian/patches/Make-sure-networkAccessibilityChanged-is-emitted.patch:
- Include a network fix from Qt 5.5 branch (merged after 5.5.1)
(LP: #1470700)
* debian/patches/Use-Node-name-if-Node-logicalModuleName-is-empty-for.patch:
- Fix a qdoc issue (LP: #1447182)
* Remove disable_overlay_scrollbars.diff as overlay scrollbars were dropped.
* debian/patches/Prefer-QT_PLUGIN_PATH-over-compiled-in-paths.patch:
- Backport. Prefer QT_PLUGIN_PATH over compiled-in paths (LP: #1519927)
* debian/patches/Fix-crash-on-exit-caused-by-QStringLiterals.patch
- Backport. Fix a crasher on exit (LP: #1436973)
* Replace our workaround for font rendering with new backported upstream
patches:
- Add debian/patches/Fix-falsely-reported-style-for-fallback-font.patch
- Add debian/patches/Remove-historical-4-padding-in-QFontEngine-alphaMapF.patch
- Remove debian/patches/enable_fonts_always_smoothly.patch
(LP: #1475205)
-- Timo Jyrinki <timo-jyrinki@xxxxxxxxxx> Tue, 01 Dec 2015 06:16:35
+0000
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1519927
Title:
Please backport this patch into qtbase
Status in qtbase-opensource-src package in Ubuntu:
Fix Released
Bug description:
There's an issue with QCoreApplication::libraryPaths() which always
appends QLibraryInfo::location(QLibraryInfo::PluginsPath) first and
only then it reads/appends QT_PLUGIN_PATH contents. In K/Ubuntu,
QLibraryInfo::location(QLibraryInfo::PluginsPath) returns
"/usr/lib/x86_64-linux-gnu/qt5/plugins" by default.
This makes effectively all custom development outside of /usr
impossible if there is also a system version of some plugin as Qt will
/always/ load the system one rather than the one that's being worked
on (and installed to say /opt), even with correct QT_PLUGIN_PATH set.
This is fixed in Qt but apparently in 5.6 only, so I'd like to request
backporting this following commit to Qt 5.5 for wily:
http://code.qt.io/cgit/qt/qtbase.git/commit/src/corelib/kernel/qcoreapplication.cpp?id=6129be8a4ba976c42e51012ebaa9005eb402db80
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1519927/+subscriptions
References