Bug 205338 - [PATCH] x11/xpra: update to 0.15.9
Summary: [PATCH] x11/xpra: update to 0.15.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jung-uk Kim
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-12-15 12:58 UTC by Matthew Rezny
Modified: 2015-12-15 22:57 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jkim)


Attachments
update x11/xpra to 0.15.9 (3.42 KB, patch)
2015-12-15 12:58 UTC, Matthew Rezny
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Rezny freebsd_committer freebsd_triage 2015-12-15 12:58:47 UTC
Created attachment 164266 [details]
update x11/xpra to 0.15.9

Update x11/xpra to 0.15.9 and do some cleanup on it.

Sound requires grestreamer, so add USE_GSTREAMER with python for the necessary binding and good to provide most applicable audio codecs. Remove the pkg-message which was based on outdated info from the Wiki; Pulse is not required for sound redirection, any source from which gstreamer can capture is supported for redirection.

Add options for Avahi and CUPS depends. These are essentially convenience options to continue to pull the python interfaces to Avahi and CUPS, both of which are strictly optional for xpra. It is nicer to have these as options so as not to pull in those entire subsystems. The options are on by default to keep consistent with prior behavior, the package will pull everything but ports users can turn of a few optional dependencies.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-12-15 22:55:56 UTC
A commit references this bug:

Author: jkim
Date: Tue Dec 15 22:54:57 UTC 2015
New revision: 403821
URL: https://svnweb.freebsd.org/changeset/ports/403821

Log:
  - Update to 0.15.9.
  - Add options to disable Avahi and CUPS.
  - Fix dependencies for sound support.
  - Remove pkg-message with out-dated information.

  PR:		205338

Changes:
  head/x11/xpra/Makefile
  head/x11/xpra/distinfo
  head/x11/xpra/pkg-message
Comment 2 Jung-uk Kim freebsd_committer freebsd_triage 2015-12-15 22:57:05 UTC
Committed (r403821), thanks!