id3lib patch
This commit is contained in:
parent
e460844c86
commit
eed70e7003
@ -262,6 +262,12 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<a href="fc12/recoll-1.13.04-1.fc12.x86_64.rpm">
|
<a href="fc12/recoll-1.13.04-1.fc12.x86_64.rpm">
|
||||||
recoll-1.13.04-1.fc12.x86_64.rpm</a>.
|
recoll-1.13.04-1.fc12.x86_64.rpm</a>.
|
||||||
</p>
|
</p>
|
||||||
|
<p><b>Fedora Core 13 with Qt 4</b> i686
|
||||||
|
<a href="fc13/recoll-1.13.04-1.fc13.i686.rpm">
|
||||||
|
recoll-1.13.04-1.fc13.i686.rpm</a>. 64 bits version
|
||||||
|
<a href="fc13/recoll-1.13.04-1.fc13.x86_64.rpm">
|
||||||
|
recoll-1.13.04-1.fc13.x86_64.rpm</a>.
|
||||||
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|||||||
@ -45,8 +45,12 @@
|
|||||||
<dd>Qt versions from 3.1 to 4.5</dd>
|
<dd>Qt versions from 3.1 to 4.5</dd>
|
||||||
|
|
||||||
<dt><a name="doctypes">Document types</a></dt>
|
<dt><a name="doctypes">Document types</a></dt>
|
||||||
<dd>Supports the following document types (along with their
|
<dd>Recoll can index many document types (along with their
|
||||||
compressed versions):
|
compressed versions). Some types are handled internally (no
|
||||||
|
external application needed). Other types need some application to
|
||||||
|
be installed to extract the text. Types that only need common
|
||||||
|
very common utilities (awk/sed/groff etc.) are listed in the
|
||||||
|
native section.</dd>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Natively</dt>
|
<dt>Natively</dt>
|
||||||
@ -66,29 +70,36 @@
|
|||||||
<li><span class="literal">OpenOffice</span>
|
<li><span class="literal">OpenOffice</span>
|
||||||
files (needs <span class="command">unzip</span> command).</li>
|
files (needs <span class="command">unzip</span> command).</li>
|
||||||
|
|
||||||
<li><span class="literal">Microsoft Office Open XML</span>
|
<li><span class="literal">Abiword</span> files.</li>
|
||||||
files (needs <span class="command">unzip</span> command).</li>
|
|
||||||
|
|
||||||
<li><span class="literal">Abiword</span>
|
<li><span class="literal">Kword</span> files.</li>
|
||||||
files.</li>
|
|
||||||
|
|
||||||
<li><span class="literal">Kword</span>
|
<li><span class="literal">gaim</span> and <span
|
||||||
files.</li>
|
class="literal">purple</span> log files.</li>
|
||||||
|
|
||||||
<li><span class="literal">gaim</span> log files.</li>
|
|
||||||
|
|
||||||
<li><span class="literal">Lyx</span> files (needs
|
<li><span class="literal">Lyx</span> files (needs
|
||||||
<span class="literal">Lyx</span> to be installed).</li>
|
<span class="literal">Lyx</span> to be installed).</li>
|
||||||
|
|
||||||
<li><span class="literal">Scribus</span> files.</li>
|
<li><span class="literal">Scribus</span> files.</li>
|
||||||
|
|
||||||
|
<li><span class="literal">Man pages</span> (need <span
|
||||||
|
class="command">groff</span>).</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>With external helpers</dt>
|
<dt>With external helpers</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
|
<para>In addition to the applications listed below, many
|
||||||
|
document types need the <span
|
||||||
|
class="command">iconv</span> command.</para>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><span class="literal">Microsoft Office Open XML</span>
|
||||||
|
files with the <span class="command">unzip</span>
|
||||||
|
and <span class="command">xsltproc</span> commands.</li>
|
||||||
|
|
||||||
<li><span class="literal">pdf</span> with the <span
|
<li><span class="literal">pdf</span> with the <span
|
||||||
class="command">pdftotext</span> command, which can be
|
class="command">pdftotext</span> command, which can be
|
||||||
installed as part of <a href=
|
installed as part of <a href=
|
||||||
@ -105,7 +116,7 @@
|
|||||||
catdoc</a> utilities.</li>
|
catdoc</a> utilities.</li>
|
||||||
|
|
||||||
<li><span class="literal">CHM (Microsoft help)</span>
|
<li><span class="literal">CHM (Microsoft help)</span>
|
||||||
files (needs <span class="command">Python, pychm,
|
files (needs <span class="command">Python, pychm or
|
||||||
chmlib</span>).</li>
|
chmlib</span>).</li>
|
||||||
|
|
||||||
<li><span class="literal">Zip</span>
|
<li><span class="literal">Zip</span>
|
||||||
@ -147,7 +158,9 @@
|
|||||||
<a href="http://djvu.sourceforge.net">DjVuLibre</a>.
|
<a href="http://djvu.sourceforge.net">DjVuLibre</a>.
|
||||||
</li>
|
</li>
|
||||||
<li><span class="literal">mp3</span> tags support with
|
<li><span class="literal">mp3</span> tags support with
|
||||||
<a href="http://id3lib.sourceforge.net/">id3info (id3lib)</a>.
|
<a href="http://id3lib.sourceforge.net/">id3info
|
||||||
|
(id3lib)</a> (compiling id3lib on recent systems may need
|
||||||
|
a small patch, see <a href="id3lib.html">here</a>).
|
||||||
</li>
|
</li>
|
||||||
<li>Image file tags support with
|
<li>Image file tags support with
|
||||||
<a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">
|
<a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user