summaryrefslogtreecommitdiff
path: root/multimedia/phonon-qt5
diff options
context:
space:
mode:
authormarkd <markd>2016-04-26 08:08:50 +0000
committermarkd <markd>2016-04-26 08:08:50 +0000
commit64b7982863e607d5d2dbfb57c8beaf36b416aa88 (patch)
tree7907907064eff65772c268011f78f831f44d0c7d /multimedia/phonon-qt5
parentacb63797c70a90cede8fcaa5baf721277de92d0f (diff)
downloadpkgsrc-64b7982863e607d5d2dbfb57c8beaf36b416aa88.tar.gz
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
Diffstat (limited to 'multimedia/phonon-qt5')
-rw-r--r--multimedia/phonon-qt5/Makefile7
-rw-r--r--multimedia/phonon-qt5/PLIST11
2 files changed, 12 insertions, 6 deletions
diff --git a/multimedia/phonon-qt5/Makefile b/multimedia/phonon-qt5/Makefile
index 545c7edbad9..b50edddfbe8 100644
--- a/multimedia/phonon-qt5/Makefile
+++ b/multimedia/phonon-qt5/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/04/11 19:01:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/04/26 08:08:50 markd Exp $
-DISTNAME= phonon-4.8.3
+DISTNAME= phonon-4.9.0
PKGNAME= ${DISTNAME:S/-/-qt5-/}
-PKGREVISION= 2
COMMENT= Multimedia API for KF5
@@ -10,6 +9,8 @@ COMMENT= Multimedia API for KF5
CMAKE_ARGS+= -DPHONON_BUILD_PHONON4QT5=ON
+BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
+
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qttools/buildlink3.mk"
diff --git a/multimedia/phonon-qt5/PLIST b/multimedia/phonon-qt5/PLIST
index 8ac459891a7..c0ebca9bbbc 100644
--- a/multimedia/phonon-qt5/PLIST
+++ b/multimedia/phonon-qt5/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/03/01 08:59:54 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/04/26 08:08:50 markd Exp $
include/phonon4qt5/KDE/Phonon/AbstractAudioOutput
include/phonon4qt5/KDE/Phonon/AbstractMediaStream
include/phonon4qt5/KDE/Phonon/AbstractVideoOutput
@@ -159,6 +159,10 @@ include/phonon4qt5/phonon/volumefaderinterface.h
include/phonon4qt5/phonon/volumeslider.h
lib/cmake/phonon4qt5/Phonon4Qt5Config.cmake
lib/cmake/phonon4qt5/Phonon4Qt5ConfigVersion.cmake
+lib/cmake/phonon4qt5/Phonon4Qt5ExperimentalConfig.cmake
+lib/cmake/phonon4qt5/Phonon4Qt5ExperimentalConfigVersion.cmake
+lib/cmake/phonon4qt5/PhononExperimentalTargets-noconfig.cmake
+lib/cmake/phonon4qt5/PhononExperimentalTargets.cmake
lib/cmake/phonon4qt5/PhononTargets-noconfig.cmake
lib/cmake/phonon4qt5/PhononTargets.cmake
lib/libphonon4qt5.so
@@ -169,10 +173,9 @@ lib/libphonon4qt5experimental.so.4
lib/libphonon4qt5experimental.so.${PKGVERSION}
lib/pkgconfig/phonon4qt5.pc
qt5/mkspecs/modules/qt_phonon4qt5.pri
-qt5/plugins/designer/libphononwidgets.so
+qt5/plugins/designer/phononwidgets.so
share/dbus-1/interfaces/org.kde.Phonon4Qt5.AudioOutput.xml
share/phonon4qt5/buildsystem/COPYING-CMAKE-SCRIPTS
-share/phonon4qt5/buildsystem/FindAutomoc4.cmake
share/phonon4qt5/buildsystem/FindPackageHandleStandardArgs.cmake
share/phonon4qt5/buildsystem/FindPhononInternal.cmake
share/phonon4qt5/buildsystem/MacroEnsureVersion.cmake
@@ -180,4 +183,6 @@ share/phonon4qt5/buildsystem/MacroLogFeature.cmake
share/phonon4qt5/buildsystem/MacroOptionalFindPackage.cmake
share/phonon4qt5/buildsystem/MacroPushRequiredVars.cmake
share/phonon4qt5/buildsystem/PhononMacros.cmake
+share/phonon4qt5/buildsystem/PhononQt4.cmake
+share/phonon4qt5/buildsystem/PhononQt5.cmake
share/phonon4qt5/buildsystem/cmake_uninstall.cmake.in