#1379 closed defect (fixed)
Missing import in xpra/codecs/webp/encode.pyx
Reported by: | jonathan.underwood | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | android | Version: | trunk |
Keywords: | Cc: |
Description
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).
Attachments (1)
Change History (3)
Changed 5 years ago by
Attachment: | xpra-1.0-webp-encode-fix-import.patch added |
---|
comment:1 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1379
Note: See
TracTickets for help on using
tickets.
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: