1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
Source: recoll
Section: x11
Priority: optional
Maintainer: Kartik Mistry <kartik@debian.org>
Build-Depends: bison,
debhelper-compat (= 13),
dh-python,
libaspell-dev,
libchm-dev,
libmagic-dev,
libqt5webkit5-dev,
libx11-dev,
libxapian-dev,
libxslt1-dev,
libz-dev,
meson,
ninja-build,
pkgconf,
python3-all,
python3-all-dev,
python3-setuptools,
qt6-base-dev,
qt6-l10n-tools,
qt6-webengine-dev
Vcs-Git: https://salsa.debian.org/debian/recoll.git
Vcs-Browser: https://salsa.debian.org/debian/recoll
Homepage: https://www.recoll.org
Standards-Version: 4.7.0
Rules-Requires-Root: no
Package: recoll
Architecture: all
Depends: recollcmd, recollgui, ${misc:Depends}
Description: Personal full text search package
This package is a personal full text search package is based on a very strong
backend (Xapian), for which it provides an easy to use and feature-rich
interface.
.
Features:
* Qt-based GUI.
* Supports the following document types (and their compressed versions).
- Natively: text, html, OpenOffice files, maildir and mailbox (Mozilla and
IceDove mail) with attachments, pidgin log files.
- With external helpers: pdf (pdftotext), postscript (ghostscript), msword
(antiword), excel, rtf (unrtf).
* Powerful query facilities, with boolean searches, phrases, filter on file
types and directory tree.
* Support for multiple charsets, Internal processing and storage uses Unicode
UTF-8.
* Stemming performed at query time (can switch stemming language after
indexing).
* Easy installation. No database daemon, web server or exotic language
necessary.
* An indexer which runs either as a thread inside the GUI or as an external,
cron'able program.
.
This metapackage installs recoll GUI and commandline tools.
Package: recollcmd
Architecture: any
Breaks: recollgui (<< 1.28.5-1)
Replaces: recollgui (<< 1.28.5-1)
Depends: librecoll39 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: aspell, python3, python3-recoll, xdg-utils, xsltproc
Suggests: antiword,
djvulibre-bin,
ghostscript,
groff,
libimage-exiftool-perl,
libinotifytools0,
libwpd-tools,
poppler-utils,
pstotext,
python3-chardet,
python3-chm,
python3-icalendar,
python3-lxml,
python3-mido,
python3-mutagen,
python3-py7zr,
python3-rarfile,
unrtf,
untex,
wv
Description: Command line programs for recoll
This package contains command line programs for a personal full text search
package recoll.
Package: recollgui
Architecture: any
Breaks: recollcmd (<< 1.28.5-1)
Replaces: recollcmd (<< 1.28.5-1)
Depends: recollcmd (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: GUI program and elements for recoll
This package contains main recoll GUI for configuring, controlling and
querying recoll indexes.
Package: python3-recoll
Architecture: any
Section: python
Depends: librecoll39 (= ${binary:Version}),
python3,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python extension for recoll (Python3)
Personal full text search package which is based on a very strong backend
(Xapian), for which it provides an easy to use and feature-rich interface.
.
This package provides Python3 extension module for recoll which can be use to
extend recoll such as an Ubuntu Unity Lens.
Package: librecoll39
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: recollcmd (<< 1.36.1-1)
Multi-Arch: same
Description: Base library for recoll and related extensions
This package contains the base code interfacing with Xapian and is used by the
recoll commands, the Python extensions, the KDE plugins.
Package: librecoll39-dev
Architecture: any
Section: libdevel
Depends: librecoll39 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Development files for librecoll
This package contains the development files for librecoll package, which is
base code interfacing with Xapian and is used by the recoll commands, the
Python extensions, the KDE plugins.
|