pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/phonon Update to phonon 4.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12f81617a19f
branches:  trunk
changeset: 626380:12f81617a19f
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Nov 09 22:45:05 2013 +0000

description:
Update to phonon 4.7.0

* MediaSource(QString) is now deprecated, MediaSource(QUrl) should be
  used instead.
* New build option PHONON_ASSERT_STATES to debug incoherent or incorrect
  state changes from the backend.
* Documentation cleanup.
* Normalized internal QObject connections.
* Experimental support for building libphonon using QMake; limited control
  over feature set and installation path.
* By default both official Phonon backends try to find a matching subtitle
  file for videos.
* Phonon's CMake build now uses CMake's own GNUInstallDirs which on most
  systems should correctly figure out where to put library files (in
  particular with regards to multi-architecture support on Linux). Should
  you wish to manually set the library installation path, please use
  CMAKE_INSTALL_LIBDIR rather than LIB_INSTALL_DIR from now on.
API Additions
* Additional subtitle API (only partially backed by Phonon VLC - see
  FeatureMatrix)
* BluRay support in libphonon (only backed by Phonon VLC)
Backend Exclusive API Additions
* New AudioOutputInterface47 allowing backends to get the Phonon
  Pulseaudio stream mapping ID which can be used together with
  PulseSupport::streamProperties to prevent [#321288]. Requires
  PHONON_BACKEND_VERSION_4_7 to be defined as with all new interface
  versions.
Bug Fixes
* AudioOutput::setVolume can now be called before entering Phonon::Playing
  state regardless of whether PulseAudio is in use or not.
* Consecutive streams no longer override each other's PulseAudio stream
  mapping.

diffstat:

 multimedia/phonon/Makefile |  7 +++----
 multimedia/phonon/PLIST    |  5 +----
 multimedia/phonon/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 12 deletions(-)

diffs (51 lines):

diff -r abee272af63e -r 12f81617a19f multimedia/phonon/Makefile
--- a/multimedia/phonon/Makefile        Sat Nov 09 22:23:26 2013 +0000
+++ b/multimedia/phonon/Makefile        Sat Nov 09 22:45:05 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2013/06/06 12:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2013/11/09 22:45:05 markd Exp $
 
-DISTNAME=      phonon-4.6.0
-PKGREVISION=   3
+DISTNAME=      phonon-4.7.0
 CATEGORIES=    multimedia
-MASTER_SITES=  ${MASTER_SITE_KDE:=phonon/4.6.0/src/}
+MASTER_SITES=  ${MASTER_SITE_KDE:=phonon/4.7.0/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    markd%NetBSD.org@localhost
diff -r abee272af63e -r 12f81617a19f multimedia/phonon/PLIST
--- a/multimedia/phonon/PLIST   Sat Nov 09 22:23:26 2013 +0000
+++ b/multimedia/phonon/PLIST   Sat Nov 09 22:45:05 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/05/21 12:13:14 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/11/09 22:45:05 markd Exp $
 include/KDE/Phonon/AbstractAudioOutput
 include/KDE/Phonon/AbstractMediaStream
 include/KDE/Phonon/AbstractVideoOutput
@@ -175,12 +175,9 @@
 share/phonon/buildsystem/FindAutomoc4.cmake
 share/phonon/buildsystem/FindPackageHandleStandardArgs.cmake
 share/phonon/buildsystem/FindPhononInternal.cmake
-share/phonon/buildsystem/FindQt4.cmake
 share/phonon/buildsystem/MacroEnsureVersion.cmake
 share/phonon/buildsystem/MacroLogFeature.cmake
 share/phonon/buildsystem/MacroOptionalFindPackage.cmake
 share/phonon/buildsystem/MacroPushRequiredVars.cmake
 share/phonon/buildsystem/PhononMacros.cmake
-share/phonon/buildsystem/Qt4ConfigDependentSettings.cmake
-share/phonon/buildsystem/Qt4Macros.cmake
 share/phonon/buildsystem/cmake_uninstall.cmake.in
diff -r abee272af63e -r 12f81617a19f multimedia/phonon/distinfo
--- a/multimedia/phonon/distinfo        Sat Nov 09 22:23:26 2013 +0000
+++ b/multimedia/phonon/distinfo        Sat Nov 09 22:45:05 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/05/21 12:13:14 markd Exp $
+$NetBSD: distinfo,v 1.8 2013/11/09 22:45:05 markd Exp $
 
-SHA1 (phonon-4.6.0.tar.xz) = d8dbc188b58c6dd9c6a73d3742a25291e647bb95
-RMD160 (phonon-4.6.0.tar.xz) = 4b6037744c519613f0e39065a92d6742305e1366
-Size (phonon-4.6.0.tar.xz) = 280712 bytes
+SHA1 (phonon-4.7.0.tar.xz) = feda28afe016fe38eb253f2be01973fc0226d10f
+RMD160 (phonon-4.7.0.tar.xz) = dfe1dd8febc3b8304368340438d4f4f692ac8572
+Size (phonon-4.7.0.tar.xz) = 329792 bytes



Home | Main Index | Thread Index | Old Index