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

List:       kde-commits
Subject:    KDE/kdeedu/kstars
From:       Allen Winter <winter () kde ! org>
Date:       2007-12-13 18:33:10
Message-ID: 1197570790.106075.3567.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 748141 by winterz:

a bit more description log messages for the optional packages.


 M  +8 -6      CMakeLists.txt  


--- trunk/KDE/kdeedu/kstars/CMakeLists.txt #748140:748141
@@ -5,12 +5,18 @@
 include(CheckIncludeFiles)
 
 macro_optional_find_package(USB)
+macro_log_feature(LIBUSB_FOUND "libusb" "User level access to USB devices" \
"http://libusb.sourceforge.net/" FALSE "" "Provides KStars INDI support.") +
 macro_optional_find_package(CFitsio)
+macro_bool_to_01(CFITSIO_FOUND HAVE_CFITSIO_H)
+macro_log_feature(CFITSIO_FOUND "libcfitsio" "A library for reading and writing data \
files in FITS (Flexible Image Transport System) data format" \
"http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html" FALSE "3.03" "Gives \
KStars support for FITS images.") +
 macro_optional_find_package(SBIG)
+macro_log_feature(SBIG_FOUND "libsbigudrv" "SBIG Universal Driver" \
"http://indi.sourceforge.net/" FALSE "1.00" "Needed by KStars.") +
 macro_optional_find_package(Nova)
-
-macro_bool_to_01(CFITSIO_FOUND HAVE_CFITSIO_H)
 macro_bool_to_01(NOVA_FOUND HAVE_NOVA_H)
+macro_log_feature(NOVA_FOUND "libnova" "A general purpose, double precision, \
Celestial Mechanics, Astrometry and Astrodynamics library" \
"http://libnova.sourceforge.net" FALSE "0.12.1" "Needed by KStars.")  
 check_include_files(linux/videodev2.h HAVE_LINUX_VIDEODEV2_H)
 check_include_files(termios.h TERMIOS_FOUND)
@@ -21,10 +27,6 @@
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-kstars.h.cmake \
${CMAKE_CURRENT_BINARY_DIR}/config-kstars.h )  \
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-kstars.h.cmake \
${CMAKE_CURRENT_BINARY_DIR}/config.h )  
-macro_log_feature(LIBUSB_FOUND "libusb" "User level access to USB devices" \
                "http://libusb.sourceforge.net/" FALSE "" "for KStars INDI support.")
-macro_log_feature(SBIG_FOUND "libsbigudrv" "SBIG Universal Driver is needed by \
                KStars." "http://indi.sourceforge.net/" FALSE "1.00" "")
-macro_log_feature(CFITSIO_FOUND "libcfitsio" "CFITSIO Library is needed by KStars." \
                "http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html" FALSE \
                "3.03" "")
-macro_log_feature(NOVA_FOUND "libnova" "libnova is needed by KStars." \
"http://libnova.sourceforge.net" FALSE "0.12.1" "")  
 add_subdirectory( kstars )
 


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

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