[rygel] Remove the test plugin



commit dc4ee2aa405b6aa335e85f302fe84d70aed8f502
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 22 10:38:01 2012 +0200

    Remove the test plugin
    
    Because the new example plugins are better examples.

 configure.ac                                    |    2 -
 src/plugins/Makefile.am                         |    7 +--
 src/plugins/test/Makefile.am                    |   23 --------
 src/plugins/test/rygel-test-audio-item.vala     |   62 ----------------------
 src/plugins/test/rygel-test-plugin.vala         |   49 -----------------
 src/plugins/test/rygel-test-root-container.vala |   40 --------------
 src/plugins/test/rygel-test-video-item.vala     |   64 -----------------------
 7 files changed, 1 insertions(+), 246 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5c5db75..806e91b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,6 @@ RYGEL_ADD_PLUGIN([tracker],[Tracker],[yes])
 
 AS_IF([test "x$with_media_engine" = "xgstreamer"],
       [
-        RYGEL_ADD_PLUGIN([test],[Test],[no])
         RYGEL_ADD_PLUGIN([playbin],[GStreamer playbin],[yes])
         RYGEL_ADD_PLUGIN([media-export],[MediaExport],[yes])
         RYGEL_ADD_PLUGIN([gst-launch],[GStreamer launchline],[no])
@@ -101,7 +100,6 @@ AS_IF([test "x$with_media_engine" = "xgstreamer"],
         RYGEL_ADD_STAMP([src/librygel-renderer-gst/librygel_renderer_gst_2_0_la_vala.stamp])
       ],
       [
-        RYGEL_DISABLE_PLUGIN([test])
         RYGEL_DISABLE_PLUGIN([playbin])
         RYGEL_DISABLE_PLUGIN([media-export])
         RYGEL_DISABLE_PLUGIN([gst-launch])
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 747d837..3c1365c 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -1,7 +1,3 @@
-if BUILD_TEST_PLUGIN
-TEST_PLUGIN = test
-endif
-
 if BUILD_TRACKER_PLUGIN
 TRACKER_PLUGIN = tracker
 endif
@@ -30,8 +26,7 @@ if BUILD_PLAYBIN_PLUGIN
 PLAYBIN = playbin
 endif
 
-SUBDIRS = $(TEST_PLUGIN) \
-	  $(TRACKER_PLUGIN) \
+SUBDIRS = $(TRACKER_PLUGIN) \
 	  $(MEDIATHEK_PLUGIN) \
 	  $(MEDIA_EXPORT_PLUGIN) \
 	  $(EXTERNAL_PLUGIN) \



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