After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653937 - Doesn't support gmime 2.5.x
Doesn't support gmime 2.5.x
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: Juan A. Suarez Romero
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-04 11:04 UTC by Bastien Nocera
Modified: 2011-07-21 16:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check for gmime 2.5.x (1.17 KB, patch)
2011-07-21 15:58 UTC, Juan A. Suarez Romero
accepted-commit_now Details | Review

Description Bastien Nocera 2011-07-04 11:04:16 UTC
$ rpm -ql gmime-devel | grep pkg
/usr/lib64/pkgconfig/gmime-2.6.pc


And in configure.ac:
PKG_CHECK_MODULES(GMIME, gmime-2.4, HAVE_GMIME=yes, HAVE_GMIME=no)
Comment 1 Juan A. Suarez Romero 2011-07-21 15:58:50 UTC
Created attachment 192388 [details] [review]
Check for gmime 2.5.x

We only need to add a check in configure.ac, as the single function we are using is the same in both versions.
Comment 2 Juan A. Suarez Romero 2011-07-21 16:00:03 UTC
commit 64c7724ff02d0221fff6641b3184127a08a8fb93
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
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 <jasuarez@igalia.com>

 configure.ac |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)