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

List:       kde-commits
Subject:    playground/base/nepomuk-kde
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2010-11-22 19:41:37
Message-ID: 20101122194137.70EDDAC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199809 by trueg:

Added build stuff for kolena

 M  +14 -0     CMakeLists.txt  


--- trunk/playground/base/nepomuk-kde/CMakeLists.txt #1199808:1199809
@@ -14,6 +14,17 @@
 find_package(Soprano REQUIRED)
 find_package(Nepomuk REQUIRED)
 
+find_package(Tesseract)
+find_package(TIFF)
+
+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(SHAREDDESKTOPONTOLOGIES_FOUND "Shared desktop ontologies" "Desktop \
ontologies" "http://oscaf.sourceforge.net" TRUE "0.3.61" "Ontologies necessary for \
the Nepomuk semantic desktop.")  macro_log_feature(Soprano_FOUND "Soprano" "Soprano \
RDF storage libraries" "kdesupport" TRUE "${SOPRANO_MIN_VERSION}" "Required to build \
anything.")  macro_log_feature(Nepomuk_FOUND "Nepomuk" "Nepomuk semantic desktop \
libraries" "kdelibs" TRUE "" "Required to build anything.") @@ -39,6 +50,9 @@
 
 add_definitions(-DDISABLE_NEPOMUK_LEGACY=1)
 
+if(TESSERACT_FOUND AND TIFF_FOUND)
+  add_subdirectory(olena)
+endif(TESSERACT_FOUND AND TIFF_FOUND)
 add_subdirectory(resource-visualization)
 add_subdirectory(pimo)
 add_subdirectory(nepomukutils)


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

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