(In reply to Vitaly Zaitsev from comment #12) ... > > If I would be accurate, you should also unbundle webrtc-audio-processing by making a webrtc-audio-processing-freeworld package. > I can unbundle it, but first someone need to add > webrtc-audio-processing-freeworld with full set of required algorithms. Well, you could make it. But it would be complicated given freeworld packages up to now are packages that can be installed on their own (like freetype-freeworld) and that are not installed as a mandatory dependency from another software. In others word, there would be a need to verify that webrtc-audio-processing-freeworld would not produce unexpected behavior with packages in fedora using the patent free webrtc-audio-processing from fedora. Another way would be to build this package with a rpath on a directory where the webrtc-audio-processing-freeworld would reside (outside of the linker search path). At this step, it seems easier to keep webrtc-audio-processing bundled. Anyway, I don't have strong opinion on this, you just need not to break others software.