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 692664 - build: Simplify tracker version searching and support 0.16 API
build: Simplify tracker version searching and support 0.16 API
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-28 00:13 UTC by Kalev Lember
Modified: 2013-04-10 10:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Simplify tracker version searching and support 0.16 API (2.39 KB, patch)
2013-01-28 00:14 UTC, Kalev Lember
committed Details | Review

Description Kalev Lember 2013-01-28 00:13:19 UTC
There's a new tracker 0.15.1 release out with 0.16 API that brasero doesn't support yet.
Comment 1 Kalev Lember 2013-01-28 00:14:52 UTC
Created attachment 234571 [details] [review]
build: Simplify tracker version searching and support 0.16 API

Use an iterator instead of a deep dependency tree. This should simplify
adding support for new tracker versions in the future.
Comment 2 Dominique Leuenberger 2013-02-08 21:36:16 UTC
I second inclusion of this patch... tested here and works just fine.
Comment 3 Dominique Leuenberger 2013-03-07 10:01:38 UTC
This is still not part of git master / the latest 3.7.91 tarballs... and as a consequence, it fails to build with tracker 0.15.x
Comment 4 Pacho Ramos 2013-04-07 11:45:46 UTC
Any news on this?
Comment 5 Kalev Lember 2013-04-10 10:25:10 UTC
Brasero seems to lack a dedicated maintainer right now. I'll just go ahead an push the fix.
Comment 6 Kalev Lember 2013-04-10 10:25:44 UTC
Attachment 234571 [details] pushed as 45cecda - build: Simplify tracker version searching and support 0.16 API
Comment 7 Dominique Leuenberger 2013-04-10 10:35:06 UTC
Just a side note: after having spent some time yesterday on brasero code reading: even though it builds with Tracker 0.16, it fails miserably when making use of it.. (once you actually find out WHEN it makes use of it)

Error:
GLib-GObject-WARNING **: invalid cast from `TrackerSparqlBackend' to `TrackerSparqlCursor'

Not sure if this is new to tracker 0.16 or was there earlier... I never figured what for the tracker backend was used until scanning through the code yesterday.