Blame SOURCES/0001-Don-t-ship-opensubtitles.patch

f174c1
From b08d1060932150dd5cbc1297862f390f3268c3ea Mon Sep 17 00:00:00 2001
f174c1
From: Bastien Nocera <hadess@hadess.net>
f174c1
Date: Wed, 29 Jan 2014 18:39:58 +0100
f174c1
Subject: [PATCH] Don't ship opensubtitles
f174c1
f174c1
It depends on PyXDG, and it's not useful in an enterprise
f174c1
environment.
f174c1
---
f174c1
 configure.ac | 2 +-
f174c1
 1 file changed, 1 insertion(+), 1 deletion(-)
f174c1
f174c1
diff --git a/configure.ac b/configure.ac
f174c1
index 0810f01..d8aa67d 100644
f174c1
--- a/configure.ac
f174c1
+++ b/configure.ac
f174c1
@@ -79,7 +79,7 @@ AC_SUBST(TOTEM_API_VERSION)
f174c1
 AC_DEFINE_UNQUOTED(TOTEM_API_VERSION, ["$TOTEM_API_VERSION"], [Define to the Totem plugin API version])
f174c1
 
f174c1
 # The full list of plugins
f174c1
-allowed_plugins="apple-trailers autoload-subtitles brasero-disc-recorder chapters dbusservice im-status gromit lirc media-player-keys ontop opensubtitles properties pythonconsole recent rotation save-file samplepython sample-vala screensaver screenshot sidebar-test skipto zeitgeist-dp grilo"
f174c1
+allowed_plugins="apple-trailers autoload-subtitles brasero-disc-recorder chapters dbusservice im-status gromit lirc media-player-keys ontop properties pythonconsole recent rotation save-file samplepython sample-vala screensaver screenshot sidebar-test skipto zeitgeist-dp grilo"
f174c1
 
f174c1
 PLUGINDIR='${libdir}/totem/plugins'
f174c1
 AC_SUBST(PLUGINDIR)
f174c1
-- 
f174c1
1.8.4.2
f174c1