Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 05:30:51 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401754 - head/audio/deadbeef-mpris-plugin
Message-ID:  <201511160530.tAG5Up76052680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511160530.tAG5Up76052680>