Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
phonon: update to 4.9.1.
  • Loading branch information
michaelld committed Feb 8, 2017
1 parent 6113d93 commit bc69eca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions audio/phonon/Portfile
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name phonon
version 4.9.0
version 4.9.1
license {LGPL-2.1 LGPL-3}
maintainers michaelld openmaintainer
description Cross Platform Multimedia API used by KDE4
Expand All @@ -12,8 +12,8 @@ homepage http://phonon.kde.org
master_sites kde:stable/${name}/${version}
use_xz yes
distname phonon-${version}
checksums rmd160 42e3230c39319bcb5da4a8b2b14da7d8e563e772 \
sha256 bb74b40f18ade1d9ab89ffcd7aeb7555be797ca395f1224c488b394da6deb0e0
checksums rmd160 d6a348963d4ea5956a408c3f01ec2cda1beacfc4 \
sha256 67bee986f85ca8b575186c8ba58a85886cb3b1c3567c86a118d56129f221e69c

variant demos description {Build the demos} {
configure.args-append -DPHONON_BUILD_DEMOS:BOOL=ON
Expand Down
12 changes: 6 additions & 6 deletions audio/phonon/files/patch-CMakeLists.txt.diff
@@ -1,15 +1,15 @@
--- CMakeLists.txt.orig 2014-08-02 16:15:47.000000000 -0400
+++ CMakeLists.txt 2014-08-02 16:16:01.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 "2") # Bump whenever you feel like it :P
--- CMakeLists.txt.orig 2017-01-24 02:29:17.000000000 -0500
+++ CMakeLists.txt 2017-02-08 09:28:55.000000000 -0500
@@ -25,7 +25,7 @@
set(PHONON_LIB_MINOR_VERSION "9") # 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)

@@ -228,7 +228,7 @@
@@ -230,7 +230,7 @@
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PHONON_LIB_SONAME}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
endif(NOT WIN32)

Expand Down
8 changes: 4 additions & 4 deletions audio/phonon/files/patch-cmake_FindPhononInternal.cmake.diff
@@ -1,6 +1,6 @@
--- cmake/FindPhononInternal.cmake.orig 2015-03-06 22:10:22.000000000 -0500
+++ cmake/FindPhononInternal.cmake 2015-03-06 22:11:10.000000000 -0500
@@ -206,6 +206,9 @@
--- cmake/FindPhononInternal.cmake.orig
+++ cmake/FindPhononInternal.cmake
@@ -99,6 +99,9 @@
set(CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS "${CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS} -flat_namespace -undefined dynamic_lookup")

set(CMAKE_INSTALL_NAME_DIR ${LIB_INSTALL_DIR})
Expand All @@ -9,4 +9,4 @@
+ endif()
endif(APPLE)

# RPATH Handling
if (NOT PHONON_BUILD_PHONON4QT5) # Qt4

0 comments on commit bc69eca

Please sign in to comment.