diff options
author | markd <markd@pkgsrc.org> | 2015-09-01 22:14:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-09-01 22:14:20 +0000 |
commit | 13ccfeb8d8ab6ae77f045751f7951739ee656c15 (patch) | |
tree | 748e2177c932c9dcb06caeb35f01e750fe5003f8 /multimedia | |
parent | 73af8305b630983e1f279f4a00db93c119afcb6a (diff) | |
download | pkgsrc-13ccfeb8d8ab6ae77f045751f7951739ee656c15.tar.gz |
Update phonon to 4.8.3
* 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.
* 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.
* Prevent a crash on device changes when using
ALSA+PhononServer(KDE)+Phonon(WithDBus)+NoPhononBackend
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/phonon/Makefile | 7 | ||||
-rw-r--r-- | multimedia/phonon/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile index 1f7999d9693..c1f401e066d 100644 --- a/multimedia/phonon/Makefile +++ b/multimedia/phonon/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2015/04/25 14:23:41 tnn Exp $ +# $NetBSD: Makefile,v 1.49 2015/09/01 22:14:20 markd Exp $ -DISTNAME= phonon-4.8.2 -PKGREVISION= 2 +DISTNAME= phonon-4.8.3 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.8.2/} +MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.8.3/src/} EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org diff --git a/multimedia/phonon/distinfo b/multimedia/phonon/distinfo index c0a24839b4e..cef2fee6831 100644 --- a/multimedia/phonon/distinfo +++ b/multimedia/phonon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2014/11/13 09:26:08 markd Exp $ +$NetBSD: distinfo,v 1.13 2015/09/01 22:14:20 markd Exp $ -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 (phonon-4.8.3.tar.xz) = aac5dc44ae4821e6165c6735b9c6063dd111ac03 +RMD160 (phonon-4.8.3.tar.xz) = c035f253eda49635377122423bb72161f97f18d3 +Size (phonon-4.8.3.tar.xz) = 322012 bytes SHA1 (patch-cmake_FindPhononInternal.cmake) = b44464daf9542d985e1163cd0b5eb6db73a0b457 |