Commit 379980a6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Telepathy notify: remove plugin

As discussed in May 2012, this plugin has been deadlocking since
VLC 1.0.0. So I gather it is unused and unmaintained. Also, it does not
seem to be using libdbus safely.
parent cf431c51
......@@ -84,6 +84,7 @@ Removed modules:
* RTMP access_output: use libavformat avio instead
* Hildon GUI
* MSN messenger "now playing" (broken and unmaintained since VLC 1.0.0)
* Telepathy framework "now playing" (broken and unmaintained since VLC 1.0.0)
Changes between 2.0.2 and 2.0.3:
......
......@@ -799,14 +799,6 @@ then
VLC_ADD_LIBS([dbus],[$DBUS_LIBS])
VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS])
fi
dnl Check for Telepathy
AC_ARG_ENABLE(telepathy,
AS_HELP_STRING([--enable-telepathy],[Telepathy Presence plugin through DBus(default enabled)]))
if test "${enable_telepathy}" != "no"; then
VLC_ADD_PLUGIN([telepathy])
VLC_ADD_LIBS([telepathy],[$DBUS_LIBS])
VLC_ADD_CFLAGS([telepathy],[$DBUS_CFLAGS])
fi
dnl Power Management Inhibiter
VLC_ADD_PLUGIN([inhibit])
VLC_ADD_LIBS([inhibit],[$DBUS_LIBS])
......
......@@ -335,7 +335,6 @@ $Id$
* t140: T.140 text encoder
* taglib: Taglib tags parser and writer
* tdummy: dummy text renderer
* telepathy: Telepathy Presence information using MissionControl notification
* telx: teletext subtitles decoder
* theora: a theora video decoder/packetizer/encoder using the libtheora library
* transform: filter for horizontal and vertical image flips and 90° rotations
......
......@@ -5,4 +5,3 @@ LIBTOOL=@LIBTOOL@ --tag=CC
SOURCES_growl = growl.m
SOURCES_notify = notify.c
SOURCES_telepathy = telepathy.c
This diff is collapsed.
......@@ -951,7 +951,6 @@ modules/mux/ogg.c
modules/mux/wav.c
modules/notify/growl.m
modules/notify/notify.c
modules/notify/telepathy.c
modules/packetizer/copy.c
modules/packetizer/dirac.c
modules/packetizer/flac.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment