Phonon/Releases/Core/stable: Difference between revisions

From KDE Community Wiki
< Phonon‎ | Releases‎ | Core
No edit summary
No edit summary
Line 3: Line 3:
| sha256 =
| sha256 =
}}
}}
=== Improvements ===
* New opt-in compatibility feature to install PhononQt4 headers. The new cmake option ''PHONON_INSTALL_QT_COMPAT_HEADERS'' enables the installation of additional compatibility headers to prevent breaking the source compatibility for PhononQt applications when built with Phonon.
* Add proper include directory exporting in CMake. When using an imported CMake target ''target_link_libraries(Phonon::phonon)'' this will now automatically add the correct include directory for the target.


=== Bug Fixes ===
=== Bug Fixes ===
* Prevent a crash on device changes when using ALSA+PhononServer(KDE)+Phonon(WithDBus)+NoPhononBackend [[https://bugs.kde.org/show_bug.cgi?id=341296 #341296]].

Revision as of 09:18, 4 December 2014

URL
SHA256

Improvements

  • New opt-in compatibility feature to install PhononQt4 headers. The new cmake option PHONON_INSTALL_QT_COMPAT_HEADERS enables the installation of additional compatibility headers to prevent breaking the source compatibility for PhononQt applications when built with Phonon.
  • Add proper include directory exporting in CMake. When using an imported CMake target target_link_libraries(Phonon::phonon) this will now automatically add the correct include directory for the target.

Bug Fixes

  • Prevent a crash on device changes when using ALSA+PhononServer(KDE)+Phonon(WithDBus)+NoPhononBackend [#341296].