summaryrefslogtreecommitdiff
path: root/multimedia/phonon-backend-vlc
diff options
context:
space:
mode:
authormarkd <markd>2014-11-30 03:07:09 +0000
committermarkd <markd>2014-11-30 03:07:09 +0000
commit8d427311678b9e835076974265d702695a2d7edc (patch)
tree283d6cef0f7ac2563ad5410ff6ee5d66d0624187 /multimedia/phonon-backend-vlc
parentd25166c2d518808a90c67c9b814827e9bc7511ae (diff)
downloadpkgsrc-8d427311678b9e835076974265d702695a2d7edc.tar.gz
Update phonon-backend-vls to 0.8.1
Code style improvements. VLC 2.2 compatibility Changing the volume through the PulseAudio stream itself is not propagated to Phonon AudioOutputs, meaning the application can not reflect volume changes done through other applications (e.g. a volume mixer). Changing the muteness through the PulseAudio stream is not propagated either. The PulseAudio media.role property (as well as derived properties) is always set to 'video' making all Phonon application use the video category for output device selection (e.g. as seen in the Phonon KCM). Revised the logic used to come up with an icon name for libvlc. Setting the libvlc app id is now only dependent on QCoreApplication::applicationName being set (previously it was also dependent on QCoreApplication::applicationVersion). This change was made to accomodate the fact that most applications neglect to set a version. Prevent cross-thread pause attempts on unpausable media as libvlc internally will call stop when a player can not be paused. This could cause a deadlock when using the paused-play feature with internet streams.
Diffstat (limited to 'multimedia/phonon-backend-vlc')
-rw-r--r--multimedia/phonon-backend-vlc/Makefile6
-rw-r--r--multimedia/phonon-backend-vlc/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/phonon-backend-vlc/Makefile b/multimedia/phonon-backend-vlc/Makefile
index 4160fef8c59..7b9715575bb 100644
--- a/multimedia/phonon-backend-vlc/Makefile
+++ b/multimedia/phonon-backend-vlc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2014/08/12 07:58:48 markd Exp $
+# $NetBSD: Makefile,v 1.9 2014/11/30 03:07:09 markd Exp $
-DISTNAME= phonon-backend-vlc-0.7.2
+DISTNAME= phonon-backend-vlc-0.8.1
CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-vlc/0.7.2/src/}
+MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-vlc/0.8.1/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
diff --git a/multimedia/phonon-backend-vlc/distinfo b/multimedia/phonon-backend-vlc/distinfo
index 9f8ed0a38ab..f0e40f28383 100644
--- a/multimedia/phonon-backend-vlc/distinfo
+++ b/multimedia/phonon-backend-vlc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/08/12 07:58:48 markd Exp $
+$NetBSD: distinfo,v 1.5 2014/11/30 03:07:09 markd Exp $
-SHA1 (phonon-backend-vlc-0.7.2.tar.xz) = 635cd0232bd9df4a8a812c569bcf905f242671c3
-RMD160 (phonon-backend-vlc-0.7.2.tar.xz) = 259d13085c084308fd7643604ae6c4c6709b0d92
-Size (phonon-backend-vlc-0.7.2.tar.xz) = 58988 bytes
+SHA1 (phonon-backend-vlc-0.8.1.tar.xz) = b35c3326a868b1fc84fba4cf1d0a94ce2f931fbf
+RMD160 (phonon-backend-vlc-0.8.1.tar.xz) = b1b7ced8133d42226df0784a9cfd329ff2f42d2c
+Size (phonon-backend-vlc-0.8.1.tar.xz) = 59852 bytes