Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82439 - pwlibs does not honour the v4l2 USE flag
Summary: pwlibs does not honour the v4l2 USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 01:54 UTC by Joe
Modified: 2005-02-18 13:48 UTC (History)
1 user (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 Joe 2005-02-18 01:54:10 UTC
pwlibs does not honour the v4l2 USE flag. 
The following changes need to be implemented in pwlib-xxx.ebuild


Reproducible: Always
Steps to Reproduce:
1. Set v4l2 in USE flags
2. emerge pwlib
3.

Actual Results:  
pwlib is build without v4l2 support

Expected Results:  
v4l2 support should be included if the USE flag is set.

If the foolowing changes are made then it honours the v4l2 flag.
And then gnomemeeting will use my sn9c102 camera :)


@@

-IUSE="ssl sdl ieee1394 alsa esd"
+IUSE="ssl sdl ieee1394 alsa esd v4l2"

@@

        plugins="oss v4l"

+       use v4l2 \
+                && myconf="${myconf} --enable-v4l2"
+
        use ieee1394 \
                && plugins="${plugins} avc dc"
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2005-02-18 13:48:33 UTC
Use-flag added to pwlib-1.8.3-r1, additionally building v4l2 plugin if enabled