forked from pool/ffmpeg-7
Disable xvid plugin build and dependence #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "qzhao/ffmpeg-7:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since legal reviewers are concerned xvid patents have not expired
in Brazil, which should not be used in a commercial context.
https://en.wikipedia.org/wiki/Xvid
Please review, thank you.
With that, SLE will still enable xvid, and since Leap imports from SLE without rebuild, xvid will be enabled in Leap.
don't steal my line :^)
%if !0%{?is_opensuse}`, means in SLE.
%bcond_with xvid, means disable xvid, not enable.
For leap, see that:
$ osc -A https://api.opensuse.org meta prjconf openSUSE:Leap:15.6 | grep is_opensuse
%is_opensuse 1
So Leap enable xvid. Leap will re-build packages.
I remember someone in openSUSE said in the past that Don't add a separate log entry for these tinny obvious changes, just combine them with other mainly fixes. Since this line has already been commented out, I delete it to make the SPEC file more concise.
if it were rebuilt, it would carry a different Distribution: line.
cc @Pharaoh_Atem . Opinions? Fedora still has xvid in ffmpeg.
I've been advised that it is fine to ship in Fedora, and I would say that's sufficient to not worry about it here too.
If SUSE thinks it must do this, then there should be more submissions, e.g. to vlc and xvidcore.
I would not mind removing xvidcore, since it is just used as one potential mpeg4 encoder in ffmpeg (and not used for decode).
Checkout
From your project repository, check out a new branch and test the changes.