Page MenuHomeFreeBSD

Update x11/xpra to 2.0
ClosedPublic

Authored by rezny on Mar 23 2017, 7:00 AM.
Tags
None
Referenced Files
F80157878: D10115.id26589.diff
Thu, Mar 28, 4:49 PM
Unknown Object (File)
Jan 11 2024, 11:20 AM
Unknown Object (File)
Dec 20 2023, 12:27 PM
Unknown Object (File)
Dec 20 2023, 12:40 AM
Unknown Object (File)
Dec 12 2023, 6:30 AM
Unknown Object (File)
Nov 11 2023, 4:06 AM
Unknown Object (File)
Nov 8 2023, 5:38 PM
Unknown Object (File)
Nov 7 2023, 6:48 PM
Subscribers

Details

Summary

Update of xpra to 2.0, which is mainly removing obsoleted options and switching to jpeg-turbo.

Test Plan

Poudriere 10.3/11.0 amd64/i386 OK, run verified on 11 amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

x11/xpra/Makefile
17 ↗(On Diff #26589)

This should probably be USES=jpeg

127 ↗(On Diff #26589)

Use -exec ... {} + here

Optimize use of the find command as mat suggested

rezny added inline comments.
x11/xpra/Makefile
17 ↗(On Diff #26589)

No, the port specifically uses turbojpeg. The changelog for 2.0 lists "faster native turbojpeg codec" under Features and setup.py contains pkg_config_version("1.4", "libturbojpeg")
Also, I did already try USES=jpeg just to see, but the result was that stage-qa said to add the LIB_DEPENDS on libturbojpeg.so because that is the library that is linked, not libjpeg.so

This revision is now accepted and ready to land.Mar 29 2017, 3:02 PM
This revision was automatically updated to reflect the committed changes.