pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/phonon-backend-vlc Update to phonon-backend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcb7b01aa799
branches:  trunk
changeset: 626382:dcb7b01aa799
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Nov 09 22:58:08 2013 +0000

description:
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:

 multimedia/phonon-backend-vlc/Makefile |  7 +++----
 multimedia/phonon-backend-vlc/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r c752eeed367c -r dcb7b01aa799 multimedia/phonon-backend-vlc/Makefile
--- a/multimedia/phonon-backend-vlc/Makefile    Sat Nov 09 22:50:56 2013 +0000
+++ b/multimedia/phonon-backend-vlc/Makefile    Sat Nov 09 22:58:08 2013 +0000
@@ -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@localhost
diff -r c752eeed367c -r dcb7b01aa799 multimedia/phonon-backend-vlc/distinfo
--- a/multimedia/phonon-backend-vlc/distinfo    Sat Nov 09 22:50:56 2013 +0000
+++ b/multimedia/phonon-backend-vlc/distinfo    Sat Nov 09 22:58:08 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index