pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia
Module Name: pkgsrc
Committed By: markd
Date: Tue Apr 26 08:08:50 UTC 2016
Modified Files:
pkgsrc/multimedia/phonon: Makefile Makefile.common PLIST distinfo
pkgsrc/multimedia/phonon-qt5: Makefile PLIST
pkgsrc/multimedia/phonon/patches: patch-cmake_FindPhononInternal.cmake
Log Message:
Update phonon{,-qt5} 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
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
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/multimedia/phonon/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/phonon/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/phonon/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/phonon/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/phonon-qt5/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/phonon-qt5/PLIST
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/multimedia/phonon/patches/patch-cmake_FindPhononInternal.cmake
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index