Switch to unified view

a b/packaging/debian/debianrclqt4/control-lucid
1
Source: recoll
2
Section: x11
3
Priority: optional
4
Maintainer: Jean-Francois Dockes <jf@dockes.org>
5
Build-Depends: debhelper (>= 7), 
6
         autotools-dev,
7
         libqt4-dev,
8
         libxapian-dev (>= 1.0.15),
9
         libx11-dev,
10
         libz-dev
11
Standards-Version: 3.8.3
12
13
Package: recoll
14
Architecture: any
15
Depends: ${shlibs:Depends}, ${misc:Depends}
16
Recommends: aspell, python
17
Suggests: antiword, catdoc, ghostscript, libimage-exiftool-perl, poppler-utils, unrtf, python-mutagen, xsltproc
18
Description: a personal full text search package with a QT GUI
19
 The Recoll personal full text search package is based on a very strong 
20
 backend (Xapian), for which it provides an easy to use and feature-rich 
21
 interface.
22
 .
23
 Features:
24
    * QT-based GUI.
25
    * Supports the following document types (and their compressed versions): 
26
      - Natively: text, html, OpenOffice files, maildir and mailbox 
27
        (Mozilla and Thunderbird mail ok) with attachments, gaim log files.
28
      - With external helpers:  pdf (pdftotext), postscript (ghostscript),
29
        msword (antiword), excel, ppt (catdoc), rtf (unrtf), 
30
    * Powerful query facilities, with boolean searches, phrases, filter on
31
      file types and directory tree. 
32
    * Support for multiple charsets. Internal processing and storage uses
33
      Unicode UTF-8. 
34
    * Stemming performed at query time (can switch stemming language after
35
      indexing) 
36
    * Easy installation. No database daemon, web server or exotic language
37
      necessary. 
38
    * An indexer which runs either as a thread inside the GUI or as an
39
      external, cron'able program. 
40
 .
41
  Homepage: <http://www.lesbonscomptes.com/recoll>