Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82439

Summary: pwlibs does not honour the v4l2 USE flag
Product: Gentoo Linux Reporter: Joe <jcn>
Component: [OLD] DevelopmentAssignee: voip herd (OBSOLETE) <voip+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: gnome
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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