Phonon/Releases/Core/stable: Difference between revisions

From KDE Community Wiki
< Phonon‎ | Releases‎ | Core
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Phonon/ReleaseTable
{{Phonon/ReleaseTable
| url =  
| url = http://download.kde.org/stable/phonon/4.10.2/phonon-4.10.2.tar.xz.mirrorlist
| sha256 =
| sha256 =
}}
}}


=== Improvements ===
=== Bug Fixes ===  
* 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.
* PulseAudio support is no longer incorrectly disabled with Qt 5.12 (by Antonio Rojas)
* 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 [[https://bugs.kde.org/show_bug.cgi?id=341296 #341296]].

Latest revision as of 12:43, 9 January 2019

Bug Fixes

  • PulseAudio support is no longer incorrectly disabled with Qt 5.12 (by Antonio Rojas)