Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385243 - media-libs/phonon-vlc: Should USE="v4l" instead of USE="v4l2" (and the USE flag is ignored)
Summary: media-libs/phonon-vlc: Should USE="v4l" instead of USE="v4l2" (and the USE fl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 385241
  Show dependency tree
 
Reported: 2011-10-01 18:39 UTC by Samuli Suominen (RETIRED)
Modified: 2011-10-02 19:59 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 Samuli Suominen (RETIRED) gentoo-dev 2011-10-01 18:39:28 UTC
Should be USE="v4l" instead.

And looks like the whole USE flag is ignored, nothing in CMakeLists.txt:

ssuominen@null /tmp/phonon-backend-vlc-0.4.1 $ grep -r -i v4l *
vlc/mediaobject.h:     * \li capture devices (V4L)
vlc/mediaobject.cpp:        if (driverName == QByteArray("v4l2")) {
vlc/mediaobject.cpp:            loadMedia(QLatin1Literal("v4l2://") % deviceName);
Comment 1 Maciej Mrozowski gentoo-dev 2011-10-02 19:47:51 UTC
It just supports the case when v4l2:// protocol works (I think some kdelibs or kdemultimedia component should provide that). Nothing v4l specific in phonon-vlc besides this so this USE flag and dependencies shlould be probably removed.