svn commit: r401754 - head/audio/deadbeef-mpris-plugin

Alexey Dokuchaev danfe at FreeBSD.org
Mon Nov 16 05:30:52 UTC 2015


Author: danfe
Date: Mon Nov 16 05:30:50 2015
New Revision: 401754
URL: https://svnweb.freebsd.org/changeset/ports/401754

Log:
  This port no longer works with recent versions of glib and/or DeaDBeeF: the
  player crashes upon loading plugin.  There are some patches floating on the
  Internet that attempt to fix this, but they only partially address the bug;
  plugin still crashes as soon as it calls g_dbus_connection_emit_signal().
  
  Point users to somewhat limited, but working `audio/deadbeef-mpris2-plugin'
  port instead, and deprecate this one (expiring in six months).

Modified:
  head/audio/deadbeef-mpris-plugin/Makefile

Modified: head/audio/deadbeef-mpris-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-mpris-plugin/Makefile	Mon Nov 16 05:07:07 2015	(r401753)
+++ head/audio/deadbeef-mpris-plugin/Makefile	Mon Nov 16 05:30:50 2015	(r401754)
@@ -12,6 +12,10 @@ COMMENT=	MPRIS plugin for DeaDBeeF music
 
 LICENSE=	GPLv3
 
+BROKEN=		does not work with recent versions of glib and/or DeaDBeeF
+DEPRECATED=	Abandonware; use `audio/deadbeef-mpris2-plugin' instead
+EXPIRATION_DATE=	2016-05-16
+
 BUILD_DEPENDS=	${LOCALBASE}/include/deadbeef/deadbeef.h:${PORTSDIR}/audio/deadbeef
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list