commit 3e4a0871d2cf1fb7fea80fd3e48fcb2d0140c80c Author: Juan A. Suarez Romero Date: Mon Sep 5 09:43:21 2011 +0200 Bump to 0.1.17 Signed-off-by: Juan A. Suarez Romero AUTHORS | 1 + NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 3 files changed, 42 insertions(+), 2 deletions(-) commit a6bb30ef732e0381538832c326a606c669c76921 Author: Juan A. Suarez Romero Date: Fri Jul 22 08:06:58 2011 +0000 all: install plugins XML file in the same place as the plugin itself Sticking together both library and xml file makes things easier to handle, specially when loading plugins from a different place than standard. So far, user and/or developer can load plugins from a different place. But this only was affecting the library files: the xml information files were still getting from the standard place. Adding new functions and variables to specify where to look for the xml files adds a unneeded level of complexity. So the simple approach is to put both files together, so the xml files can be obtained from the same place where the library resides. Signed-off-by: Juan A. Suarez Romero configure.ac | 5 ----- src/media/apple-trailers/Makefile.am | 4 ++-- src/media/bliptv/Makefile.am | 5 +++-- src/media/bookmarks/Makefile.am | 4 ++-- src/media/filesystem/Makefile.am | 4 ++-- src/media/flickr/Makefile.am | 4 ++-- src/media/jamendo/Makefile.am | 4 ++-- src/media/podcasts/Makefile.am | 4 ++-- src/media/shoutcast/Makefile.am | 5 ++--- src/media/tracker/Makefile.am | 7 ++----- src/media/upnp/Makefile.am | 4 ++-- src/media/vimeo/Makefile.am | 4 ++-- src/media/youtube/Makefile.am | 4 ++-- src/metadata/fake-metadata/Makefile.am | 4 ++-- src/metadata/gravatar/Makefile.am | 4 ++-- src/metadata/lastfm-albumart/Makefile.am | 4 ++-- src/metadata/local-metadata/Makefile.am | 4 ++-- src/metadata/metadata-store/Makefile.am | 4 ++-- 18 files changed, 35 insertions(+), 43 deletions(-) commit 11e0407cdf3bd3537da2d877488c67c7b3fbe013 Author: Juan A. Suarez Romero Date: Fri Jul 22 07:43:39 2011 +0000 build: do not create static libraries Not needed as plugins are always dynamically loaded. Signed-off-by: Juan A. Suarez Romero configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9c310ff15d5bf0f0f04202ed1669c172c66823e8 Author: Juan A. Suarez Romero Date: Wed Aug 31 14:55:39 2011 +0000 vimeo: Link against libgcrypt Also, use a proper macro to detect libgcrypt availability. Signed-off-by: Juan A. Suarez Romero configure.ac | 4 ++-- src/media/vimeo/Makefile.am | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) commit be8b10202310d8e39a0c7a7a56e1471abf33407e Author: Lionel Landwerlin Date: Tue Jun 21 01:05:33 2011 +0100 plugins: add Blip.TV plugin Currently only support search and browse (last posted videos) features. Also paging isn't properly implemented, it needs manage the next page tag. Signed-off-by: Lionel Landwerlin Signed-off-by: Juan A. Suarez Romero configure.ac | 38 +++ src/media/Makefile.am | 6 +- src/media/bliptv/Makefile.am | 38 +++ src/media/bliptv/grl-bliptv.c | 479 +++++++++++++++++++++++++++++++++++++++ src/media/bliptv/grl-bliptv.h | 79 +++++++ src/media/bliptv/grl-bliptv.xml | 10 + 6 files changed, 649 insertions(+), 1 deletions(-) commit 295342383e99b5f5d57c5665a0530f5ee1337fb3 Author: Juan A. Suarez Romero Date: Tue Aug 30 08:13:55 2011 +0000 bookmarks: silent warnings of unused variables Signed-off-by: Juan A. Suarez Romero src/media/bookmarks/grl-bookmarks.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 659a50e009654ea25115e0f4b744beb584c238dd Author: Juan A. Suarez Romero Date: Thu Jul 21 15:56:32 2011 +0000 podcasts: add support for gmime 2.5.x Add check in configure.ac This fixes https://bugzilla.gnome.org/show_bug.cgi?id=653937 Signed-off-by: Juan A. Suarez Romero configure.ac | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 55f9283dabf411dda0ac2e11d42baa9337268794 Author: Juan A. Suarez Romero Date: Thu Jul 21 15:09:05 2011 +0000 tracker: Get rid of older Tracker versions Remove support for tracker < 0.10.5 Signed-off-by: Juan A. Suarez Romero configure.ac | 17 +++-------------- src/media/tracker/grl-tracker-media-api.c | 2 -- src/media/tracker/grl-tracker-utils.c | 2 -- 3 files changed, 3 insertions(+), 18 deletions(-) commit 6526ae665ec18a10d970472ad2eb6d49d0d795b2 Author: Cedric Bosdonnat Date: Thu Jul 21 14:43:04 2011 +0000 tracker: Add support for Tracker 0.11 Add check for tracker-sparql-0.11 in configure.ac. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=654248 configure.ac | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 526fde9323d63863451366d4e55b2d8de7e66f91 Author: Lionel Landwerlin Date: Thu Jul 7 14:09:16 2011 +0100 tracker: ensure parsing all rdf types before fallback to GrlMedia creation Signed-off-by: Lionel Landwerlin src/media/tracker/grl-tracker-utils.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 1b42d80f6b94b2f7fbef7e7f73f0c3df7762d63f Author: Juan A. Suarez Romero Date: Thu Jul 21 11:01:27 2011 +0000 youtube: Get rid of old libgdata API Do not support versions older than 0.7. Signed-off-by: Juan A. Suarez Romero configure.ac | 9 +------- src/media/youtube/grl-youtube.c | 43 ++------------------------------------ 2 files changed, 4 insertions(+), 48 deletions(-) commit 9c1ccee8cadddeb6dd5d61e90ca65b3e951e326f Author: Lionel Landwerlin Date: Sun Jul 3 02:46:53 2011 +0100 local-metadata: fix memory leak on picture resolve A reference was still hold on a GFile object. Signed-off-by: Lionel Landwerlin src/metadata/local-metadata/grl-local-metadata.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 477ddd90c29aba07a9ab2319a6fe9e6b6acef5c1 Author: Philip Withnall Date: Mon Jul 4 23:15:56 2011 +0100 youtube: Add a missing case to a switch statement src/media/youtube/grl-youtube.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1d7580183556d44dc9490b6ed7d72b512eeceab8 Author: Philip Withnall Date: Mon Jul 4 23:12:53 2011 +0100 youtube: Add support for compiling against libgdata ≥ 0.9.0 This adds conditional support for compiling against libgdata ≥ 0.9.0, which broke various APIs from 0.8.x. configure.ac | 4 ++ src/media/youtube/grl-youtube.c | 70 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 0 deletions(-) commit e4c40d02fc1b6627b66682a28cdbb4cbd71aad7e Author: Philip Withnall Date: Mon Jul 4 22:56:05 2011 +0100 youtube: Fix variable shadowing a parameter src/media/youtube/grl-youtube.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 498db54d2c754d3d2191dca8c49707cf1dab5230 Author: Philip Withnall Date: Mon Jul 4 22:54:13 2011 +0100 youtube: Fix old-style function declarations src/media/youtube/grl-youtube.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0e425f129194593c3b7d3155aa8fc8f1a650cf06 Author: Philip Withnall Date: Mon Jul 4 22:53:18 2011 +0100 youtube: Fix ISO C90 warnings Can't mix declarations and code. src/media/youtube/grl-youtube.c | 48 ++++++++++++++++++++++---------------- 1 files changed, 28 insertions(+), 20 deletions(-)