Page MenuHomeFreeBSD

Update x11/xpra to 2.0
ClosedPublic

Authored by rezny on Mar 23 2017, 7:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 22, 5:50 AM
Unknown Object (File)
Sun, Dec 22, 5:50 AM
Unknown Object (File)
Nov 9 2024, 7:21 PM
Unknown Object (File)
Oct 29 2024, 12:40 PM
Unknown Object (File)
Oct 28 2024, 8:34 PM
Unknown Object (File)
Oct 28 2024, 9:25 AM
Unknown Object (File)
Oct 25 2024, 4:22 AM
Unknown Object (File)
Oct 23 2024, 8:10 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8247
Build 8490: arc lint + arc unit

Event Timeline

x11/xpra/Makefile
17–18

This should probably be USES=jpeg

126–127

Use -exec ... {} + here

Optimize use of the find command as mat suggested

rezny added inline comments.
x11/xpra/Makefile
17–18

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.