Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300364 - media-video/ffmpeg-0.5_p20373: faac USE flag is broken
Summary: media-video/ffmpeg-0.5_p20373: faac USE flag is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 05:07 UTC by Nikoli
Modified: 2010-01-26 15:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix (ffmpeg.ebuild.diff,1.09 KB, patch)
2010-01-10 05:08 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2010-01-10 05:07:16 UTC
It must be disabled if USE encode is diesabled like other flags for encoding (mp3, vorbis, theora, x264, xvid).

>>> Emerging (24 of 39) media-video/ffmpeg-0.5_p20373
 * ffmpeg-0.5_p20373.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                           [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                 [ ok ]
>>> Unpacking source...                                                                                                                                      
>>> Unpacking ffmpeg-0.5_p20373.tar.bz2 to /Media/temp/portage/portage/media-video/ffmpeg-0.5_p20373/work                                                    
>>> Source unpacked in /Media/temp/portage/portage/media-video/ffmpeg-0.5_p20373/work                                                                        
>>> Preparing source in /Media/temp/portage/portage/media-video/ffmpeg-0.5_p20373/work/ffmpeg-0.5_p20373 ...                                                 
>>> Source prepared.                                                                                                                                         
>>> Configuring source in /Media/temp/portage/portage/media-video/ffmpeg-0.5_p20373/work/ffmpeg-0.5_p20373 ...                                               
true                                                                                                                                                         
ERROR: libfaac not found                                                                                                                                     

If you think configure made a mistake, make sure you are using the latest
version from SVN.  If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem. 

Reproducible: Always

Steps to Reproduce:
1. emerge -C faac 
2. USE="-encode faac" emerge ffmpeg
3.
Comment 1 Nikoli 2010-01-10 05:08:35 UTC
Created attachment 215894 [details, diff]
fix
Comment 2 Dror Levin (RETIRED) gentoo-dev 2010-01-26 15:00:30 UTC
Fixed in 0.5_p20601-r1 and 9999-r1. Thanks for reporting.