Amarok/Development/KF5port: Difference between revisions
(→General: update for the kf5 branch) |
(→New Dependencies: make table, TODO add dependency versions) |
||
Line 14: | Line 14: | ||
==New Dependencies == | ==New Dependencies == | ||
If you would like to build it then you have to install the following development packages (apart from the existing dependencies like Taglib, zlib, googlemock, etc ) containing the following components for your respective system : | If you would like to build it then you have to install the following development packages (apart from the existing dependencies like Taglib, zlib, googlemock, etc ) containing the following components for your respective system : | ||
{| | |||
Qt5::Core | ! Dependency !! Version | ||
|- | |||
Qt5::DBus | | Qt5::Core || | ||
|- | |||
Qt5::Widgets | | Qt5::DBus || | ||
|- | |||
Qt5::Test | | Qt5::Widgets || | ||
|- | |||
Qt5::Gui | | Qt5::Test || | ||
|- | |||
Qt5::Svg | | Qt5::Gui || | ||
|- | |||
Qt5::Script | | Qt5::Svg || | ||
|- | |||
Qt5::Xml | | Qt5::Script || | ||
|- | |||
Phonon4Qt5 | | Qt5::Xml || | ||
|- | |||
KF5::CoreAddons | | Phonon4Qt5 || | ||
|- | |||
KF5::Solid | | KF5::CoreAddons || | ||
|- | |||
KF5::Codecs | | KF5::Solid || | ||
|- | |||
KF5::I18n | | KF5::Codecs || | ||
|- | |||
KF5::ThreadWeaver | | KF5::I18n || | ||
|- | |||
KF5::KDELibs4Support | | KF5::ThreadWeaver || | ||
|- | |||
KF5::Plasma | | KF5::KDELibs4Support || | ||
|- | |||
KF5::KCMUtils | | KF5::Plasma || | ||
|- | |||
KF5::NewStuff | | KF5::KCMUtils || | ||
|- | |||
| KF5::NewStuff || | |||
|} | |||
This list has been kept dynamic to avoid pulling unwanted dependencies which means more components will be added when the need arises. | This list has been kept dynamic to avoid pulling unwanted dependencies which means more components will be added when the need arises. | ||
== Extra == | == Extra == |
Revision as of 08:55, 15 August 2015
This page is meant as a guide to port Amarok to Qt5/Frameworks5 and Plasma5.
Stages of port
The broad plan involves the porting of the code-base to compile by using KF5::KDELibs4Support. After this the plan involves porting Amarok away from KF5::KDELibs4Support. We are still in the first part now i.e the current aim is to let Amarok compile by using KF5::KDELibs4Support(with LOTS and LOTS of depreciated warnings).
- Restoring build on Qt5/KF5: Port of cmake files and all code, so everything builds at least again by using KF5::KDELibs4Support. In this part the primary focus is on building it back again. INCOMPLETE
- All tests should pass after the above has been done. TODO
- Porting away from KF5::KDELibs4Support. TODO
General
The commits containing the ongoing port of Amarok to Qt5/KF5 are present in the kf5 branch.
New Dependencies
If you would like to build it then you have to install the following development packages (apart from the existing dependencies like Taglib, zlib, googlemock, etc ) containing the following components for your respective system :
Dependency | Version |
---|---|
Qt5::Core | |
Qt5::DBus | |
Qt5::Widgets | |
Qt5::Test | |
Qt5::Gui | |
Qt5::Svg | |
Qt5::Script | |
Qt5::Xml | |
Phonon4Qt5 | |
KF5::CoreAddons | |
KF5::Solid | |
KF5::Codecs | |
KF5::I18n | |
KF5::ThreadWeaver | |
KF5::KDELibs4Support | |
KF5::Plasma | |
KF5::KCMUtils | |
KF5::NewStuff |
This list has been kept dynamic to avoid pulling unwanted dependencies which means more components will be added when the need arises.
Extra
Some references: