#52732 closed enhancement (fixed)
kopete: remove dependency on xmms, gtk1
Reported by: | dbevans (David B. Evans) | Owned by: | NicosPavlov |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | xmms kopete |
Description
Kopete's optional ListenNow plugin currently depends on xmms, an outdated gtk1 based audio player. xmms was superceded by xmms2 some years ago.
I'm currently trying to remove gtk1 and obsolete gtk1-based ports that depend on it and this dependency is one of the blocking items.
I'd appreciate it if you would either update this plugin to use xmms2 or another newer port or just disable the plugin until such an update is available.
Thanks for your help
Attachments (1)
Change History (4)
Changed 8 years ago by dbevans (David B. Evans)
Attachment: | patch-kopete-disable-nowlistening.diff added |
---|
comment:1 Changed 8 years ago by dbevans (David B. Evans)
Attached is a simple patch to disable kopete's nowlistening pluging, removing the dependency on xmms, glib1 and gtk1.
Also see upstream discussion some time ago (2010) about generalizing the plugin to allow it to work with any player that follows the MPRIS standard. Looks like this never happened due to lack of interest/manpower.
At any rate, let me know if I have your authority as maintainer to submit this change so that xmms, glib1 and gtk1 can be removed.
comment:2 Changed 8 years ago by NicosPavlov
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by NicosPavlov
Thanks for submitting the patch, committed as mentioned above. I also added a patch to avoid opportunistic linking to xmms.
Patch to disable nowlistening plugin