summaryrefslogtreecommitdiff
path: root/multimedia/phonon
diff options
context:
space:
mode:
authormarkd <markd>2013-11-09 22:45:05 +0000
committermarkd <markd>2013-11-09 22:45:05 +0000
commit8c48c832ec66d4ef3ce0aad7ba913612942f48b5 (patch)
treeb36a6354fa949eb3a52043f34baedf1ae19a6584 /multimedia/phonon
parente5b2cb87dd8c1010ec8219bb20b0584a815c4300 (diff)
downloadpkgsrc-8c48c832ec66d4ef3ce0aad7ba913612942f48b5.tar.gz
Update to phonon 4.7.0
* MediaSource(QString) is now deprecated, MediaSource(QUrl) should be used instead. * New build option PHONON_ASSERT_STATES to debug incoherent or incorrect state changes from the backend. * Documentation cleanup. * Normalized internal QObject connections. * Experimental support for building libphonon using QMake; limited control over feature set and installation path. * By default both official Phonon backends try to find a matching subtitle file for videos. * Phonon's CMake build now uses CMake's own GNUInstallDirs which on most systems should correctly figure out where to put library files (in particular with regards to multi-architecture support on Linux). Should you wish to manually set the library installation path, please use CMAKE_INSTALL_LIBDIR rather than LIB_INSTALL_DIR from now on. API Additions * Additional subtitle API (only partially backed by Phonon VLC - see FeatureMatrix) * BluRay support in libphonon (only backed by Phonon VLC) Backend Exclusive API Additions * New AudioOutputInterface47 allowing backends to get the Phonon Pulseaudio stream mapping ID which can be used together with PulseSupport::streamProperties to prevent [#321288]. Requires PHONON_BACKEND_VERSION_4_7 to be defined as with all new interface versions. Bug Fixes * AudioOutput::setVolume can now be called before entering Phonon::Playing state regardless of whether PulseAudio is in use or not. * Consecutive streams no longer override each other's PulseAudio stream mapping.
Diffstat (limited to 'multimedia/phonon')
-rw-r--r--multimedia/phonon/Makefile7
-rw-r--r--multimedia/phonon/PLIST5
-rw-r--r--multimedia/phonon/distinfo8
3 files changed, 8 insertions, 12 deletions
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile
index d329c3b8aeb..60398737911 100644
--- a/multimedia/phonon/Makefile
+++ b/multimedia/phonon/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2013/06/06 12:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2013/11/09 22:45:05 markd Exp $
-DISTNAME= phonon-4.6.0
-PKGREVISION= 3
+DISTNAME= phonon-4.7.0
CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.6.0/src/}
+MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.7.0/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
diff --git a/multimedia/phonon/PLIST b/multimedia/phonon/PLIST
index 4c8f133f540..a53ced40967 100644
--- a/multimedia/phonon/PLIST
+++ b/multimedia/phonon/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/05/21 12:13:14 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/11/09 22:45:05 markd Exp $
include/KDE/Phonon/AbstractAudioOutput
include/KDE/Phonon/AbstractMediaStream
include/KDE/Phonon/AbstractVideoOutput
@@ -175,12 +175,9 @@ share/phonon/buildsystem/COPYING-CMAKE-SCRIPTS
share/phonon/buildsystem/FindAutomoc4.cmake
share/phonon/buildsystem/FindPackageHandleStandardArgs.cmake
share/phonon/buildsystem/FindPhononInternal.cmake
-share/phonon/buildsystem/FindQt4.cmake
share/phonon/buildsystem/MacroEnsureVersion.cmake
share/phonon/buildsystem/MacroLogFeature.cmake
share/phonon/buildsystem/MacroOptionalFindPackage.cmake
share/phonon/buildsystem/MacroPushRequiredVars.cmake
share/phonon/buildsystem/PhononMacros.cmake
-share/phonon/buildsystem/Qt4ConfigDependentSettings.cmake
-share/phonon/buildsystem/Qt4Macros.cmake
share/phonon/buildsystem/cmake_uninstall.cmake.in
diff --git a/multimedia/phonon/distinfo b/multimedia/phonon/distinfo
index 42251d516c1..aa8caea79d3 100644
--- a/multimedia/phonon/distinfo
+++ b/multimedia/phonon/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/05/21 12:13:14 markd Exp $
+$NetBSD: distinfo,v 1.8 2013/11/09 22:45:05 markd Exp $
-SHA1 (phonon-4.6.0.tar.xz) = d8dbc188b58c6dd9c6a73d3742a25291e647bb95
-RMD160 (phonon-4.6.0.tar.xz) = 4b6037744c519613f0e39065a92d6742305e1366
-Size (phonon-4.6.0.tar.xz) = 280712 bytes
+SHA1 (phonon-4.7.0.tar.xz) = feda28afe016fe38eb253f2be01973fc0226d10f
+RMD160 (phonon-4.7.0.tar.xz) = dfe1dd8febc3b8304368340438d4f4f692ac8572
+Size (phonon-4.7.0.tar.xz) = 329792 bytes