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

List:       kde-commits
Subject:    playground/base/nepomuk-kde/annotation/plugins
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2010-11-21 18:47:36
Message-ID: 20101121184736.31C4DAC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199375 by trueg:

Adjust build system to new olena + tesseract

 M  +11 -11    CMakeLists.txt  


--- trunk/playground/base/nepomuk-kde/annotation/plugins/CMakeLists.txt \
#1199374:1199375 @@ -1,15 +1,15 @@
 find_package(Tesseract)
 find_package(TIFF)
-find_package(Milena)
+#find_package(Milena)
 
-#macro_log_feature( TESSERACT_HACKED_FOUND "Tesseract"
-#  "A commercial quality OCR engine developed at HP in the 80's and early 90's - A \
hacked version which makes it work with kdelibs is required by the Olena annotation \
                plugin."
-#  "http://code.google.com/p/tesseract-ocr/"
-#  FALSE "" "")
-#macro_log_feature( TIFF_FOUND "Tiff"
-#  "Library for manipulation of TIFF (Tag Image File Format) images - Required by \
                the Olena annotation plugin."
-#  "http://www.remotesensing.org/libtiff/"
-#  FALSE "" "")
+macro_log_feature( TESSERACT_FOUND "Tesseract"
+  "A commercial quality OCR engine developed at HP in the 80's and early 90's."
+  "http://code.google.com/p/tesseract-ocr/"
+  FALSE "" "")
+macro_log_feature( TIFF_FOUND "Tiff"
+  "Library for manipulation of TIFF (Tag Image File Format) images - Required by the \
Olena annotation plugin." +  "http://www.remotesensing.org/libtiff/"
+  FALSE "" "")
 #macro_log_feature( MILENA_SCRIBO_FOUND "Milena"
 #  "Library for text recognition in pictures. Scribo support is required."
 #  "http://olena.lrde.epita.fr/"
@@ -32,9 +32,9 @@
 add_subdirectory(scribo)
 add_subdirectory(dbpedia)
 add_subdirectory(context)
-if(TESSERACT_FOUND AND TIFF_FOUND AND MILENA_SCRIBO_FOUND)
+if(TESSERACT_FOUND AND TIFF_FOUND)
   add_subdirectory(olena)
-endif(TESSERACT_FOUND AND TIFF_FOUND AND MILENA_SCRIBO_FOUND)
+endif(TESSERACT_FOUND AND TIFF_FOUND)
 
 # NCO
 #kde4_add_plugin(nepomuk_ncoannotationplugin nco.cpp)


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

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