diff options
author | danfe <danfe@FreeBSD.org> | 2015-11-16 13:30:50 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-11-16 13:30:50 +0800 |
commit | 8bbd819fd3d86b0a66c1e5eba22428b09b1b7a18 (patch) | |
tree | c3dc580d6a26b0820e4a23584337e5acbcc85015 | |
parent | 6783a219d2447d51eaace1feffebbebd7f3a6e62 (diff) | |
download | freebsd-ports-gnome-8bbd819fd3d86b0a66c1e5eba22428b09b1b7a18.tar.gz freebsd-ports-gnome-8bbd819fd3d86b0a66c1e5eba22428b09b1b7a18.tar.zst freebsd-ports-gnome-8bbd819fd3d86b0a66c1e5eba22428b09b1b7a18.zip |
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).
-rw-r--r-- | audio/deadbeef-mpris-plugin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |