[totem] Remove sample-vala plugin



commit 06a3f88f151e3bcb3119e2cb7b9845bb220dbd92
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 2 16:16:12 2010 +0000

    Remove sample-vala plugin
    
    As we have no Vala support anyway.

 configure.in                                       |   36 +-------------------
 src/plugins/sample-vala/Makefile.am                |   22 ------------
 src/plugins/sample-vala/sample-vala.plugin.in      |    8 ----
 .../sample-vala/totem-sample-vala-plugin.vala      |   22 ------------
 4 files changed, 1 insertions(+), 87 deletions(-)
---
diff --git a/configure.in b/configure.in
index aa8c8cf..67f8d37 100644
--- a/configure.in
+++ b/configure.in
@@ -49,7 +49,6 @@ GTK_REQS=2.90.7
 TOTEM_PLPARSER_REQS=2.29.1
 GNOMEICON_REQS=2.15.90
 DBUS_REQS=0.61
-VALA_REQS=0.7.5
 PEAS_REQS=0.7.0
 
 AC_SUBST(GLIB_REQS)
@@ -68,7 +67,7 @@ AC_SUBST(TOTEM_API_VERSION)
 AC_DEFINE_UNQUOTED(TOTEM_API_VERSION, ["$TOTEM_API_VERSION"], [Define to the Totem plugin API version])
 
 # The full list of plugins
-allowed_plugins="bemused brasero-disc-recorder chapters coherence_upnp dbus-service galago gromit iplayer jamendo lirc media-player-keys mythtv ontop opensubtitles properties publish pythonconsole sample-python sample-vala screensaver screenshot sidebar-test skipto thumbnail tracker youtube"
+allowed_plugins="bemused brasero-disc-recorder chapters coherence_upnp dbus-service galago gromit iplayer jamendo lirc media-player-keys mythtv ontop opensubtitles properties publish pythonconsole sample-python screensaver screenshot sidebar-test skipto thumbnail tracker youtube"
 
 PLUGINDIR='${libdir}/totem/plugins'
 AC_SUBST(PLUGINDIR)
@@ -332,32 +331,6 @@ fi
 
 AM_CONDITIONAL([ENABLE_PYTHON],[test "x$enable_python" = "xyes"])
 
-dnl ================================================================
-dnl Vala plugins
-dnl ================================================================
-AC_MSG_CHECKING([whether Vala plugin support is requested])
-AC_ARG_ENABLE([vala],
-	AS_HELP_STRING([--enable-vala],[Enable Vala plugin support]),
-	[enable_vala=$enableval],
-	[enable_vala=no])
-AC_MSG_RESULT([$enable_vala])
-if test "x$enable_vala" != "xno"; then
-	AM_PROG_VALAC([$VALA_REQS])
-	if test "x$VALAC" = "x"; then
-		if test "x$enable_vala" = "xyes"; then
-			AC_MSG_ERROR([Vala plugin support explicitly requested, but not found])
-		fi
-		with_vala=no
-	else
-		with_vala=yes
-	fi
-fi
-
-# FIXME: Disable Vala plugin support for now, since libpeas doesn't support Vala yet
-with_vala=no
-
-AM_CONDITIONAL(ENABLE_VALA, test "x$with_vala" = "xyes")
-
 # ********************
 # Movie player plugins
 # ********************
@@ -487,12 +460,6 @@ for plugin in ${used_plugins}; do
 				add_plugin="0"
 			fi
 		;;
-		sample-vala)
-			if test "${with_vala}" != "yes" ; then
-				plugin_error_or_ignore "you need vala installed to use the sample-vala plugin"
-				add_plugin="0"
-			fi
-		;;
 		thumbnail)
 			PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.15.0,
 				[HAVE_GLIB_2_15=yes], [HAVE_GLIB_2_15=no])
@@ -802,7 +769,6 @@ src/plugins/properties/Makefile
 src/plugins/sidebar-test/Makefile
 src/plugins/skipto/Makefile
 src/plugins/sample-python/Makefile
-src/plugins/sample-vala/Makefile
 src/plugins/thumbnail/Makefile
 src/plugins/tracker/Makefile
 src/plugins/youtube/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]