Opened 11 years ago
Closed 11 years ago
#41512 closed defect (fixed)
pidgin: missing dependency on gtk2, links with gstreamer, farstream/farsight2
Reported by: | dbevans (David B. Evans) | Owned by: | nefar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | pidgin |
Description
After the recent upgrade of gconf to version 3.2.6, pidgin now needs to declare an explicit dependency on gtk2. gconf now depends on gtk3 but pidgin does not.
In addition, although the intent of the port is to disable voice and video support using gstreamer and farstream/farsight2, the port still links to these ports if they are installed. Looks like this is due to a change in configure options from previous versions.
Port attached that adds the gtk2 dependency and adjusts the configuration arguments to ensure that gstreamer and farstream are not used. Let me know if this is OK to commit since this can break the pidgin build.
Attachments (1)
Change History (2)
Changed 11 years ago by dbevans (David B. Evans)
Attachment: | patch-pidgeon.diff added |
---|
comment:1 Changed 11 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch committed in r113951, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
Proposed patch for Portfile