Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
phonon
phonon.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File phonon.changes of Package phonon
------------------------------------------------------------------- Sat Apr 28 06:45:50 UTC 2018 - lbeltrame@kde.org - Update to 4.10.1: * CMake files are now compatible with Qt 5.11. Note that the relevant CMake code is shared with the backends, and thus also fixes the compatibility issue there. ------------------------------------------------------------------- Fri Feb 23 21:20:40 UTC 2018 - wbauer@tmo.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 10:46:46 UTC 2016 - wbauer@tmo.at - Remove now unused automoc4 BuildRequires ------------------------------------------------------------------- Fri Apr 22 23:55:42 UTC 2016 - wbauer@tmo.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 5 22:48:14 UTC 2014 - hrvoje.senjan@gmail.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 17:40:57 UTC 2014 - hrvoje.senjan@gmail.com - Update to 4.8.1: * Version bump * Prevent a crash when failing to create the preferred backend ------------------------------------------------------------------- Tue Aug 12 19:32:55 UTC 2014 - hrvoje.senjan@gmail.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 22:05:20 UTC 2014 - hrvoje.senjan@gmail.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 8 02:06:45 UTC 2014 - hrvoje.senjan@gmail.com - Added 0001-sync-FindQt4-from-kdelibs-master-to-unbreak-build-wi.patch from upstream, fixes build with cmake 3.0 ------------------------------------------------------------------- Wed Dec 18 09:55:41 UTC 2013 - hrvoje.senjan@gmail.com - Phonon package exists only via provides, so don't make devel package require it - provide will go away soon ------------------------------------------------------------------- Fri Dec 6 16:43:27 UTC 2013 - hrvoje.senjan@gmail.com - Update to 4.7.1 * Fixed compatibility issues with older backend versions - Remove obsolete 'ready' file ------------------------------------------------------------------- Mon Nov 4 23:09:33 UTC 2013 - hrvoje.senjan@gmail.com - Update to official 4.7.0 release * Minor documentation fixes since last update - Add Source URL ------------------------------------------------------------------- Mon Nov 4 12:28:41 UTC 2013 - hrvoje.senjan@gmail.com - Update to 4.7.0~git20131104 * Buildsystem fixes since previous snapshot * Version bump to 4.7.0 ------------------------------------------------------------------- Mon Sep 30 18:42:23 UTC 2013 - hrvoje.senjan@gmail.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 20:27:38 UTC 2013 - hrvoje.senjan@gmail.com - Drop 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch better solution is done in kdebase4-runtime package ------------------------------------------------------------------- Tue Sep 17 10:06:24 UTC 2013 - hrvoje.senjan@gmail.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 18:34:34 UTC 2013 - hrvoje.senjan@gmail.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 16:01:45 UTC 2013 - dev@dominik-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 10:19:29 UTC 2013 - idonmez@suse.com - Add Source URL, see https://en.opensuse.org/SourceUrls ------------------------------------------------------------------- Sun Nov 25 10:43:43 UTC 2012 - cgiboudeaux@gmx.com - Fix the SLES build (%make_install doesn't exist) ------------------------------------------------------------------- Mon Jun 25 11:07:01 UTC 2012 - wstephenson@suse.com - Remove optional Zeitgeist integration due to its creating very long build chain dependencies. ------------------------------------------------------------------- Tue Feb 7 10:49:14 UTC 2012 - idonmez@suse.com - Revert adding libQtWebKit-devel dependency, QtZeitgeist devel package now requires it. ------------------------------------------------------------------- Wed Feb 1 10:52:58 UTC 2012 - idonmez@suse.com - Add libQtWebKit-devel dependency needed due to QtZeitgeist ------------------------------------------------------------------- Sun Jan 1 16:49:23 UTC 2012 - cgiboudeaux@gmx.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 20:21:51 UTC 2011 - fisiu@opensuse.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 08:42:54 UTC 2011 - wstephenson@suse.com - Remove the PulseAudio 1.0 detection fix, superseded by PA 1.1 ------------------------------------------------------------------- Fri Oct 7 15:37:05 UTC 2011 - toddrme2178@gmail.com - Cleaned up spec file formatting ------------------------------------------------------------------- Thu Sep 29 09:31:58 UTC 2011 - idonmez@suse.com - Fix detection of PulseAudio 1.0 ------------------------------------------------------------------- Sun Sep 25 10:07:03 UTC 2011 - javier@opensuse.org - Fix obsoletes for KDE:Release:46/phonon ------------------------------------------------------------------- Tue Aug 30 08:26:23 UTC 2011 - idonmez@suse.com - Add phonon-math-include.patch, add missing math.h include ------------------------------------------------------------------- Thu Aug 11 09:30:19 UTC 2011 - toddrme2178@gmail.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 10:34:08 UTC 2011 - tittiatcoke@gmail.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 ------------------------------------------------------------------- Mon Jan 13 15:35:06 UTC 2011 - toddrme2178@gmail.com - update to 4.4.4 - split off xine and gstreamer backends to their own packages ------------------------------------------------------------------- Thu Nov 25 18:54:38 CET 2010 - dmueller@suse.de - update to 4.4.3: * final release tarball * small gstreamer backend fixes * ABI fix in experimental API ------------------------------------------------------------------- Tue Aug 17 14:58:15 UTC 2010 - tittiatcoke@gmail.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 02:01:46 UTC 2010 - tittiatcoke@gmail.com - Update to a newer snapshot of 4.4.3 ------------------------------------------------------------------- Mon Jun 7 18:00:33 CEST 2010 - dmueller@suse.de - update to 4.4.2: * merged the diff to master into the version ------------------------------------------------------------------- Tue May 11 21:53:43 CEST 2010 - dmueller@suse.de - add diff to current master to fix pulseaudio regression (bnc#604046) ------------------------------------------------------------------- Wed May 5 21:29:21 CEST 2010 - dmueller@suse.de - update to 4.4.1: * merged symbian fixes * improved pulseaudio support ------------------------------------------------------------------- Fri Mar 26 15:13:31 UTC 2010 - tittiatcoke@gmail.com - Added a patch (upstream/Colin Cuthrie) to prevent an endless loop when pulseaudio is not installed ------------------------------------------------------------------- Wed Mar 24 07:07:21 UTC 2010 - per@osbeck.com - add BuildRequires for proper pulseaudio support ------------------------------------------------------------------- Mon Mar 15 11:17:22 CET 2010 - dmueller@suse.de - update to 4.4.0: * bugfixes * improved video recording/playback ------------------------------------------------------------------- Mon Feb 1 12:24:40 UTC 2010 - jengelh@medozas.de - package baselibs.conf ------------------------------------------------------------------- Fri Dec 4 19:10:43 CET 2009 - dmueller@suse.de - update to 4.3.80: + one header bugfix compared to previous update ------------------------------------------------------------------- Thu Nov 23 11:15:56 UTC 2009 - tittiatcoke@gmail.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 08:55:50 UTC 2009 - adrian@suse.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) ------------------------------------------------------------------- Thu May 14 01:00:12 CEST 2009 - dmueller@suse.de - add versioned dependencies ------------------------------------------------------------------- Fri Feb 27 11:20:34 CET 2009 - dmueller@suse.de - update to 4.3.1: * sync with the version in Qt 4.5.0, various bugfixes ------------------------------------------------------------------- Thu Jan 22 09:23:16 CET 2009 - dmueller@suse.de - update to 4.3.0: * Qt 4.5 fixes * fix volume handling / volume fader ------------------------------------------------------------------- Mon Jan 12 14:32:30 CET 2009 - dmueller@suse.de - update to 4.2.96: * new phonon backend without KDE dependencies * other improvements necessary for KDE 4.2 ------------------------------------------------------------------- Fri Jan 9 16:28:08 CET 2009 - llunak@suse.cz - patch for ogg support (bnc#438718) ------------------------------------------------------------------- Tue Oct 21 23:15:46 CEST 2008 - dmueller@suse.de - add versioned requires on libphonon4 ------------------------------------------------------------------- Wed Sep 10 15:07:40 CEST 2008 - dmueller@suse.de - fix build for older distros ------------------------------------------------------------------- Tue Jul 22 18:51:13 CEST 2008 - dmueller@suse.de - update to 4.2.0: * bugfixes ------------------------------------------------------------------- Thu Jul 3 19:40:57 CEST 2008 - aj@suse.de - Add baselibs.conf for libphonon. ------------------------------------------------------------------- Thu Jul 3 07:01:02 CEST 2008 - dmueller@suse.de - enable gstreamer-010 based backend ------------------------------------------------------------------- Fri Jun 20 16:11:27 CEST 2008 - dmueller@suse.de - update to 4.1.83: * more bugfixes, reworked audio device handling ------------------------------------------------------------------- Tue May 27 12:10:26 CEST 2008 - dmueller@suse.de - Initial package (4.1.81)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor