Xpra: Ticket #1379: Missing import in xpra/codecs/webp/encode.pyx

xpra-1.0 fails to build, complaining about this:

Compiling xpra/net/ben
Error compiling Cython file:
------------------------------------------------------------
...
import os
from xpra.log import Logger
log = Logger("encoder", "webp")
from xpra.util envbool
              ^
------------------------------------------------------------
xpra/codecs/webp/encode.pyx:11:15: Expected 'import' or 'cimport'
code/cython_bencode.pyx because it changed.
Compiling xpra/net/vsock.pyx because it changed.

Patch attached (trivial).



Sat, 10 Dec 2016 11:56:23 GMT - jonathan.underwood: attachment set


Sat, 10 Dec 2016 12:02:17 GMT - Antoine Martin: status changed; resolution set

Thanks, applied to v1.0.x in r14524.

Note: all the packages we build have had webp disabled and webp support has now been removed in trunk as of r14508, together with csc_opencl and csc_opencv. That's because:


Sat, 23 Jan 2021 05:22:38 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1379