summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authormarkd <markd>2013-11-09 22:58:08 +0000
committermarkd <markd>2013-11-09 22:58:08 +0000
commit973bfdae3c1407a55a0cca0e25fc43a37bf289d9 (patch)
tree7a8330b5b67d13a00d5339f8cdcbb4fb88ba6c58 /multimedia
parentcb6f5a288ed557b9c7d7d05e90fbfd16e3f2fa77 (diff)
downloadpkgsrc-973bfdae3c1407a55a0cca0e25fc43a37bf289d9.tar.gz
Update to phonon-backend-vlc 0.7.0
* Support VLC 2.1.0's upcoming appid API setting more application information for PulseAudio. * Reduce performance overhead in audio/video-less setups by not loading dummy plugins at all and removing unnecessary dynamic loading logic. * Internal API redesign to ensure important abstract code is executed. * Partially backed new MediaController subtitle API (explicit font setting is not working as expected in VLC 2.0) * Implement equalizer Effect support. This is only going to appear in VLC 2.2, so the feature remains not present when built against lower versions. * When building against VLC 2.1 the new video title API is used to disable displaying the video title when a video starts to play. This is going to replace the manually set argument for libvlc_new in the long run. * Phonon VLC is now the highest rated backend due to its high quality. This means that whenever an additional backend is installed and the user did not choose a preferred backend Phonon VLC will be used by default. Bug Fixes * Stride calculation for surface painting is done correctly now (affects VideoWidget inside QProxyWidget) * Queued tracks are now correctly played when the current track is about to end. * DirectSound and CoreAudio are no longer marked as advanced devices. This makes auto-selection of devices work on Windows and OSX. * Track selection on AudioCds via the MediaController is now working as intended. * Prevent libpa crashes due to empty user-agent information. * Reduce scope of non-reentrant PulseAudio envrionment setup. Limited due to missing API backing in libvlc. * Subtitle selection now uses correct index mapping preventing off-by-one issues.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/phonon-backend-vlc/Makefile7
-rw-r--r--multimedia/phonon-backend-vlc/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/phonon-backend-vlc/Makefile b/multimedia/phonon-backend-vlc/Makefile
index cd51012d571..e768c45c77f 100644
--- a/multimedia/phonon-backend-vlc/Makefile
+++ b/multimedia/phonon-backend-vlc/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2013/06/06 12:54:53 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/09 22:58:08 markd Exp $
-DISTNAME= phonon-backend-vlc-0.6.2
-PKGREVISION= 3
+DISTNAME= phonon-backend-vlc-0.7.0
CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-vlc/0.6.2/}
+MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-vlc/0.7.0/src/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
diff --git a/multimedia/phonon-backend-vlc/distinfo b/multimedia/phonon-backend-vlc/distinfo
index f04963cf489..621be667a80 100644
--- a/multimedia/phonon-backend-vlc/distinfo
+++ b/multimedia/phonon-backend-vlc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/05/21 12:23:46 markd Exp $
+$NetBSD: distinfo,v 1.2 2013/11/09 22:58:08 markd Exp $
-SHA1 (phonon-backend-vlc-0.6.2.tar.xz) = 6c12107389831e433918e34468e8829568003964
-RMD160 (phonon-backend-vlc-0.6.2.tar.xz) = 1efb66a7a0650ccdc574a8fac2b1efd9c99b2e17
-Size (phonon-backend-vlc-0.6.2.tar.xz) = 55500 bytes
+SHA1 (phonon-backend-vlc-0.7.0.tar.xz) = 8ebf032d7a87064e1307ff3f421aef2b07088681
+RMD160 (phonon-backend-vlc-0.7.0.tar.xz) = faee9ceaccddffa7c040e73eff6ba50a6ab8f1b4
+Size (phonon-backend-vlc-0.7.0.tar.xz) = 58648 bytes