Changelog for
libphonon4-4.10.0-1.1.i586.rpm :
* Fri Feb 23 2018 wbauerAATTtmo.at- Update to 4.10.0:
* Changes + PulseSupport is more robustly handling device list iteration.
* New API + New backend API AudioOutputInterface410. This interface implements a long-existing frontend interface for category configuration. Usually, this is managed by the builtin PulseSupport to force the category on a PulseAudio level, sometimes this may not be possible because of how the backend subsystem works and the backend needs to manage this directly. + setCategory(Category) is called on the interface when the synonymous frontend function is called.
* Sat Apr 23 2016 wbauerAATTtmo.at- Remove now unused automoc4 BuildRequires
* Fri Apr 22 2016 wbauerAATTtmo.at- Update to 4.9.0:
* Changes
* Builsystem helpers are now installed to CMAKE_INSTALL_DATAROOTDIR
* CMake 2.8.9 is required to use GNUInstallDirs and for the Qt5 code branches
* automoc4 support was removed. Building always use the cmake built-in solution now.
* Qt5 and Qt4 builds use different CMake configurations now Qt4 is as it always has been
* Qt5 moved away from crudely ported Qt4 configurations to using extra-cmake-modules\' KDE compiler and cmake flags.
* Installation paths and so forth are still jointly configured as to retain backwards compatibility (i.e. Qt5 build does not follow ECM\'s KDEInstallationPaths)
* Bug Fixes
* VolumeSlider has seen async behavior improvements making the slider not hop around when changing the volume rapidly and the backend is lagging a bit behind.
* The volume change now occurs upon slider release rather than instantly.
* Fixed a duble encoding issue with local paths that contain percent encoded characters being double-encoded [kde#356218]
* New API
* New AudioOutputInterface49 for backends to implement. This interface implements long-existing frontend interfaces for muting, giving the backend easier access and control.
* setMuted(bool) mutes an AudioOuput (without the 4.9 interface this is done via setVolume(0.0) on the backend)
* mutedChanged(bool) signal emitted by the backend to asyncronuously notify of the mute application
* The interface is only used if PulseSupport is not intercepting calls
* New methods to differntiate states of PulseSupport
* request(bool) is used by backends to request PulseAudio usage but no interception, this essentially enables device listing but lets everything else fall through to the backend (the existing isActive() method will not return true after request(true), which makes it different from enable(true))
* isRequested() is a getter for request()\'s state
* isUsable() is part of the previouys isActive() behavior, it is true iff pulseaudio can be used (daemon running, connected etc)
* isUsed() is a combination of isRequested() and isUsable() (i.e. active but not intercepting)
* The existing isActive() communicates the same state as before (active and intercepting) but now also takes requested into consideration
* Enabling always implies requsting automatically, so request(false) and enable(true) will ultimately still restul in isRequested==true- Update to 4.8.3:
* Set target interface include install dir
* Do not assume we have a backend when setting an output device, kde#341296
* Wed Nov 05 2014 hrvoje.senjanAATTgmail.com- Update to 4.8.2:
* Revised the logic used by PulseSupport to come up with an icon name for PulseAudio. If the application has QApplication::windowIcon set with an QIcon constructed through QIcon::fromTheme(string) the actual icon name will be used. Otherwise the lower-case version of QCoreApplication::applicationName is used.
* Fixed building with the compiler clang by reverting a previously introduced workaround.- Drop phonon obsoletes/provides, it was last used in openSUSE 11.4- Move DBus interface file into devel package, it\'s unused at runtime
* Sun Oct 19 2014 hrvoje.senjanAATTgmail.com- Update to 4.8.1:
* Version bump
* Prevent a crash when failing to create the preferred backend
* Tue Aug 12 2014 hrvoje.senjanAATTgmail.com- Update to 4.7.80
* 4.8 beta: PA interaction improvements, documentation fixes and standard bugfixes- Move away from kde4-filesystem macros: phonon doesn\'t use kdelibs4 buildsystem
* Fri Jun 20 2014 hrvoje.senjanAATTgmail.com- Update to 4.7.2
* Bugfix release, no changelog provided- Drop 0001-sync-FindQt4-from-kdelibs-master-to-unbreak-build-wi.patch, merged upstream
* Sat Mar 08 2014 hrvoje.senjanAATTgmail.com- Added 0001-sync-FindQt4-from-kdelibs-master-to-unbreak-build-wi.patch from upstream, fixes build with cmake 3.0
* Wed Dec 18 2013 hrvoje.senjanAATTgmail.com- Phonon package exists only via provides, so don\'t make devel package require it - provide will go away soon
* Fri Dec 06 2013 hrvoje.senjanAATTgmail.com- Update to 4.7.1
* Fixed compatibility issues with older backend versions- Remove obsolete \'ready\' file
* Mon Nov 04 2013 hrvoje.senjanAATTgmail.com- Update to official 4.7.0 release
* Minor documentation fixes since last update- Add Source URL
* Mon Nov 04 2013 hrvoje.senjanAATTgmail.com- Update to 4.7.0~git20131104
* Buildsystem fixes since previous snapshot
* Version bump to 4.7.0
* Mon Sep 30 2013 hrvoje.senjanAATTgmail.com- Update to 4.6.80~git20130930
* Add preference system ontop of Qt5 backend loading
* Unbreak documentation of AO47
* Don\'t crash when trying to create the singleton out of a qapp parented AO (kde#293004)
* Tue Sep 24 2013 hrvoje.senjanAATTgmail.com- Drop 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch better solution is done in kdebase4-runtime package
* Tue Sep 17 2013 hrvoje.senjanAATTgmail.com- Added 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch, which resolves a regression in volume getting restored after each knotify event (kde#324975)
* Sun Sep 15 2013 hrvoje.senjanAATTgmail.com- Update to 4.6.80~git20130915
* Snapshot of soon to be released 4.7 version
* Various improvements, bugfixes, API aditions, documentation fixes
* Qt5 support- Drop phonon-4.6.0-find-backends-outside-of-kde-session.diff
* Tue May 14 2013 devAATTdominik-schmidt.de- Add phonon-4.6.0-find-backends-outside-of-kde-session.diff: Fixes loading of plugins outside of KDE sessions although the plugins are installed in the KDE dir
* Mon Apr 15 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls
* Sun Nov 25 2012 cgiboudeauxAATTgmx.com- Fix the SLES build (%make_install doesn\'t exist)
* Mon Jun 25 2012 wstephensonAATTsuse.com- Remove optional Zeitgeist integration due to its creating very long build chain dependencies.
* Tue Feb 07 2012 idonmezAATTsuse.com- Revert adding libQtWebKit-devel dependency, QtZeitgeist devel package now requires it.
* Wed Feb 01 2012 idonmezAATTsuse.com- Add libQtWebKit-devel dependency needed due to QtZeitgeist
* Sun Jan 01 2012 cgiboudeauxAATTgmx.com- Update to 4.6.0
* Require QZeitgeist 0.8
* Various buildsystem fixes
* Improve the PulseAudio support
* Fix some deadlocks
* relicense to LGPL
* Mon Oct 31 2011 fisiuAATTopensuse.org- Update to 4.5.1: + Runtime backend switching has been removed + A number of threading fixes with KIO/QIODevice streaming + Fixes to PulseAudio device enumeration + Proper Qt only library without any KDE references + DBus is optional now- Drop phonon-math-include.patch: fixed upstream.
* Fri Oct 21 2011 wstephensonAATTsuse.com- Remove the PulseAudio 1.0 detection fix, superseded by PA 1.1
* Fri Oct 07 2011 toddrme2178AATTgmail.com- Cleaned up spec file formatting
* Thu Sep 29 2011 idonmezAATTsuse.com- Fix detection of PulseAudio 1.0
* Sun Sep 25 2011 javierAATTopensuse.org- Fix obsoletes for KDE:Release:46/phonon
* Tue Aug 30 2011 idonmezAATTsuse.com- Add phonon-math-include.patch, add missing math.h include
* Thu Aug 11 2011 toddrme2178AATTgmail.com- Added qtzeitgeist buildrequires- Moved contents of phonon package to libphonon It only included some directories and some dbus stuff- Cleaned up spec file formatting
* Tue Mar 29 2011 tittiatcokeAATTgmail.com- update to 4.5.0
* comes with all new Zeitgeist support, which enables multimedia applications to let Zeitgeist log playback activity to further improve the semantic desktop capabilities of both the KDE Software Collection as well as GNOME.
* Also new is integration with Qt Designer
* many smaller improvements to increase reliability of both Phonon itself as well as its backends
* Thu Jan 13 2011 toddrme2178AATTgmail.com- update to 4.4.4- split off xine and gstreamer backends to their own packages
* Thu Nov 25 2010 dmuellerAATTsuse.de- update to 4.4.3:
* final release tarball
* small gstreamer backend fixes
* ABI fix in experimental API
* Tue Aug 17 2010 tittiatcokeAATTgmail.com- update to a newer snapshot of 4.4.3
* Set device access list for pulse devices
* Introduce Phonon::DeviceAccessList from the KDE Platform plugin
* Experimental feature: AVCapture
* Mon Jul 19 2010 tittiatcokeAATTgmail.com- Update to a newer snapshot of 4.4.3
* Mon Jun 07 2010 dmuellerAATTsuse.de- update to 4.4.2:
* merged the diff to master into the version
* Tue May 11 2010 dmuellerAATTsuse.de- add diff to current master to fix pulseaudio regression (bnc#604046)
* Wed May 05 2010 dmuellerAATTsuse.de- update to 4.4.1:
* merged symbian fixes
* improved pulseaudio support
* Fri Mar 26 2010 tittiatcokeAATTgmail.com- Added a patch (upstream/Colin Cuthrie) to prevent an endless loop when pulseaudio is not installed
* Wed Mar 24 2010 perAATTosbeck.com- add BuildRequires for proper pulseaudio support
* Mon Mar 15 2010 dmuellerAATTsuse.de- update to 4.4.0:
* bugfixes
* improved video recording/playback
* Mon Feb 01 2010 jengelhAATTmedozas.de- package baselibs.conf
* Fri Dec 04 2009 dmuellerAATTsuse.de- update to 4.3.80: + one header bugfix compared to previous update
* Mon Nov 23 2009 tittiatcokeAATTgmail.com- updated to svn1052215 + add the \'file://\' scheme to urls that don\'t have it, so gstreamer doesn\'t complain on pathnames with characters that get percent-endoded. + make the xine backend work with local files with filenames wrongly encoded/with mixed encodings. + Add initial support for DVD Support + [Gstreamer] Fix changing audio track + Xine has equalizer functionality which is used in Amarok
* Tue Oct 20 2009 adrianAATTsuse.de- split plugins away in own spec file, this avoids build triggers from gnome or xine framework to entire KDE- minor spec file cleanup (remove support of outdated distros)
* Wed May 13 2009 dmuellerAATTsuse.de- add versioned dependencies