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

List:       kde-commits
Subject:    extragear/multimedia/amarok
From:       Christophe Giboudeaux <cgiboudeaux () gmail ! com>
Date:       2009-07-14 21:27:58
Message-ID: 1247606878.790489.908.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 996772 by cgiboudeaux:

The FindLibLastFm.cmake documentation states that LIBLASTFM_FOUND is set whether the \
library is found.

Fix the CMakeLists accordingly.

BUG: 200238


 M  +1 -1      CMakeLists.txt  
 M  +4 -4      cmake/modules/FindLibLastFm.cmake  
 M  +2 -2      src/services/CMakeLists.txt  


--- trunk/extragear/multimedia/amarok/CMakeLists.txt #996771:996772
@@ -59,7 +59,7 @@
     macro_log_feature( STRIGI_FOUND "strigi" "Index metadata of files" \
"http://strigi.sourceforge.net" TRUE "" "" )  
     macro_optional_find_package(LibLastFm)
-    macro_log_feature( LibLastFm_FOUND "liblastfm" "Enable Last.Fm service, \
including scrobbling, song submissions, and suggested song dynamic playlists" \
"http://cdn.last.fm/src/liblastfm-0.3.0.tar.bz2" FALSE "0.3" "" ) +    \
macro_log_feature( LIBLASTFM_FOUND "liblastfm" "Enable Last.Fm service, including \
scrobbling, song submissions, and suggested song dynamic playlists" \
"http://cdn.last.fm/src/liblastfm-0.3.0.tar.bz2" FALSE "0.3" "" )  
     if (WITH_IPOD)
 	FIND_PACKAGE(Ipod)
--- trunk/extragear/multimedia/amarok/cmake/modules/FindLibLastFm.cmake \
#996771:996772 @@ -30,13 +30,13 @@
 
 
 if(LIBLASTFM_INCLUDE_DIR AND LIBLASTFM_LIBRARY)
-   set(LibLastFm_FOUND TRUE)
+   set(LIBLASTFM_FOUND TRUE)
    message(STATUS "Found liblastfm: ${LIBLASTFM_INCLUDE_DIR}, ${LIBLASTFM_LIBRARY}")
 else(LIBLASTFM_INCLUDE_DIR AND LIBLASTFM_LIBRARY)
-   set(LibLastFm_FOUND FALSE)   
-   if (LibLastFm_FIND_REQUIRED)
+   set(LIBLASTFM_FOUND FALSE)   
+   if (LIBLASTFM_FIND_REQUIRED)
       message(FATAL_ERROR "Could NOT find required package LibLastFm")
-   endif(LibLastFm_FIND_REQUIRED)
+   endif(LIBLASTFM_FIND_REQUIRED)
 endif(LIBLASTFM_INCLUDE_DIR AND LIBLASTFM_LIBRARY)
 
 mark_as_advanced(LIBLASTFM_INCLUDE_DIR LIBLASTFM_LIBRARY)
--- trunk/extragear/multimedia/amarok/src/services/CMakeLists.txt #996771:996772
@@ -5,7 +5,7 @@
 add_subdirectory( mp3tunes )
 add_subdirectory( ampache )
 add_subdirectory( shoutcast )
-if( LibLastFm_FOUND )
+if( LIBLASTFM_FOUND )
 	add_subdirectory( lastfm )
-endif( LibLastFm_FOUND )
+endif( LIBLASTFM_FOUND )
 add_subdirectory( opmldirectory )


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

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