Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41073 - SWFTools ebuild doesn't configure AVI support
Summary: SWFTools ebuild doesn't configure AVI support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Don Seiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 21:47 UTC by Brandon Barker
Modified: 2004-02-21 11:52 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 Brandon Barker 2004-02-09 21:47:25 UTC
I'm not sure why this might be; I should probably learn more about ebuilds.  Anyway, I've even added "avi" to the USE list in /etc/make.conf, and I still get the following info during the ebuild configure:

checking for avifile-config... avifile-config
checking whether we can compile the avifile test program... no
* Couldn't compile the avifile test program.
* Disabling avi2swf tool...
updating cache ./config.cache

Thanks for the ebuild,
Brandon
Comment 1 Don Seiler (RETIRED) gentoo-dev 2004-02-11 06:35:08 UTC
The ebuild doesn't make use of any USE flags at the moment.  I'll look into what swftools needs for avi2swf support.
Comment 2 Don Seiler (RETIRED) gentoo-dev 2004-02-11 06:37:54 UTC
Hmm I have media-video/avifile installed and have /usr/bin/avifile-config, but still got the same output as you.

I'll look into the config, also I'll add avifile as a dep.
Comment 3 Don Seiler (RETIRED) gentoo-dev 2004-02-13 06:53:35 UTC
I've asked for help on the swftools-common mailing list.  Hopefully this is a pretty simple problem with an even simpler solution that is just evading my even simpler mind.
Comment 4 Don Seiler (RETIRED) gentoo-dev 2004-02-21 11:52:26 UTC
avi support is known to break in 0.7.38, so if USE=avi it will depend on avifile 0.7.37.20030522-r2, where it worked for me.