Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37693 - xine-lib doesn't support ipv6
Summary: xine-lib doesn't support ipv6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 07:15 UTC by Anders Rune Jensen (RETIRED)
Modified: 2004-03-21 12:49 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 Anders Rune Jensen (RETIRED) gentoo-dev 2004-01-09 07:15:39 UTC
Building Xine-lib doesn't handle the ipv6 use flag. 

Adding something like the following fixes this:

        use sparc \
                && myconf="${myconf} --enable-vis"

+        use ipv6 \
+                && myconf="${myconf} --enable-ipv6"

        econf ${myconf} || die "Configure failed"


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
no ipv6 support

Expected Results:  
ipv6 support
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-09 07:17:04 UTC
I think we should start putting the use_enable and use_with syntax in things, btw
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-03-21 12:49:17 UTC
latest xine-lib has support