https://bugzilla.redhat.com/show_bug.cgi?id=1244196



--- Comment #14 from Kevin Kofler <[email protected]> ---
The minimum to do to get a legally redistributable tarball is to run the
clean_ffmpeg.sh script (uses process_ffmpeg_gyp.py) from spot's Chromium SRPMs.
(That doesn't unbundle or remove FFmpeg, mind you, it just removes the
encumbered files from it.) Simpler would be to rm -rf third_party/ffmpeg
entirely, if we can get stuff to build without it (but then we need the
GStreamer stuff or codec support will be almost nonexistent).

This might also be needed, if QtWebEngine is including those reference_build
directories too:
find . -depth -name reference_build -type d -exec rm -rf {} \;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to