diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-03-25 10:14:53 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-03-25 10:14:53 +0000 |
commit | ccd7c5cb51b94b642004686079f4244d6eb1f0d1 (patch) | |
tree | 0ef43adf034a830b4d08842bd2cad5030e1f29b9 /multimedia/phonon-xine | |
parent | 6951a4e2684cc1085bc30b0ac843f4feadbde7db (diff) | |
download | ports-ccd7c5cb51b94b642004686079f4244d6eb1f0d1.tar.gz ports-ccd7c5cb51b94b642004686079f4244d6eb1f0d1.zip |
Notes
Diffstat (limited to 'multimedia/phonon-xine')
-rw-r--r-- | multimedia/phonon-xine/Makefile | 12 | ||||
-rw-r--r-- | multimedia/phonon-xine/distinfo | 5 | ||||
-rw-r--r-- | multimedia/phonon-xine/files/patch-CMakeLists.txt | 51 | ||||
-rw-r--r-- | multimedia/phonon-xine/files/patch-cmake__FindPhonon.cmake | 73 | ||||
-rw-r--r-- | multimedia/phonon-xine/files/patch-xine__CMakeLists.txt | 24 |
5 files changed, 15 insertions, 150 deletions
diff --git a/multimedia/phonon-xine/Makefile b/multimedia/phonon-xine/Makefile index 3c8ba50b0131..12e55ff322ce 100644 --- a/multimedia/phonon-xine/Makefile +++ b/multimedia/phonon-xine/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ PORTNAME= phonon -PORTVERSION= 4.4.2 +PORTVERSION= 4.4.4 CATEGORIES= multimedia kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${PHONON_BRANCH}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITE_SUBDIR= ${PHONON_BRANCH}/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src PKGNAMESUFFIX= -xine +DISTNAME= ${PORTNAME}-backend${PKGNAMESUFFIX}-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -29,12 +30,7 @@ QT_COMPONENTS= gui dbus xml phonon \ PLIST_SUB+= QT_PREFIX=${QT_PREFIX} -post-patch: -#fix finding automoc when PREFIX is not matched KDE4_PREFIX - ${REINPLACE_CMD} -e 's|NO_DEFAULT_PATH|${KDE4_PREFIX} NO_DEFAULT_PATH|' \ - ${WRKSRC}/cmake/FindAutomoc4.cmake - -pre-install: +pre-su-install: ${MKDIR} ${QT_PLUGINDIR}/phonon_backend post-install: diff --git a/multimedia/phonon-xine/distinfo b/multimedia/phonon-xine/distinfo index 5a88286e5da7..5e5369424863 100644 --- a/multimedia/phonon-xine/distinfo +++ b/multimedia/phonon-xine/distinfo @@ -1,3 +1,2 @@ -MD5 (KDE/phonon-4.4.2.tar.bz2) = d9eab28383783261254f1cef3b92a3fa -SHA256 (KDE/phonon-4.4.2.tar.bz2) = f1404c3f326201b382c26ba37f2d885d30bc71ba5fd8e1479afb632f92d93486 -SIZE (KDE/phonon-4.4.2.tar.bz2) = 629193 +SHA256 (KDE/phonon-backend-xine-4.4.4.tar.bz2) = 3d0ea02144f7309b9277dc05bc3c7f3235203110e3d310d25fde645075dd5396 +SIZE (KDE/phonon-backend-xine-4.4.4.tar.bz2) = 94556 diff --git a/multimedia/phonon-xine/files/patch-CMakeLists.txt b/multimedia/phonon-xine/files/patch-CMakeLists.txt deleted file mode 100644 index f80b37b9475a..000000000000 --- a/multimedia/phonon-xine/files/patch-CMakeLists.txt +++ /dev/null @@ -1,51 +0,0 @@ ---- ./CMakeLists.txt.orig 2009-01-22 11:20:44.000000000 +0300 -+++ ./CMakeLists.txt 2009-02-21 01:22:42.000000000 +0300 -@@ -127,12 +127,12 @@ - - try_run(_run_result _compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${_include_dirs}") - -- if(NOT _compile_result) -- message(FATAL_ERROR "Could not compile simple test program:\n ${_source}") -- endif(NOT _compile_result) -- if(_run_result) -- message(FATAL_ERROR "Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation.") -- endif(_run_result) -+# if(NOT _compile_result) -+# message(FATAL_ERROR "Could not compile simple test program:\n ${_source}") -+# endif(NOT _compile_result) -+# if(_run_result) -+# message(FATAL_ERROR "Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation.") -+# endif(_run_result) - - if (GCC_IS_NEWER_THAN_4_2) - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden") -@@ -255,8 +255,8 @@ - endif(APPLE) - - --add_subdirectory(phonon) --add_subdirectory(includes) -+#add_subdirectory(phonon) -+#add_subdirectory(includes) - if (Q_WS_MAC AND BUILD_PHONON_QT7) - add_subdirectory(qt7) - endif (Q_WS_MAC AND BUILD_PHONON_QT7) -@@ -265,13 +265,13 @@ - endif (Q_WS_WIN) - - if (Q_WS_X11) -- add_subdirectory(gstreamer) -+# add_subdirectory(gstreamer) - add_subdirectory(xine) - endif (Q_WS_X11) - --if(NOT WIN32) # pkgconfig file -- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/phonon.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/phonon.pc @ONLY) -- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/phonon.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) --endif(NOT WIN32) -+# if(NOT WIN32) # pkgconfig file -+# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/phonon.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/phonon.pc @ONLY) -+# install(FILES ${CMAKE_CURRENT_BINARY_DIR}/phonon.pc DESTINATION ${LIB_INSTALL_DIR}/../libdata/../libdata/../libdata/../libdata/../libdata/pkgconfig) -+# endif(NOT WIN32) - - macro_display_feature_log() diff --git a/multimedia/phonon-xine/files/patch-cmake__FindPhonon.cmake b/multimedia/phonon-xine/files/patch-cmake__FindPhonon.cmake deleted file mode 100644 index 44c470dd884b..000000000000 --- a/multimedia/phonon-xine/files/patch-cmake__FindPhonon.cmake +++ /dev/null @@ -1,73 +0,0 @@ ---- ./cmake/FindPhonon.cmake.orig 2009-02-21 01:19:39.000000000 +0300 -+++ ./cmake/FindPhonon.cmake 2009-02-21 01:19:39.000000000 +0300 -@@ -0,0 +1,70 @@ -+# Find libphonon -+# Once done this will define -+# -+# PHONON_FOUND - system has Phonon Library -+# PHONON_INCLUDES - the Phonon include directory -+# PHONON_LIBS - link these to use Phonon -+# PHONON_VERSION - the version of the Phonon Library -+ -+# Copyright (c) 2008, Matthias Kretz <kretz@kde.org> -+# -+# Redistribution and use is allowed according to the terms of the BSD license. -+# For details see the accompanying COPYING-CMAKE-SCRIPTS file. -+ -+macro(_phonon_find_version) -+ file(READ "${PHONON_INCLUDE_DIR}/phonon/phononnamespace.h" _phonon_header LIMIT 5000 OFFSET 1000) -+ string(REGEX MATCH "define PHONON_VERSION_STR \"(4\\.[0-9]+\\.[0-9a-z]+)\"" _phonon_version_match "${_phonon_header}") -+ set(PHONON_VERSION "${CMAKE_MATCH_1}") -+ message(STATUS "Phonon Version: ${PHONON_VERSION}") -+endmacro(_phonon_find_version) -+ -+find_package(PkgConfig) -+PKG_CHECK_MODULES(PKG_PHONON phonon) -+ -+if(PHONON_FOUND) -+ # Already found, nothing more to do except figuring out the version -+ _phonon_find_version() -+else(PHONON_FOUND) -+ if(PHONON_INCLUDE_DIR AND PHONON_LIBRARY) -+ set(PHONON_FIND_QUIETLY TRUE) -+ endif(PHONON_INCLUDE_DIR AND PHONON_LIBRARY) -+ -+ # As discussed on kde-buildsystem: first look at CMAKE_PREFIX_PATH, then at the suggested PATHS (kde4 install dir) -+ find_library(PHONON_LIBRARY NAMES phonon PATHS ${PKG_PHONON_LIBRARY_DIRS} ${KDE4_PREFIX}/lib ${KDE4_LIB_INSTALL_DIR} ${QT_LIBRARY_DIR} NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH) -+ # then at the default system locations (CMAKE_SYSTEM_PREFIX_PATH, i.e. /usr etc.) -+ find_library(PHONON_LIBRARY NAMES phonon) -+ -+ find_path(PHONON_INCLUDE_DIR NAMES phonon/phonon_export.h PATHS ${PKG_PHONON_INCLUDE_DIRS} ${KDE4_PREFIX}/include ${KDE4_INCLUDE_INSTALL_DIR} ${QT_INCLUDE_DIR} ${INCLUDE_INSTALL_DIR} NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH) -+ find_path(PHONON_INCLUDE_DIR NAMES phonon/phonon_export.h) -+ -+ if(PHONON_INCLUDE_DIR AND PHONON_LIBRARY) -+ set(PHONON_LIBS ${phonon_LIB_DEPENDS} ${PHONON_LIBRARY}) -+ set(PHONON_INCLUDES ${PHONON_INCLUDE_DIR}/KDE ${PHONON_INCLUDE_DIR}/phonon ${PHONON_INCLUDE_DIR}) -+ set(PHONON_FOUND TRUE) -+ _phonon_find_version() -+ else(PHONON_INCLUDE_DIR AND PHONON_LIBRARY) -+ set(PHONON_FOUND FALSE) -+ endif(PHONON_INCLUDE_DIR AND PHONON_LIBRARY) -+ -+ if(PHONON_FOUND) -+ if(NOT PHONON_FIND_QUIETLY) -+ message(STATUS "Found Phonon: ${PHONON_LIBRARY}") -+ message(STATUS "Found Phonon Includes: ${PHONON_INCLUDES}") -+ endif(NOT PHONON_FIND_QUIETLY) -+ else(PHONON_FOUND) -+ if(Phonon_FIND_REQUIRED) -+ if(NOT PHONON_INCLUDE_DIR) -+ message(STATUS "Phonon includes NOT found!") -+ endif(NOT PHONON_INCLUDE_DIR) -+ if(NOT PHONON_LIBRARY) -+ message(STATUS "Phonon library NOT found!") -+ endif(NOT PHONON_LIBRARY) -+ message(FATAL_ERROR "Phonon library or includes NOT found!") -+ else(Phonon_FIND_REQUIRED) -+ message(STATUS "Unable to find Phonon") -+ endif(Phonon_FIND_REQUIRED) -+ endif(PHONON_FOUND) -+ -+ -+ mark_as_advanced(PHONON_INCLUDE_DIR PHONON_LIBRARY PHONON_INCLUDES) -+endif(PHONON_FOUND) diff --git a/multimedia/phonon-xine/files/patch-xine__CMakeLists.txt b/multimedia/phonon-xine/files/patch-xine__CMakeLists.txt index a36be59bb980..7d0b44f9f3a7 100644 --- a/multimedia/phonon-xine/files/patch-xine__CMakeLists.txt +++ b/multimedia/phonon-xine/files/patch-xine__CMakeLists.txt @@ -1,19 +1,13 @@ --- ./xine/CMakeLists.txt.orig 2009-01-08 17:47:18.000000000 +0300 +++ ./xine/CMakeLists.txt 2009-02-21 01:19:39.000000000 +0300 -@@ -27,6 +27,7 @@ - endif (NOT _OFFT_IS_64BIT) - endif (UNIX) +@@ -88,9 +88,7 @@ + SET(XINEWIDGET_FOUND FALSE) + endif(XCB_FOUND) -+find_package(Phonon) - macro_optional_find_package(Xine) - macro_optional_find_package(XCB) +- +- +-include_directories(${XINE_INCLUDE_DIR}) ++include_directories(${PHONON_INCLUDES} ${XINE_INCLUDE_DIR}) -@@ -97,7 +98,7 @@ - - - if(XINE_FOUND) -- include_directories(${XINE_INCLUDE_DIR}) -+ include_directories(${PHONON_INCLUDES} ${XINE_INCLUDE_DIR}) - - configure_file(config-xine-widget.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xine-widget.h ) - + configure_file(config-xine-widget.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xine-widget.h ) + configure_file(xine.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/xine.desktop) |