Logoj0ke.net Open Build Service > Projects > devel > libextractor > Meta
Sign Up | Log In

Meta Configuration of Package libextractor

 
1
<package name="libextractor" project="devel">
2
  <title>Library to Extract Metadata from Files</title>
3
  <description>Using libextractor, you can extract metadata from files of arbitrary
4
types. Supported file formats include HTML, PDF, DVI, PS, MP3, OGG,
5
WAV, JPEG, GIF, PNG, TIFF, RPM, ZIP, TAR, ELF, REAL, RIFF (AVI), MPEG,
6
QT, and ASF. Also, various additional MIME types are detected.
7
8
Helper libraries perform the extraction. It is extendable by linking
9
against external extractors for additional file types.
10
11
The goal is to provide developers of indexing tools with a universal
12
library to obtain simple keywords to match against queries.
13
libextractor contains a shell command "extract" that, similar to the
14
well-known "file" command, can extract metadata from a file and print
15
the results to stdout.
16
</description>
17
  <person userid="hostmaster" role="maintainer"/>
18
  <build>
19
    <enable repository="SLE_10"/>
20
    <disable/>
21
  </build>
22
  <publish>
23
    <enable repository="SLE_10"/>
24
    <disable/>
25
  </publish>
26
  <url>http://savannah.gnu.org/projects/libextractor</url>
27
</package>
28