Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368681 - kde-base/konqueror-4.6.2: remove or fix thumbnail USE flag (ffmpegthumbs, mplayerthumbs)
Summary: kde-base/konqueror-4.6.2: remove or fix thumbnail USE flag (ffmpegthumbs, mpl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-25 12:09 UTC by Nikoli
Modified: 2011-05-25 21:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2011-05-25 12:09:06 UTC
konqueror has 'thumbnail? ( $(add_kdebase_dep mplayerthumbs) )', but dolphin and digikam have:
        thumbnail? (
                || (
                        $(add_kdebase_dep ffmpegthumbs)
                        $(add_kdebase_dep mplayerthumbs)
                )
        )
        video? (
                || (
                        $(add_kdebase_dep ffmpegthumbs)
                        $(add_kdebase_dep mplayerthumbs)
                )
        )

ffmpegthumbs works fine for me with konqueror, but it seems better to remove thumbnail USE and deps from konqueror because it is able to use them only when dolphin is installed.

P.S. Please make mplayerthumbs optional in kdemultimedia-meta, ffmpegthumbs works much better and faster then mplayerthumbs with phonon+gstreamer backend.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-05-25 21:06:26 UTC
Both make sense and have been done.