FS#29959 - [libextractor] few pkg in optional depend

Attached to Project: Community Packages
Opened by Mick (earnon) - Sunday, 20 May 2012, 20:57 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 21 May 2012, 07:50 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The 'libextractor' binary doesn't need few package (add this in optional depend).


Additional info:
* package version(s): 0.6.2-5 to 0.6.3-1

Steps to reproduce:
In a terminal, use the next command

[root@host ~]# ldd $(pacman -Qql libextractor) 2>/dev/null | grep -E '(^/|gtk|gsf|mpeg|vorb|exiv|FLAC|poppler|Qt)' | grep -B1 -E '(gtk|gsf|mpeg|vorb|exiv|FLAC|poppler|Qt)'
/usr/lib/libextractor/libextractor_exiv2.so
libexiv2.so.11 => ...
/usr/lib/libextractor/libextractor_flac.so
libFLAC.so.8 => ...
/usr/lib/libextractor/libextractor_mpeg.so
libmpeg.so.0 => ...
/usr/lib/libextractor/libextractor_ogg.so
libvorbisfile.so.3 => ...
libvorbis.so.0 => ...
/usr/lib/libextractor/libextractor_ole2.so
libgsf-1.so.114 => ...
/usr/lib/libextractor/libextractor_pdf.so
libpoppler.so.19 => ...
/usr/lib/libextractor/libextractor_thumbnailgtk.so
libgtk-x11-2.0.so.0 => ...
/usr/lib/libextractor/libextractor_thumbnailqt.so
libQtGui.so.4 => ...
libQtCore.so.4 => ...
libQtSvg.so.4 => ...

Add commentary for optionals depends :
- libltdl
- exiv2 (optional) for metadata support
- flac (optional) for flac support
- gtk2 (optional) for the gtk2 GUI interface/thumbnails
- libgsf (optional) for ODF support
- libmpeg2 (optional) for mpeg support
- libvorbis (optional) for ogg/vorbis support
- poppler (optional) for pdf support
- qt (optional) for the Qt GUI interface/thumbnails

The 'libextractor' need only 'libltdl' package, others are just for extract meta-data from files.
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 21 May 2012, 07:50 GMT
Reason for closing:  Fixed

Loading...