Description of problem: I understand that there will be no PLF repo in Mageia, but ffmpeg spec file is set to only add non-free features when building for PLF. If the intention is to have non-free codecs enabled in the tainted repo, then can I suggest that libfaac is also enabled in ffmpeg by default if this is possible under whatever license is involved - (of which I know nothing). I guess this would involve also making libfaac a dependency of ffmpeg. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Reproducible: Steps to Reproduce:
CC: (none) => dglent
Once it's decided how packages will be pushed to the tainted repo, this will be fixed.
ffmpeg is now in tainted
Status: NEW => RESOLVEDResolution: (none) => FIXED
Actually, they way the spec is done is we just reuse the plf macros in there, no need to reimplement them (sometimes the plf macros are too many, lots of enabled/disabled codecs); so pterjan just used: %if "%distro_section" == "tainted" %global build_plf 1 %endif easier this way and also makes syncing the specs between mdv and mga faster.