GNOME Bugzilla – Bug 720686
libtracker-extract: Link against libicu when using it
Last modified: 2013-12-18 16:45:14 UTC
... otherwise the build fails.
Created attachment 264489 [details] [review] libtracker-extract: Link against libicu when using it
This is a fallout from: commit 86302c3bfce0d3be9a647bbf8b33075916efb8e9 Author: Carlos Garnacho <carlos@lanedo.com> Date: Tue Oct 1 12:04:40 2013 +0200 libtracker-extract: Add ICU-based encoding detection This is used before enca if libicu is available, an UCharsetDetector is used to detect the most likely encoding for a given string. Out of testing, it provides more reliable values than enca, where you first have to make a rough guess on the locale, yielding more false positives.
Comment on attachment 264489 [details] [review] libtracker-extract: Link against libicu when using it Hmm, I wonder how it links alright here... please commit
(In reply to comment #3) > (From update of attachment 264489 [details] [review]) > Hmm, I wonder how it links alright here... please commit It also links for me when I build straight out of Git. But rpmbuild complains.
Comment on attachment 264489 [details] [review] libtracker-extract: Link against libicu when using it Thanks for the review. Pushed to master.