#1275 closed task (fixed)
Debian Wheezy and Ubuntu Precise support in 1.0
Reported by: | Antoine Martin | Owned by: | Smo |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | platforms | Version: | trunk |
Keywords: | deb wheezy precise | Cc: |
Description (last modified by )
Thanks to the private ffmpeg libraries (#1256), we can support some really old Debian distros with only minor fixes:
- r13185 (cms) + r13184 (Image) + r13188 (jpeg bug): support for the really old PIL version
- r13183: opencv compatibility
- r13186: ssl fix (#1252)
- r13187: re-add deb packaging dependencies
It is usable, and better than being stuck with the 0.14.x branch.
Remaining issues:
- pyopengl version is too old.. (restore compatibility for v3.0.x?)
- sound crashes, similar to #1267
- default installs may not have pulseaudio running: so #1274 would help
- warning
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
- nothing we can do about this, also happens on centos, this is due to a bug in this version of pygobject - ideally, add python-lz4 to precise
Attachments (1)
Change History (7)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 5 years ago by
Owner: | changed from Antoine Martin to Smo |
---|---|
Status: | assigned → new |
Despite a fix (r13244 / #1274) to not try to use pulseaudio if it isn't running, sound still doesn't work on wheezy: attachment/ticket/1275/autoaudiosink-err.txt.
The pipeline goes from NULL to READY to PAUSED and then the sound subprocess exits. And I don't have time to chase this.
Status: all versions from Debian Wheezy / Ubuntu Precise onwards should work, have opengl enabled (bar greylist / blacklist), without too many warnings.
comment:5 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The version has been pushed out and I haven't seen any complaints about this yet, so closing.
comment:6 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1275
The sound crashes are fixed in r13194 (incomplete for centos, see #1267).
r13196 re-adds gstreamer 0.10 as dependency for wheezy and precise.
Build fixes: r13234 + r13235, relax opengl compat: r13232 + r13233 + r13236.