summaryrefslogtreecommitdiff
path: root/multimedia/phonon-qt5-backend-vlc
diff options
context:
space:
mode:
authormarkd <markd>2016-04-26 09:02:14 +0000
committermarkd <markd>2016-04-26 09:02:14 +0000
commit55c054745a2962482e5d9bf65a482fbfe5bc947c (patch)
tree8a14d04915ced3eb78d2e9a09d5e399a31c2cd91 /multimedia/phonon-qt5-backend-vlc
parent0488d277633af9af6cd212a36a0d81f07f63f489 (diff)
downloadpkgsrc-55c054745a2962482e5d9bf65a482fbfe5bc947c.tar.gz
Update phonon-{,qt5-}backend-vlc to 0.9.0
Changes * VLC 2.0 support was removed, VLC 2.1 is at least required to use the backend * CMake requirement aligned with libphonon (2.6.2 => 2.8.9) * Muting is now implemented asynchronously Bug Fixes * Restore build support with Qt <= 5.2 in the Qt 5 build. * Fixed building videowidget for OSX. * Fixed schemeless URLs VLC 2.2 API Pickup * New device listing API used for listing devices without PulseAudio enabled * New internal signals for muting, corking, and volume changes (these directly relate to new AudioOutputInterface49 API in libphonon providing these new libvlc features with appropriate frontend control in libphonon) * This partially improves PulseAudio integration as at least volume and mute control is now working correctly again via libvlc natively. PulseAudio Limitations * PulseAudio support is still not fully backed via libvlc and cannot be correctly intercepted by libphonon. As a result the following features continue to not work correctly: * runtime-device-rerouting: changing the device order in the Phonon configuration at runtime cannot force libvlc to use the correct device, if a device was manually set before it will not automatically migrate to a new device * runtime-device-selection: selecting a device at runtime is not possible (see above), as a result applications wanting to do this will get no result and a warning will be shown. This also means that the configuration module's Test button does not actually play a sound for anything but the primary device. * stream-category: setting a stream category (pulesaudio role) is not possible, all streams are always category Video
Diffstat (limited to 'multimedia/phonon-qt5-backend-vlc')
-rw-r--r--multimedia/phonon-qt5-backend-vlc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/phonon-qt5-backend-vlc/Makefile b/multimedia/phonon-qt5-backend-vlc/Makefile
index 67aed386002..432961a9cb6 100644
--- a/multimedia/phonon-qt5-backend-vlc/Makefile
+++ b/multimedia/phonon-qt5-backend-vlc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/04/11 19:01:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/04/26 09:02:14 markd Exp $
-DISTNAME= phonon-backend-vlc-0.8.2
+DISTNAME= phonon-backend-vlc-0.9.0
PKGNAME= ${DISTNAME:S/-/-qt5-/}
-PKGREVISION= 2
COMMENT= Multimedia API for KF5 - VLC backend