[118029] trunk/dports/audio/phonon

michaelld at macports.org michaelld at macports.org
Wed Mar 19 13:07:13 PDT 2014


Revision: 118029
          https://trac.macports.org/changeset/118029
Author:   michaelld at macports.org
Date:     2014-03-19 13:07:12 -0700 (Wed, 19 Mar 2014)
Log Message:
-----------
phonon: update to 4.7.1.

Modified Paths:
--------------
    trunk/dports/audio/phonon/Portfile
    trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/audio/phonon/Portfile
===================================================================
--- trunk/dports/audio/phonon/Portfile	2014-03-19 19:50:45 UTC (rev 118028)
+++ trunk/dports/audio/phonon/Portfile	2014-03-19 20:07:12 UTC (rev 118029)
@@ -6,21 +6,20 @@
 PortGroup           cmake 1.0
 
 name                phonon
-version             4.6.0
-revision            1
+version             4.7.1
 categories          audio kde kde4
 license             {LGPL-2.1 LGPL-3}
 maintainers         michaelld openmaintainer
 description         Cross Platform Multimedia API used by KDE4
-long_description    Cross Platform Multimedia API used by KDE4
+long_description    Phonon is a multimedia, multi-platform sound \
+    framework for the application developer.
 platforms           darwin
 homepage            http://phonon.kde.org
-master_sites        kde:stable/${name}/${version}/src
+master_sites        kde:stable/${name}/${version}
 use_xz              yes
 distname            phonon-${version}
-checksums           md5     bbe0c1c62ed14c31479c4c1a6cf1e173 \
-                    sha1    d8dbc188b58c6dd9c6a73d3742a25291e647bb95 \
-                    rmd160  4b6037744c519613f0e39065a92d6742305e1366
+checksums           rmd160 15427574bfd8ef65713bb9a5dc5d1a52d6e5468d \
+                    sha256 4ff7802deeac1557166591deb9fc2bfdfcaacdeb5389d07f08255365fb91b75d
 
 depends_build-append  port:automoc
 
@@ -61,10 +60,6 @@
     move ${destroot}${prefix}/lib/cmake/phonon \
         ${destroot}${qt_cmake_module_dir}
 
-    # install 'phonon' header from Qt into include/phonon/.
-
-    xinstall -m 644 ${filespath}/phonon ${destroot}${prefix}/include/phonon
-
 }
 
 livecheck.type		regex

Modified: trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff	2014-03-19 19:50:45 UTC (rev 118028)
+++ trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff	2014-03-19 20:07:12 UTC (rev 118029)
@@ -1,11 +1,11 @@
---- CMakeLists.txt.orig	2012-05-31 21:31:49.000000000 -0400
-+++ CMakeLists.txt	2012-05-31 21:31:52.000000000 -0400
-@@ -38,7 +38,7 @@
- set(PHONON_LIB_MINOR_VERSION "6") # Only change on binary compatible changes with new interfaces
- set(PHONON_LIB_PATCH_VERSION "0") # Bump whenever you feel like it :P
+--- CMakeLists.txt.orig	2014-03-19 15:38:21.000000000 -0400
++++ CMakeLists.txt	2014-03-19 15:39:44.000000000 -0400
+@@ -23,7 +23,7 @@
+ set(PHONON_LIB_MINOR_VERSION "7") # Only change on binary compatible changes with new interfaces
+ set(PHONON_LIB_PATCH_VERSION "1") # Bump whenever you feel like it :P
  set(PHONON_LIB_VERSION "${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION}")
 -set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION})
 +set(PHONON_LIB_SOVERSION "${PHONON_LIB_MAJOR_VERSION}.4.0")
+ set(PHONON_LIB_SONAME phonon)
+ set(PHONON_LIB_SONAME_CAMEL Phonon)
  
- add_definitions(${QT_DEFINITIONS})
- remove_definitions(-DQT3_SUPPORT_WARNINGS -DQT3_SUPPORT)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140319/da728814/attachment.html>


More information about the macports-changes mailing list