Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362539 - net-voip/linphone video flags should be rename to reflect its use
Summary: net-voip/linphone video flags should be rename to reflect its use
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mounir Lamouri (volkmar) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-07 22:36 UTC by tdr
Modified: 2011-04-09 06:37 UTC (History)
2 users (show)

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 tdr 2011-04-07 22:36:40 UTC
The video flag for net-voip/linphone provides v4l version 1 support.  

Reproducible: Always

Steps to Reproduce:
1. USE="video" emerge linphone


Actual Results:  
emerge fails due to missing v4l version 1 support if medeiasteamer is not built with vide4linux version 1 support (currently the video flag on it)

Expected Results:  
detection of v4l-1 or v4l-2 support, using what is available

Renaming the flag to v4l or v4l1 or v4l-old will not fix anything, but will be consistent with the v4l2 flag.  It will also avoid confusion with packages using "video" to pull in video player deps (e.g. ffmpeg/mplayer).  And, it will help clarify which packages use v4l version 1 during migration away for version 1 since >=2.6.36 kernel/headers no longer provide version 1 support.

The package does not seem to support v4l2 but uses the flag to pull mediastreamer +video as a dep, which provides v4l version 1 support for mediastreamer.  Bug# 362537 requests the same flag renaming be done with mediastreamer, so if done, renaming on both should happen at the same time.
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2011-04-09 06:37:36 UTC
As I said in mediastreamer bug I'd better kept video USE flag to reflect it's usage and not one library that is used to provide video capabilities for mediastreamer and linphone. In any case thank you for report.