From 8bbd819fd3d86b0a66c1e5eba22428b09b1b7a18 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 16 Nov 2015 05:30:50 +0000 Subject: 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). --- audio/deadbeef-mpris-plugin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/deadbeef-mpris-plugin/Makefile b/audio/deadbeef-mpris-plugin/Makefile index 019feb3882ca..307d26d6870c 100644 --- a/audio/deadbeef-mpris-plugin/Makefile +++ b/audio/deadbeef-mpris-plugin/Makefile @@ -12,6 +12,10 @@ COMMENT= MPRIS plugin for DeaDBeeF music player 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} -- cgit