15.03.2013 16:08, Timo Jyrinki kirjoitti: > There have been a couple of package renames compared to the original > 5.0.0 packaging, especially in the qtmultimedia module. Upgrade will > take care of replacing, but you may need to adjust your build > dependencies in packagings.
The package build dependencies in need of an update With Qt 5.0.1 are the following: libqt5multimediaquick libqt5declarative5-qtmultimedia-plugin libqgsttools libqt5sensors5. In the Qt Sensors the QML plugin got separated from the library. To prepare for a seamless transition, you can allow both the new and the old package name by using the '|' character in debian/control. So please choose your new build dependencies from below. The first package name is the new name, and the one after '|' is the old one. libqt5multimediaquick-p5 | libqt5multimediaquick qtdeclarative5-qtmultimedia-plugin | libqt5declarative5-qtmultimedia-plugin libqgsttools-p1 | libqgsttools If you're using the sensors plugin and want to have the QML plugin of it, add the following dependency: qtdeclarative5-qtsensors-plugin While doing the renames, please also prepare for the upcoming rename of 'qt-components-ubuntu' by updating the build dependency to the following: qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu -Timo -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

