-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x265/encoder.pyx:449:26: undeclared name not builtin: Dict #4010
Comments
Why would you manually enable a codec that is disabled by default? |
@sagitter oh, and please try to learn from the packaging that we already do here - chances are that there are many other issues that you don't know about. |
for those mad enough to want to try to enable it
the real fix here is : |
@sergiomb2 No. Seriously, do NOT enable this codec! I've tried making it difficult to enable, I've tried telling people time and time again to not enable it, but I guess the only way to prevent self harm is this: ec12676. |
Hi, @totaam , ok. since x265 is not advised I ask you about openh264 and x264 the other 2 that are in freeworld package , are openh264 and x264 useful for end users in general ? |
I am well aware of the Fedora way of packaging things as it has caused breakage for users of our repositories in the past. On the server side:
|
I don't know what's happened in past, me and @sergiomb2 taking care of Xpra Fedora RPMs (and that unofficial one in RPMFusion) now, we must respect the packaging rules of Fedora Project but we also want to follow your recommendations. We can evaluate the chance to replicate your sub-packages organization with official RPMs of Xpra in Fedora but respecting the Packaging Rules of course; in this case external packages are useless except if they contain proprietary codecs. |
@sagitter here is a simple example of a commit that was added to v5 packaging to make it easier for users to upgrade / downgrade to / from v6. |
@totaam where ? |
@sergiomb2 oops! |
Hi all.
Describe the bug
x265 encoder is not compiled with
Cython-0.29.33
andPython-3.11
in Fedora 38:System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: