[grilo-plugins/fremantle: 2/27] Changed configuration of which plugins are built.



commit 2dddb0e10ade42832ceb939600b4b5316a01fcee
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date:   Tue Apr 13 12:32:36 2010 +0200

    Changed configuration of which plugins are built.
    
    We disable bookmarks, flickr, lastfm, metadata-store, podcasts and
    upnp. We enable apple trailers.

 debian/control    |    6 ------
 debian/control.in |    6 ------
 debian/rules      |   13 +++++++------
 3 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/debian/control b/debian/control
index 2d22676..e977362 100644
--- a/debian/control
+++ b/debian/control
@@ -18,15 +18,9 @@ Description: Grilo framework plugins
  This package contains plugins to get information from theses sources:
  .
   - Apple Trailers
-  - Bookmarks
   - Filesystem
-  - Flickr
   - Jamendo
-  - Last.fm (for album arts)
-  - Metadata Store
-  - Podcasts
   - SHOUTcast
-  - UPnP
   - Youtube
 
 Package: grilo-0.1-plugins-dbg
diff --git a/debian/control.in b/debian/control.in
index 0454f0b..4c8e016 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -18,15 +18,9 @@ Description: Grilo framework plugins
  This package contains plugins to get information from theses sources:
  .
   - Apple Trailers
-  - Bookmarks
   - Filesystem
-  - Flickr
   - Jamendo
-  - Last.fm (for album arts)
-  - Metadata Store
-  - Podcasts
   - SHOUTcast
-  - UPnP
   - Youtube
 
 Package: @GRL_NAME -plugins-dbg
diff --git a/debian/rules b/debian/rules
index a471d9f..e37c74c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,14 +11,15 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
 DEB_CONFIGURE_EXTRA_FLAGS :=		\
 	--disable-debug			\
 	--disable-fakemetadata		\
-	--enable-bookmarks		\
+	--disable-bookmarks		\
 	--enable-filesystem		\
-	--enable-flickr			\
+	--disable-flickr		\
 	--enable-jamendo		\
-	--enable-lastfm-albumart	\
-	--enable-metadata-store		\
-	--enable-podcasts		\
+	--disable-lastfm-albumart	\
+	--disable-metadata-store	\
+	--disable-podcasts		\
 	--enable-shoutcast		\
-	--enable-upnp			\
+	--disable-upnp			\
+	--enable-apple-trailers		\
 	--enable-youtube
 



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