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

Bug 91988

Summary: mplayer-1.0_pre7 missing "faad" use flag
Product: Gentoo Linux Reporter: Alessio D'Ascanio <g3ntaro>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for mplayer-1.0_pre7.ebuild

Description Alessio D'Ascanio 2005-05-09 03:08:38 UTC
this ebuild is missing of this use flag to use

--enable-external-faad build with external FAAD2 (AAC) support [autodetect]

in configure script

Reproducible: Always
Steps to Reproduce:
1. emerge -pv mplayer
Comment 1 Alessio D'Ascanio 2005-05-09 03:57:00 UTC
Created attachment 58462 [details, diff]
patch for mplayer-1.0_pre7.ebuild

adds faad USE flag and

myconf="${myconf} $(use_enable faad external-faad)"

to enable external faad when requested
Comment 2 Luca Barbato gentoo-dev 2005-05-09 15:40:46 UTC
we use aac to enable aac support and I tend to avoid external libraries if mplayer is already providing them. I know that is a limitation but I would have to split every useflag with internal and external and the resulting ebuild would be quite problematic to mantain.