]> git.pld-linux.org Git - packages/libextractor.git/blame - libextractor.spec
- updated to 0.5.15
[packages/libextractor.git] / libextractor.spec
CommitLineData
f62a8524 1#
b9f124d2 2# Conditional build:
9ef92358 3%bcond_without static_libs # don't build static library
f62a8524 4#
e6895d44 5Summary: Meta-data extraction library
1f56d8de 6Summary(pl): Biblioteka do ekstrakcji metadanych
e6895d44 7Name: libextractor
d24853e4 8Version: 0.5.15
5f9fc84b 9Release: 1
e6895d44 10License: GPL
11Group: Libraries
bf567ee8 12Source0: http://gnunet.org/libextractor/download/%{name}-%{version}.tar.gz
d24853e4 13# Source0-md5: 151a3027090c431f69b93560bc3c9908
fcbde899 14Patch0: %{name}-64bit.patch
bf567ee8 15URL: http://gnunet.org/libextractor/
1611298c
JB
16BuildRequires: autoconf >= 2.57
17BuildRequires: automake
ac956507 18BuildRequires: bzip2-devel
6ee1ab83 19BuildRequires: gettext-devel >= 0.14.5
f62a8524 20BuildRequires: glib2-devel >= 2.0.0
6ee1ab83 21BuildRequires: gtk+2-devel >= 2:2.6.0
7e423ac2 22BuildRequires: libgsf-devel
22ef719f
JB
23BuildRequires: libltdl-devel
24BuildRequires: libstdc++-devel
1611298c 25BuildRequires: libtool >= 2:1.5
e6895d44 26BuildRequires: libvorbis-devel
86780d97 27BuildRequires: mpeg2dec-devel
22ef719f 28BuildRequires: zlib-devel
e6895d44 29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
e6895d44 31%description
32libextractor is a simple library for meta-data extraction.
33libextractor uses a plugin-mechanism that makes it easy to add support
34for more file formats, allowing anybody to add new extractors quickly.
35
36libextractor currently features meta-data extractors for HTML, JPEG,
dba19c27 37Ogg, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real Audio and Video,
e6895d44 38PostScript and PDF documents. It also detects many more MIME-types in
39a fashion similar to the well-known "file" tool.
40
41Each item of meta-data that is extracted from a file is categorized
42into one of currently about 40 meta-data categories (e.g. title,
43author, description or MIME-type).
44
45This libextractor package also contains a little binary tool "extract"
46that can be used to invoke libextractor from the command line.
47"extract" can be used similar to "file", but while "file" currently
48supports a wider range of file types, "extract" should be able to
49provide more precise and more detailed information for the supported
dba19c27 50types of documents (HTML, JPEG, Ogg, MP3, PNG, GIF, RPM, RA, RM, PS,
e6895d44 51PDF, ZIP, QT, ASF).
52
53%description -l pl
1f56d8de 54