[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/phonon
From:       Gustavo P. Boiko <gustavo.boiko () kdemail ! net>
Date:       2008-02-25 20:49:12
Message-ID: 1203972552.745719.11531.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 779304 by boiko:

The xine backend is not a requirement on Mac. Make it optional


 M  +4 -2      CMakeLists.txt  


--- trunk/KDE/kdebase/runtime/phonon/CMakeLists.txt #779303:779304
@@ -20,8 +20,10 @@
    if (NOT Q_WS_WIN) #no xine on windows to look for, and running the find breaks \
stuff  macro_optional_find_package(Xine)
 
-      # if no xinelib at all is available say that we want 1.1.9
-      macro_log_feature(XINE_FOUND "Xine" "xine-lib 1.1.x is required for the \
multimedia backend" "http://sourceforge.net/project/showfiles.php?group_id=9655&package_id=9732" \
TRUE "1.1.9" "The xine development libraries (v1.1.9 or above) are required to \
provide audio and video support. Using the latest 1.1.x version is recommended. Run \
cmake again with the variable KDE4_DISABLE_MULTIMEDIA set if you really want to build \
KDE without multimedia support (this is not supported)." ) +      if (NOT Q_WS_MAC) # \
mac has the qt7 backend, so xine is optional +          # if no xinelib at all is \
available say that we want 1.1.9 +          macro_log_feature(XINE_FOUND "Xine" \
"xine-lib 1.1.x is required for the multimedia backend" \
"http://sourceforge.net/project/showfiles.php?group_id=9655&package_id=9732" TRUE \
"1.1.9" "The xine development libraries (v1.1.9 or above) are required to provide \
audio and video support. Using the latest 1.1.x version is recommended. Run cmake \
again with the variable KDE4_DISABLE_MULTIMEDIA set if you really want to build KDE \
without multimedia support (this is not supported)." ) +      endif(NOT Q_WS_MAC)
       if(XINE_FOUND)
          string(REGEX REPLACE "^[0-9]*\\.([0-9]*)\\.[0-9]*$" "\\1" \
                XINE_MINOR_VERSION ${XINE_VERSION})
          string(REGEX REPLACE "^[0-9]*\\.[0-9]*\\." "" XINE_BUGFIX_VERSION \
${XINE_VERSION})


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic