diff options
author | markd <markd> | 2014-11-13 09:26:08 +0000 |
---|---|---|
committer | markd <markd> | 2014-11-13 09:26:08 +0000 |
commit | 56241afa7a406548bfdf83cdd811a1b52f5b2dbb (patch) | |
tree | cded6e287d3d3d6b92cb287af4e216e88f83d4c6 | |
parent | 0d73fba8b3ea8fd43fe42ae10c164fd71008d1a4 (diff) | |
download | pkgsrc-56241afa7a406548bfdf83cdd811a1b52f5b2dbb.tar.gz |
Update phonon to 4.8.2
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.
4.8.1
* Prevent a crash when failing to create the preferred backend
4.8.0
* Prevent problems with the CMakeConfig's relative installation path
resolution when trying to build on a system which has symlinks as part
of the installation path (e.g. Fedora systems).
* Prevent warnings on PulseSupport shutdown when AudioOutputs are held by
a global static that is only destroyed after PulseSupport was shut down.
* Sync clang detection code with kdelibs.
* Documented the fact that paused can result in StoppedState if playback
can not be started.
-rw-r--r-- | multimedia/phonon/Makefile | 6 | ||||
-rw-r--r-- | multimedia/phonon/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile index c5275c3ef97..42c0ea5d334 100644 --- a/multimedia/phonon/Makefile +++ b/multimedia/phonon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2014/08/12 07:54:07 markd Exp $ +# $NetBSD: Makefile,v 1.46 2014/11/13 09:26:08 markd Exp $ -DISTNAME= phonon-4.7.2 +DISTNAME= phonon-4.8.2 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.7.2/} +MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.8.2/} EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org diff --git a/multimedia/phonon/distinfo b/multimedia/phonon/distinfo index 07601cdfd4e..c0a24839b4e 100644 --- a/multimedia/phonon/distinfo +++ b/multimedia/phonon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2014/08/12 07:54:07 markd Exp $ +$NetBSD: distinfo,v 1.12 2014/11/13 09:26:08 markd Exp $ -SHA1 (phonon-4.7.2.tar.xz) = 2b98fa96cefbbef53d77dd0e6d830889da367c37 -RMD160 (phonon-4.7.2.tar.xz) = dbe65e52f827b56c0e0e61d9c51b4dce65a899de -Size (phonon-4.7.2.tar.xz) = 330244 bytes +SHA1 (phonon-4.8.2.tar.xz) = 4f95b79738ac095b4a82aa338bdcd513d5042214 +RMD160 (phonon-4.8.2.tar.xz) = ab7967814ff175ea7ff7180fbb48751cb5b304a2 +Size (phonon-4.8.2.tar.xz) = 321728 bytes SHA1 (patch-cmake_FindPhononInternal.cmake) = b44464daf9542d985e1163cd0b5eb6db73a0b457 |