The Arte Totem plugin allows you to watch video streams from the Franco-German
TV Channel Arte. http://plus7.arte.tv/

Sadly, this service is only available for IPs within Austria, France, Germany,
Belgium and Switzerland.

---------------
Dependencies:
---------------
Vala >= 0.7.10
libgee
Gtk+2.0
libsoup2.4
libtotem-plparser
gconf

On Debian or Ubuntu:
# aptitude install valac libgee-dev libgtk2.0-dev libtotem-plparser-dev \
libsoup2.4-dev libgconf2-dev gettext

---------------
Installation:
---------------
The plugin can be installed to ~/.local/share/totem/plugins/
No root access is needed.

$ make
$ make install-home

Or you can install it with root access to $(DESTDIR)/usr/lib/totem/plugins/:

$ make
$ sudo make install
