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

Bug 300364

Summary: media-video/ffmpeg-0.5_p20373: faac USE flag is broken
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: media-video
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix

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.