[tracker] (124 commits) Non-fast-forward update to branch wip/sam/meson



The branch 'wip/sam/meson' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  be08f26... configure.ac: Remove some unused variables
  0bb3b3b... WIP: Meson build instructions
  4bd0cc7... WIP: more Meson work
  078ce07... WIP: More Meson conversion
  25517b8... WIP meson build system
  e2eae7b... cli: Add `tracker extract` command
  12f6d37... Rewrite tracker-extract man page
  dfe8645... cli: Add --verbosity option to `tracker extract`
  c1bbfa7... Updated Brazilian Portuguese translation
  c52bf1b... fts: Do not apply stop-words when tokenizing query search t
  71436c8... libtracker-data: Ensure variables are defined in aggregate 
  1e05d4b... Release 1.9.0
  12df9ca... Updated Portuguese translation
  74f4aab... libtracker-data: Fix pointer sign warnings
  ad7b93a... sandbox: Fix MIME-type detection inside the sandbox
  27bd047... tracker-store: use @libexecdir@ in systemd service
  a6ef13d... sandbox: Fix MIME hack introduced in 8a758a03afada
  5e883fb... sandbox: Support Python 3 as well as Python 2
  83dac28... Updated French translation
  7b191a9... tracker-extract-gstreamer: Fix hash value format on 32-bit 
  de09f8d... Add example configuration 'uncrustify' formatting tool
  b0c5bf2... tracker-extract-gstreamer: Only show GstDateTime message wi
  2ac7908... functional-tests: Fix bug in await_resource_inserted()
  60ece7f... functional-tests: Add test case for re-extracting known fil
  e76cd6c... Clarify SPARQL example in manpage
  0335dcd... tracker-extract: Fix invalid SPARQL used when blacklisting 
  9b8d3b1... Bump GLib dependency to 2.44
  32e866e... libtracker-sparql: Add TRACKER_TYPE_URI
  45e80e1... libtracker-sparql: Add TrackerNamespaceManager
  6d8e4ac... libtracker-sparql: Add TrackerResource class
  935bbe4... libtracker-extract: Add resource-helpers module
  193431a... Use TrackerResource instead of TrackerSparqlBuilder in all 
  a89907a... tracker-extract-mp3: Fix albumArtist coalescing
  f2bb211... libtracker-extract: Add tracker_guarantee_resource_utf8_str
  a66d6e5... tracker-extract-jpeg: Ensure UTF-8 content in nie:comment
  ab226b2... tracker-extract-gif: Ensure UTF-8 content in nie:comment
  ab80679... tracker-extract-tiff: Ensure UTF-8 content in several TIFF 
  6ed15bf... libtracker-extract: Ensure UTF-8 content in contact/tag hel
  8d64143... libtracker-sparql: Fix small typo
  0f45712... libtracker-sparql: Add TrackerResource/NamespaceManager to 
  2a1a984... tests: Update tracker guarantee tests to check the TrackerR
  9fcb9b0... libtracker-extract: Remove TrackerSparqlBuilder guarantee f
  309a403... libtracker-sparql: Make tracker URI GType private
  616204b... libtracker-data: Fix INSERT/DELETE DATA and DELETE WHERE sy
  184c268... tests: Add tests around update syntax
  1b5ddb6... tests: Add tests around DELETE{}INSERT{}WHERE{} syntax
  93abdc9... tracker: Fix possible warnings with the tracker search -[ms
  6cd7ccb... libtracker-sparql-backend: Turn failure to initialize direc
  ea3498d... Updated Spanish translation
  0ba3ae4... Add Language headers to po files
  ec46661... Updated Lithuanian translation
  0c1dd61... Updated Spanish translation
  889db57... Updated Slovak translation
  284babb... configure: Do not hardcode dep on libpng
  660bb98... Updated Czech translation
  44d910e... Updated Indonesian translation
  427373e... Updated German translation
  5979239... Updated Hungarian translation
  e588ee3... Updated Polish translation
  f0c01a8... libtracker-control: Add convenience API for IndexFileForPro
  3e783d7... libtracker-miner: Move to next priority queue segment after
  bb3b2f8... tests: Include new libtracker-data tests in dist
  efc64a9... Release 1.9.1
  a5350be... Updated Danish translation
  1377168... Added Friulian translation
  988fed7... Updated Serbian translation
  b1a8343... Updated Brazilian Portuguese translation
  a28cade... Updated Friulian translation
  cb20a16... Updated Friulian translation
  39e38f6... Updated Friulian translation
  14f9f00... Updated Friulian translation
  2db453b... Updated Friulian translation
  d0554d1... Updated Friulian translation
  5b6d990... Updated Friulian translation
  75b2873... Updated Korean translation
  91914d4... tests: Avoid horrible hang in test-tracker-resource
  6e94bc3... libtracker-extract: Restore trailing colon in nfo:Equipment
  1223e68... Updated French translation
  6d9cf9a... Updated Friulian translation
  4d0b850... Updated Friulian translation
  5591814... Updated Friulian translation
  e066503... Updated Friulian translation
  ff0a540... Updated Friulian translation
  a99a2e6... Updated Friulian translation
  17a86dd... Init Vietnamese translation
  058c6ff... Updated Swedish translation
  774aa93... Update Latvian translation
  3666563... Updated Galician translations
  b46cd2a... Updated Polish translation
  3f9587b... Added Kazakh translation
  0a89128... Add more options to XGETTEXT_OPTIONS in po/Makevars
  ae77606... tracker-extract: Add new mime-types for comic books
  21cb676... tests: Ensure folder is deleted
  8571355... utils: Require python2 for generate script
  e6df6e9... Release 1.9.2
  75fcd50... Updated Greek translation
  0343a3c... Updated Danish translation
  b362116... Update British English translation
  c8b8b9c... Release 1.10.0
  073b964... Update Basque language
  2fe025b... functional-tests: Fix brokenness introduced in e4493c677f72
  82c3d44... Initial successful build of libtracker-sparql & tracker-nee
  45fd6b9... More meson!
  d36448b... examples: Update example FS miner to current API
  74d1e5b... More Meson work

Commits added to the branch:

  767b0fc... cli: Add `tracker extract` command (*)
  7e8cc3d... Rewrite tracker-extract man page (*)
  b77763d... cli: Add --verbosity option to `tracker extract` (*)
  3d478b4... configure.ac: Remove some unused variables (*)
  9fcbba7... Updated Brazilian Portuguese translation (*)
  63e5078... fts: Do not apply stop-words when tokenizing query search t (*)
  003f7fd... libtracker-data: Ensure variables are defined in aggregate  (*)
  98f92dd... Release 1.9.0 (*)
  30b30dd... Updated Portuguese translation (*)
  e460bbc... libtracker-data: Fix pointer sign warnings (*)
  8a758a0... sandbox: Fix MIME-type detection inside the sandbox (*)
  798d15d... tracker-store: use @libexecdir@ in systemd service (*)
  5fac877... sandbox: Fix MIME hack introduced in 8a758a03afada (*)
  a0f5af5... sandbox: Support Python 3 as well as Python 2 (*)
  defbcf7... Updated French translation (*)
  75c9142... tracker-extract-gstreamer: Fix hash value format on 32-bit  (*)
  e9ed443... Add example configuration 'uncrustify' formatting tool (*)
  da1defb... tracker-extract-gstreamer: Only show GstDateTime message wi (*)
  303f89e... functional-tests: Fix bug in await_resource_inserted() (*)
  e4493c6... functional-tests: Add test case for re-extracting known fil (*)
  f24f838... Merge branch 'sam/extract-command' (*)
  0d7cd90... Clarify SPARQL example in manpage (*)
  c0913ab... tracker-extract: Fix invalid SPARQL used when blacklisting  (*)
  fceb92d... Bump GLib dependency to 2.44 (*)
  3bc6b52... libtracker-sparql: Add TRACKER_TYPE_URI (*)
  f114e70... libtracker-sparql: Add TrackerNamespaceManager (*)
  2f376eb... libtracker-sparql: Add TrackerResource class (*)
  032e2a7... libtracker-extract: Add resource-helpers module (*)
  8cc026d... Use TrackerResource instead of TrackerSparqlBuilder in all  (*)
  5b1084b... Merge branch 'sam/resource' (*)
  03bcbda... tracker-extract-mp3: Fix albumArtist coalescing (*)
  13bc960... libtracker-extract: Add tracker_guarantee_resource_utf8_str (*)
  f47ffa8... tracker-extract-jpeg: Ensure UTF-8 content in nie:comment (*)
  ee01b7b... tracker-extract-gif: Ensure UTF-8 content in nie:comment (*)
  5c9deb9... tracker-extract-tiff: Ensure UTF-8 content in several TIFF  (*)
  ebfbf43... libtracker-extract: Ensure UTF-8 content in contact/tag hel (*)
  895d0ca... libtracker-sparql: Fix small typo (*)
  4c973df... libtracker-sparql: Add TrackerResource/NamespaceManager to  (*)
  341f24f... tests: Update tracker guarantee tests to check the TrackerR (*)
  f17980c... libtracker-extract: Remove TrackerSparqlBuilder guarantee f (*)
  0b13eb8... libtracker-sparql: Make tracker URI GType private (*)
  b1b9049... libtracker-data: Fix INSERT/DELETE DATA and DELETE WHERE sy (*)
  d913795... tests: Add tests around update syntax (*)
  3a748f3... tests: Add tests around DELETE{}INSERT{}WHERE{} syntax (*)
  031e9e1... tracker: Fix possible warnings with the tracker search -[ms (*)
  a607657... libtracker-sparql-backend: Turn failure to initialize direc (*)
  69e9dbf... Updated Spanish translation (*)
  d9024e4... Add Language headers to po files (*)
  cefe361... Updated Lithuanian translation (*)
  cd6318c... Updated Spanish translation (*)
  1a9c6dc... Updated Slovak translation (*)
  f926900... configure: Do not hardcode dep on libpng (*)
  7729f34... Updated Czech translation (*)
  8517102... Updated Indonesian translation (*)
  f48eb54... Updated German translation (*)
  1a1f280... Updated Hungarian translation (*)
  b294d32... Updated Polish translation (*)
  0ed879e... libtracker-control: Add convenience API for IndexFileForPro (*)
  cbad8fe... libtracker-miner: Move to next priority queue segment after (*)
  2e506ee... tests: Include new libtracker-data tests in dist (*)
  3ad88d7... Release 1.9.1 (*)
  b3ce6a5... Updated Danish translation (*)
  91fb362... Added Friulian translation (*)
  a1bc992... Updated Serbian translation (*)
  fa2565a... Updated Brazilian Portuguese translation (*)
  0e8058e... Updated Friulian translation (*)
  ec30a40... Updated Friulian translation (*)
  2d6643b... Updated Friulian translation (*)
  6b6e455... Updated Friulian translation (*)
  7e229cf... Updated Friulian translation (*)
  2290852... Updated Friulian translation (*)
  d37d21d... Updated Friulian translation (*)
  2641562... Updated Korean translation (*)
  9b419fa... tests: Avoid horrible hang in test-tracker-resource (*)
  ea1284b... libtracker-extract: Restore trailing colon in nfo:Equipment (*)
  0832275... Updated French translation (*)
  a7be335... Updated Friulian translation (*)
  ca8e21c... Updated Friulian translation (*)
  5011538... Updated Friulian translation (*)
  a05ea29... Updated Friulian translation (*)
  e562325... Updated Friulian translation (*)
  55e696d... Updated Friulian translation (*)
  adfed62... Init Vietnamese translation (*)
  458b45d... Updated Swedish translation (*)
  30f4a44... Update Latvian translation (*)
  8bf4370... Updated Galician translations (*)
  6be3723... Updated Polish translation (*)
  60502a3... Added Kazakh translation (*)
  f22d3f6... Add more options to XGETTEXT_OPTIONS in po/Makevars (*)
  cb5cae0... tracker-extract: Add new mime-types for comic books (*)
  104f8df... tests: Ensure folder is deleted (*)
  9e95bf6... utils: Require python2 for generate script (*)
  811ad96... Release 1.9.2 (*)
  3c70aa1... Updated Greek translation (*)
  c9f7bb0... Updated Danish translation (*)
  3fa2f09... Update British English translation (*)
  e808ad2... Release 1.10.0 (*)
  9dfa921... Update Basque language (*)
  b4802ca... functional-tests: Fix brokenness introduced in e4493c677f72 (*)
  c6c1028... Fixes to Catalan translation (*)
  6446a48... Override Sparql.Connection.update_array_async() with correc (*)
  22bbc9b... libtracker-data: Be more lenient towards NULLs in fn:uri-is (*)
  fb896dc... Fix tracker-extract-libav memory leak (*)
  3be0725... Fix FLAC artist and album tag parsing, and add 'audio/flac' (*)
  2aaddbc... libtracker-data: Fix typo (*)
  43cf48c... libtracker-fts: Do not hardcode fts5 table in query (*)
  738644d... Use Unicode in translatable strings (*)
  ead7ada... tracker-sparql: Drop use of 'Deprecated' (*)
  24f5aed... tracker-extract: FLAC metadata iterator wasn't closed (*)
  18f9d0a... Update Friulian translation (cherry picked from commit 67bb (*)
  90b6548... Update Friulian translation (cherry picked from commit 86f1 (*)
  15d25b3... libtracker-sparql: Avoid C++ keyword in variable (*)
  42e2963... Update zh_CN translation (*)
  7fefe1b... Update Polish translation (*)
  1249dce... configure.ac: Bump version to 1.11.0 (*)
  6239821... libtracker-data: Propagate "locale mismatch" error from loc (*)
  11a86ec... Update Hungarian translation (*)
  06824f9... Update Swedish translation (*)
  28813b2... examples: Update example FS miner to current API
  b71b536... tests: Fix invalid call to tracker_getline in libtracker-ex
  2064a0a... tests: Fix tracker-encoding-test when libicu charset detect
  dbb6f5c... tests: Remove some unused code and compile flags
  7cb6f77... functional-tests: The test runner exits with correct error 
  10e8b30... WIP: Meson build instructions for Tracker

(*) This commit already existed in another branch; no separate mail sent


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