Difference between revisions of "Libextractor"

From CBLFS
Jump to navigationJump to search
(Dependencies)
(Introduction to Libextractor: Added description.)
Line 9: Line 9:
 
== Introduction to Libextractor ==
 
== Introduction to Libextractor ==
  
<Package Description Needed>
+
libextractor is a library used to extract meta-data from files.  It is designed to use helper-libraries to perform the actual extraction.  libextractor supports the following formats: HTML, PDF, PS, OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1 and ID3v2), NSF (NES Sound Format), SID, OGG, WAV, EXIV2, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL, RIFF (AVI), MPEG, QT and ASF.
 +
 
 +
<b>Project Homepage:</b> http://gnunet.org/libextractor
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 17:25, 2 April 2007

Download Source: ftp://ftp.gnu.org/gnu/libextractor/libextractor-0.5.22.tar.gz

Introduction to Libextractor

libextractor is a library used to extract meta-data from files. It is designed to use helper-libraries to perform the actual extraction. libextractor supports the following formats: HTML, PDF, PS, OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1 and ID3v2), NSF (NES Sound Format), SID, OGG, WAV, EXIV2, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL, RIFF (AVI), MPEG, QT and ASF.

Project Homepage: http://gnunet.org/libextractor

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package

make install

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???