Bug 187727 - multimedia/xfce4-xmms-plugin does not support Audacious
Summary: multimedia/xfce4-xmms-plugin does not support Audacious
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 09:40 UTC by ml
Modified: 2014-03-24 22:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ml 2014-03-19 09:40:00 UTC
In spite of its description claming it supports XMMS and Audacious, this ports does not work with Audacious.
AFAICT it looks for libadacious.so, which is not provided by audacious port.

Since Beep support has been removed long ago and XMMS was recently forbidden, this port is now totally useless.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-03-19 23:02:32 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 23:03:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-xfce

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 Olivier Duchateau freebsd_committer freebsd_triage 2014-03-22 10:24:55 UTC
Responsible Changed
From-To: freebsd-xfce->olivierd

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-24 21:52:41 UTC
Author: olivierd
Date: Mon Mar 24 21:52:38 2014
New Revision: 349071
URL: http://svnweb.freebsd.org/changeset/ports/349071
QAT: https://qat.redports.org/buildarchive/r349071/

Log:
  Chase multimedia/xmms deprecation and expiration date.
  
  Contrary to what Makefile mentions, we can choose player (Audacious or XMMS).
  Plugin still searches XMMS, and development stopped since 3 years.
  It belongs of obsolete library (x11-toolkits/libxfce4gui).
  
  PR:		187727
  Submitted by:	Andrea Venturoli

Modified:
  head/multimedia/xfce4-xmms-plugin/Makefile

Modified: head/multimedia/xfce4-xmms-plugin/Makefile
==============================================================================
--- head/multimedia/xfce4-xmms-plugin/Makefile	Mon Mar 24 21:49:59 2014	(r349070)
+++ head/multimedia/xfce4-xmms-plugin/Makefile	Mon Mar 24 21:52:38 2014	(r349071)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Xfce4 XMMS control plugin for xfce4-panel
 
+DEPRECATED=	Abandonware, and can't select another player instead XMMS
+EXPIRATION_DATE=	2014-04-27
+
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USES=		gettext gmake pkgconfig
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Olivier Duchateau freebsd_committer freebsd_triage 2014-03-24 21:59:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!