[grilo-plugins/debian: 22/22] Update debian files



commit 18d862506ca99ef055943a4fdc8d0699eb277869
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Mar 4 18:12:30 2011 +0100

    Update debian files

 debian/changelog  |   16 ++++++++++++++++
 debian/control    |    4 ++--
 debian/control.in |    2 +-
 debian/rules      |    2 +-
 4 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index 41746d7..39ea845 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+grilo-0.1-plugins (0.1.10-1) unstable; urgency=low
+
+  * General: use the new grl_metadata_source_may_resolve() function, split src/
+    code between media and metadata sources
+  * Gravatar plugin: use the new multi-valued API to provide several avatars
+  * Jamendo plugin: fixed feeds category
+  * LastFM album art plugin: use the new mult-valued API to provide several
+    thumbnails
+  * Podcasts plugin: fixed invalid GrlNetWc free
+  * Shoutcast plugin: disabled by default (it is broken)
+  * UPnP plugin: use GrlData API to set metadata properties
+  * Vimeo plugin: several fixes, fixed BGO#643811 - Date format for vimeo plugin
+  * Youtube plugin, use the new mult-valued API to provide several thumbnails
+
+ -- Juan A. Suarez Romero <jasuarez igalia com>  Fri, 04 Mar 2011 18:08:30 +0100
+
 grilo-0.1-plugins (0.1.9-1) unstable; urgency=low
 
   * General: implemented NULL-text search (search all)
diff --git a/debian/control b/debian/control
index 85aa6c1..471207c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: grilo-0.1-plugins
 Section: libs
 Priority: extra
 Maintainer: Juan A. Suarez Romero <jasuarez igalia com>
-Build-Depends: cdbs, debhelper (>= 5), libgrilo-0.1-dev (>= 0.1.9),
+Build-Depends: cdbs, debhelper (>= 5), libgrilo-0.1-dev (>= 0.1.10),
  gnome-common, libglib2.0-dev, libxml2-dev, libgupnp-1.0-dev (>= 0.13.0),
  libgupnp-av-1.0-dev (>= 0.5.0), libsqlite3-dev, libgdata-dev
 Standards-Version: 3.7.2
@@ -10,7 +10,7 @@ Homepage: http://gitorious.org/grilo
 
 Package: grilo-0.1-plugins
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgrilo-0.1 (>= 0.1.9)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgrilo-0.1 (>= 0.1.10)
 Description: Grilo framework plugins
  Grilo is a framework that provides access to different sources of
  multimedia content, using a pluggable system.
diff --git a/debian/control.in b/debian/control.in
index 8ba0acc..7119b79 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,7 +2,7 @@ Source: @GRL_NAME@
 Section: libs
 Priority: extra
 Maintainer: Juan A. Suarez Romero <jasuarez igalia com>
-Build-Depends: cdbs, debhelper (>= 5), libgrilo-0.1-dev (>= 0.1.9),
+Build-Depends: cdbs, debhelper (>= 5), libgrilo-0.1-dev (>= 0.1.10),
  gnome-common, libglib2.0-dev, libxml2-dev, libgupnp-1.0-dev (>=0.13.0),
  libgupnp-av-1.0-dev (>= 0.5.0), libsqlite3-dev, libgdata-dev
 Standards-Version: 3.7.2
diff --git a/debian/rules b/debian/rules
index df15097..b10ddd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
 DEB_CONFIGURE_EXTRA_FLAGS :=		\
 	--disable-fakemetadata		\
+	--disable-shoutcast		\
 	--enable-bookmarks		\
 	--enable-filesystem		\
 	--enable-flickr			\
@@ -19,7 +20,6 @@ DEB_CONFIGURE_EXTRA_FLAGS :=		\
 	--enable-localmetadata		\
 	--enable-metadata-store		\
 	--enable-podcasts		\
-	--enable-shoutcast		\
 	--enable-upnp			\
 	--enable-vimeo			\
 	--enable-youtube



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