diff -Nru tumbler-0.1.23/aclocal.m4 tumbler-0.1.24/aclocal.m4 --- tumbler-0.1.23/aclocal.m4 2011-12-04 12:21:49.000000000 +0000 +++ tumbler-0.1.24/aclocal.m4 2012-03-28 16:14:28.000000000 +0000 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -649,12 +650,15 @@ fi[]dnl ])# PKG_CHECK_MODULES -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been @@ -664,7 +668,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], +m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -680,7 +684,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl +[AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -709,12 +713,14 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -796,14 +802,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 10 +# serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -843,6 +849,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -907,7 +914,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -972,10 +979,13 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -1209,12 +1219,15 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -1254,8 +1267,8 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, +# 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1275,7 +1288,7 @@ [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) -AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful @@ -1421,12 +1434,15 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -1449,13 +1465,14 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -1463,13 +1480,13 @@ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -1480,12 +1497,14 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. @@ -1562,13 +1581,13 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 2 # AM_SILENT_RULES([DEFAULT]) # -------------------------- @@ -1583,18 +1602,50 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few `make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using `$V' instead of `$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -1617,13 +1668,13 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -1632,13 +1683,13 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1660,10 +1711,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) @@ -1802,7 +1854,7 @@ dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 40 IT_PROG_INTLTOOL +# serial 41 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl @@ -1834,25 +1886,44 @@ AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) fi - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi +AC_SUBST([AM_DEFAULT_VERBOSITY]) + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' +AC_SUBST(INTLTOOL_V_MERGE) +AC_SUBST(INTLTOOL__v_MERGE_) +AC_SUBST(INTLTOOL__v_MERGE_0) + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' +AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) +AC_SUBST(intltool__v_merge_options_) +AC_SUBST(intltool__v_merge_options_0) + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' _IT_SUBST(INTLTOOL_DESKTOP_RULE) _IT_SUBST(INTLTOOL_DIRECTORY_RULE) @@ -1898,7 +1969,7 @@ if test $? -ne 0; then AC_MSG_ERROR([perl 5.8.1 is required for intltool]) else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` AC_MSG_RESULT([$IT_PERL_VERSION]) fi if test "x$2" != "xno-xml"; then diff -Nru tumbler-0.1.23/ChangeLog tumbler-0.1.24/ChangeLog --- tumbler-0.1.23/ChangeLog 2011-12-04 12:21:59.000000000 +0000 +++ tumbler-0.1.24/ChangeLog 2012-03-28 16:14:35.000000000 +0000 @@ -1,3 +1,377 @@ +commit 202f50e335a275aa7f1e79e4ef99fdf16f5febe6 +Author: Nick Schermer +Date: Wed Mar 28 18:14:14 2012 +0200 + + Updates for release. + +commit 45da2b93dd00cddd2aff6bf0db607bc7e137a162 +Author: Jari Rahkonen +Date: Wed Mar 28 15:14:28 2012 +0200 + + l10n: Updated Finnish (fi) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 2c06c96c77aa001a4321f8933f06dc94078e5492 +Author: Seong-ho Cho +Date: Mon Mar 26 19:03:33 2012 +0200 + + l10n: Updated Korean (ko) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 45e7ca9e071260794014705391cff9cb035e3248 +Author: Yaron Shahrabani +Date: Mon Mar 26 14:08:32 2012 +0200 + + l10n: Updated Hebrew (he) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit e18007248276e3a45caa79e7a5c7b9d17a5ff33c +Author: Kamil Polczak +Date: Wed Mar 14 18:17:45 2012 +0100 + + l10n: Updated Polish (pl) translation to 70% + + New status: 39 messages complete with 4 fuzzies and 12 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 6cacaeee5c0caa8803f993b8d820b1b5ec73ff5b +Author: Chipong Luo +Date: Sun Mar 11 05:20:49 2012 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit cafe9b2c04913ce54c8d3c63cacf6152994c5a79 +Author: Yaron Shahrabani +Date: Wed Feb 29 16:05:34 2012 +0100 + + l10n: Updated Hebrew (he) translation to 89% + + New status: 49 messages complete with 6 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit da0a3b8c3791f95fcaa0d1b3c7b337faef9961b8 +Author: Seong-ho Cho +Date: Tue Feb 28 18:27:53 2012 +0100 + + l10n: Updated Korean (ko) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 17e0684d7dbcf091134fcab44ff6e175d9b9507d +Author: Seong-ho Cho +Date: Mon Feb 27 17:07:17 2012 +0100 + + l10n: Updated Korean (ko) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 3704cf3502bc8cafb4e7cd7956c0ae983a415b3e +Author: Jannis Pohlmann +Date: Sat Feb 25 15:09:30 2012 +0000 + + Avoid accessing list elements after they have been freed (bug #7418). + +commit 52802adb3361e9d3202d4a921b8b440660878ee1 +Author: Lionel Le Folgoc +Date: Fri Feb 24 17:17:00 2012 +0000 + + Explicitly link against gmodule (bug #8466). + +commit 6d3cdc19e0f4479349bf106fcba9d8128b58d4bf +Author: churchmice +Date: Fri Feb 24 17:05:53 2012 +0000 + + Add application/vnd.rn-realmedia to the ffmpeg plugin (bug #6949). + +commit c48cb86cf91f46c3d90358c118de8003752ec5b0 +Author: Jannis Pohlmann +Date: Fri Feb 24 16:55:46 2012 +0000 + + Call dbus_g_thread_init() to hopefully fix threading issues (bug #7544). + +commit 492d5ac36af25b4555723b070c497e3d1e3f5a9b +Author: Jannis Pohlmann +Date: Fri Feb 24 16:38:02 2012 +0000 + + Update NEWS (the previous commit should have fixed bug #8236). + +commit 88507955ba898d4a53241c5d542137ca35c02aac +Author: Jannis Pohlmann +Date: Fri Feb 24 16:37:05 2012 +0000 + + Link all plugins that use rint() against libm (-lm). + +commit 42f0d96dc78e5ef13d9d74aaf2e86bf6ee27efa4 +Author: Sergio Marques +Date: Thu Feb 9 20:26:19 2012 +0100 + + l10n: Updated Portuguese (pt) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 7d5f4efc548b8171ba8dc86475855f5ccabe7c95 +Author: Chipong Luo +Date: Wed Feb 8 10:21:56 2012 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 7ac897a10159ec1404c59b9d83f4d02cfff0f708 +Author: Chipong Luo +Date: Wed Feb 8 07:37:40 2012 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 910dc157bf15368a5d27a2c38f15fef7c25f42d7 +Author: Chipong Luo +Date: Tue Feb 7 07:17:41 2012 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 760d11bf4709118d5f334fdf7580b19b00d2a8d0 +Author: Andhika Padmawan +Date: Mon Jan 30 15:13:28 2012 +0100 + + l10n: Updated Indonesian (id) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit d2bac2e0435ec6396d0c2180ac9571e5c1ae3068 +Author: Kamil Polczak +Date: Mon Jan 16 09:56:52 2012 +0100 + + l10n: Updated Polish (pl) translation to 67% + + New status: 37 messages complete with 4 fuzzies and 14 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 68ae01b562e3a7a10429a28cb7573b011e8b37ef +Author: Milen Milev +Date: Sat Jan 14 11:41:11 2012 +0100 + + l10n: Updates to Bulgarian translation + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit d0c13cc48cc6c70050a91dd57c940229e4afc5d7 +Author: Algimantas Margevičius +Date: Wed Jan 11 10:38:09 2012 +0100 + + l10n: Added Lithuanian translation + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit ab4ba2f96acd7b54f9096438e0f6c85f836082a6 +Author: Fabian Nowak +Date: Sun Jan 8 01:04:44 2012 +0100 + + l10n: Updated German (de) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 4302fb6ce1565a7fc5319782a87aee8f30aa5d37 +Author: Fabian Nowak +Date: Sun Jan 8 00:57:27 2012 +0100 + + l10n: Updated German (de) translation to 78% + + New status: 43 messages complete with 12 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit f5dd92d6810021898bc44b34a8fba3a85274da5d +Author: Eivind Ødegård +Date: Sun Jan 8 00:11:21 2012 +0100 + + l10n: Added Norwegian nynorsk translation + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 56f31815ef125523442c3b7844f87461a636c3d2 +Author: Andres Sanchez +Date: Tue Jan 3 14:42:04 2012 +0100 + + l10n: Updated Spanish (Castilian) (es) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit e171e453114604da9c77bdeb1d0d892c438005ad +Author: Thomas Schütz +Date: Mon Jan 2 20:50:38 2012 +0100 + + l10n: Updated German (de) translation to 32% + + New status: 18 messages complete with 37 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 178f84611181cbbfabf985c014c0ece2a38bcc00 +Author: Thomas Schütz +Date: Mon Jan 2 20:45:13 2012 +0100 + + l10n: Updated German (de) translation to 30% + + New status: 17 messages complete with 38 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit d07956cf1d3008b03f2b1501defddcca7a4ca189 +Author: Thomas Schütz +Date: Mon Jan 2 20:40:38 2012 +0100 + + l10n: Updated German (de) translation to 30% + + New status: 17 messages complete with 38 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit a5e32332f98f615f2db843b9b4a51be785b65cd3 +Author: Thomas Schütz +Date: Mon Jan 2 19:49:07 2012 +0100 + + l10n: Updated German (de) translation to 90% + + New status: 50 messages complete with 5 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 0e0bd634b92d3ee3e485e83fa1177a29003e0f07 +Author: Christoph Mende +Date: Mon Jan 2 19:21:40 2012 +0100 + + l10n: Updated German (de) translation to 90% + + New status: 50 messages complete with 5 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 2321f0fb36504359dc1ed9fa75ef87f894a1bf7e +Author: Michal Várady +Date: Mon Jan 2 01:59:28 2012 +0100 + + l10n: Updated Czech (cs) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 38e42dfea029aa42f3e38229059c492eeb9ca098 +Author: Yaron Shahrabani +Date: Wed Dec 28 15:48:19 2011 +0100 + + l10n: Updated Hebrew (he) translation to 87% + + New status: 48 messages complete with 7 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 2ca7f4438c3565498d4dfab43d0d85af8750d097 +Author: Jannis Pohlmann +Date: Tue Dec 27 14:35:58 2011 +0100 + + Make sure to include PLATFORM flags everywhere. + +commit aae52f0684b1b5da995982c97a2d731ca7cf0c37 +Author: Jannis Pohlmann +Date: Tue Dec 27 13:50:23 2011 +0100 + + Update COPYING to the latest version of GPL2 (bug #7796). + +commit db6793037f0fb1e5debfb019cebfa2d554e6416b +Author: Carles Muñoz Gorriz +Date: Sun Dec 18 14:05:38 2011 +0100 + + l10n: Updated Catalan (Valencian) (ca) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 6f24d3fd3a4f7ba93314f03ea1efcf7590c724e6 +Author: André Luiz Dias de Miranda +Date: Sat Dec 17 20:36:36 2011 +0100 + + l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 721ba6c2139c63aaa31cf6daed25e0d017b29b5a +Author: Bauzhan Muftakhidinov +Date: Sat Dec 17 18:05:21 2011 +0100 + + l10n: Updated Kazakh (kk) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit aada7f3167d0526a60976f20937fdf141a990f3a +Author: Chipong Luo +Date: Fri Dec 9 15:19:22 2011 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 55 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 590592697bdf8e0304a6f8a1ffa3cc590ef368d2 +Author: Kristófer Arnþórsson +Date: Mon Dec 5 09:06:00 2011 +0100 + + l10n: Updated Icelandic (is) translation to 16% + + New status: 9 messages complete with 0 fuzzies and 46 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + commit 8d49f78ee091f0ed8589f188be72ebaa36b991ea Author: Nick Schermer Date: Sun Dec 4 13:21:18 2011 +0100 diff -Nru tumbler-0.1.23/compile tumbler-0.1.24/compile --- tumbler-0.1.23/compile 2011-12-04 12:21:50.000000000 +0000 +++ tumbler-0.1.24/compile 2012-03-28 16:14:29.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Wrapper for compilers which do not understand `-c -o'. +# Wrapper for compilers which do not understand '-c -o'. -scriptversion=2009-10-06.20; # UTC +scriptversion=2012-01-04.17; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free +# Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -29,21 +29,186 @@ # bugs to or send patches to # . +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l*) + lib=${1#-l} + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + set x "$@" "$dir/$lib.dll.lib" + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + set x "$@" "$dir/$lib.lib" + break + fi + done + IFS=$save_IFS + + test "$found" != yes && set x "$@" "$lib.lib" + shift + ;; + -L*) + func_file_conv "${1#-L}" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + case $1 in '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] -Wrapper for compilers which do not understand `-c -o'. -Remove `-o dest.o' from ARGS, run PROGRAM with the remaining +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the -right script to run: please start by reading the file `INSTALL'. +right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF @@ -53,11 +218,13 @@ echo "compile $scriptversion" exit $? ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; esac ofile= cfile= -eat= for arg do @@ -66,8 +233,8 @@ else case $1 in -o) - # configure might choose to run compile as `compile cc -o foo foo.c'. - # So we strip `-o arg' only if arg is an object. + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) @@ -94,10 +261,10 @@ done if test -z "$ofile" || test -z "$cfile"; then - # If no `-o' option was seen then we might have been invoked from a + # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no - # `.c' file was seen then we are probably linking. That is also + # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi @@ -106,7 +273,7 @@ cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. -# Note: use `[/\\:.-]' here to ensure that we don't use the same name +# Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d diff -Nru tumbler-0.1.23/config.guess tumbler-0.1.24/config.guess --- tumbler-0.1.23/config.guess 2011-12-04 12:21:50.000000000 +0000 +++ tumbler-0.1.24/config.guess 2012-03-28 16:14:29.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -144,7 +145,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward @@ -180,7 +181,7 @@ fi ;; *) - os=netbsd + os=netbsd ;; esac # The OS release @@ -223,7 +224,7 @@ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on @@ -269,7 +270,10 @@ # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -295,7 +299,7 @@ echo s390-ibm-zvmoe exit ;; *:OS400:*:*) - echo powerpc-ibm-os400 + echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} @@ -394,23 +398,23 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; @@ -480,8 +484,8 @@ echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ @@ -494,7 +498,7 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; @@ -551,7 +555,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -594,52 +598,52 @@ 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac + esac ;; + esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa @@ -730,22 +734,22 @@ exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; @@ -769,14 +773,14 @@ exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} @@ -788,13 +792,12 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) @@ -803,15 +806,18 @@ *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -866,7 +872,7 @@ EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; - esac + esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} @@ -878,20 +884,29 @@ then echo ${UNAME_MACHINE}-unknown-linux-gnu else - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) - echo cris-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu @@ -933,7 +948,7 @@ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo or32-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu @@ -959,7 +974,7 @@ echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -967,14 +982,17 @@ sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -983,11 +1001,11 @@ echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. + # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) @@ -1019,7 +1037,7 @@ fi exit ;; i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. + # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; @@ -1047,13 +1065,13 @@ exit ;; pc:*:*:*) # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp - exit ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; @@ -1088,8 +1106,8 @@ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ @@ -1132,10 +1150,10 @@ echo ns32k-sni-sysv fi exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm @@ -1161,11 +1179,11 @@ exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi - exit ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; @@ -1230,6 +1248,9 @@ *:QNX:*:4*) echo i386-pc-qnx exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; @@ -1275,13 +1296,13 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` + UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; @@ -1321,11 +1342,11 @@ #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 - "4" + "4" #else - "" + "" #endif - ); exit (0); + ); exit (0); #endif #endif diff -Nru tumbler-0.1.23/config.sub tumbler-0.1.24/config.sub --- tumbler-0.1.23/config.sub 2011-12-04 12:21:50.000000000 +0000 +++ tumbler-0.1.24/config.sub 2012-03-28 16:14:29.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-01-01' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -75,8 +75,9 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -123,8 +124,9 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os @@ -156,8 +158,8 @@ os= basic_machine=$1 ;; - -bluegene*) - os=-cnk + -bluegene*) + os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= @@ -173,10 +175,10 @@ os=-chorusos basic_machine=$1 ;; - -chorusrdb) - os=-chorusrdb + -chorusrdb) + os=-chorusrdb basic_machine=$1 - ;; + ;; -hiux*) os=-hiuxwe2 ;; @@ -249,13 +251,17 @@ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ + | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ @@ -281,29 +287,39 @@ | moxie \ | mt \ | msp430 \ + | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ + | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ - | rx \ + | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ - | v850 | v850e \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) - # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; @@ -313,6 +329,18 @@ basic_machine=mt-unknown ;; + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. @@ -332,16 +360,19 @@ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | be32-* | be64-* \ | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ @@ -367,25 +398,29 @@ | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ - | romp-* | rs6000-* | rx-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ | tron-* \ | ubicom32-* \ - | v850-* | v850e-* | vax-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) @@ -410,7 +445,7 @@ basic_machine=a29k-amd os=-udi ;; - abacus) + abacus) basic_machine=abacus-unknown ;; adobe68k) @@ -480,11 +515,20 @@ basic_machine=powerpc-ibm os=-cnk ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; c90) basic_machine=c90-cray os=-unicos ;; - cegcc) + cegcc) basic_machine=arm-unknown os=-cegcc ;; @@ -516,7 +560,7 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16) + cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; @@ -674,7 +718,6 @@ i370-ibm* | ibm*) basic_machine=i370-ibm ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 @@ -732,7 +775,7 @@ basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze) basic_machine=microblaze-xilinx ;; mingw32) @@ -771,10 +814,18 @@ ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; + msys) + basic_machine=i386-pc + os=-msys + ;; mvs) basic_machine=i370-ibm os=-mvs ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; ncr3000) basic_machine=i486-ncr os=-sysv4 @@ -839,6 +890,12 @@ np1) basic_machine=np1-gould ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -921,9 +978,10 @@ ;; power) basic_machine=power-ibm ;; - ppc) basic_machine=powerpc-unknown + ppc | ppcbe) basic_machine=powerpc-unknown ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown @@ -1017,6 +1075,9 @@ basic_machine=i860-stratus os=-sysv4 ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; sun2) basic_machine=m68000-sun ;; @@ -1073,20 +1134,8 @@ basic_machine=t90-cray os=-unicos ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff - ;; tile*) - basic_machine=tile-unknown + basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) @@ -1156,6 +1205,9 @@ xps | xps100) basic_machine=xps100-honeywell ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; ymp) basic_machine=ymp-cray os=-unicos @@ -1253,11 +1305,11 @@ if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # First match some system type aliases + # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux + -auroraux) + os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` @@ -1293,8 +1345,9 @@ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ @@ -1341,7 +1394,7 @@ -opened*) os=-openedition ;; - -os400*) + -os400*) os=-os400 ;; -wince*) @@ -1390,7 +1443,7 @@ -sinix*) os=-sysv4 ;; - -tpf*) + -tpf*) os=-tpf ;; -triton*) @@ -1435,6 +1488,8 @@ -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) @@ -1457,10 +1512,10 @@ # system, and we'll never get to this point. case $basic_machine in - score-*) + score-*) os=-elf ;; - spu-*) + spu-*) os=-elf ;; *-acorn) @@ -1472,8 +1527,17 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff ;; # This must come before the *-dec entry. pdp10-*) @@ -1493,14 +1557,11 @@ ;; m68000-sun) os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 ;; m68*-cisco) os=-aout ;; - mep-*) + mep-*) os=-elf ;; mips*-cisco) @@ -1527,7 +1588,7 @@ *-ibm) os=-aix ;; - *-knuth) + *-knuth) os=-mmixware ;; *-wec) diff -Nru tumbler-0.1.23/configure tumbler-0.1.24/configure --- tumbler-0.1.23/configure 2011-12-04 12:21:52.000000000 +0000 +++ tumbler-0.1.24/configure 2012-03-28 16:14:30.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for tumbler 0.1.23. +# Generated by GNU Autoconf 2.68 for tumbler 0.1.24. # # Report bugs to . # @@ -572,8 +572,8 @@ # Identity of this package. PACKAGE_NAME='tumbler' PACKAGE_TARNAME='tumbler' -PACKAGE_VERSION='0.1.23' -PACKAGE_STRING='tumbler 0.1.23' +PACKAGE_VERSION='0.1.24' +PACKAGE_STRING='tumbler 0.1.24' PACKAGE_BUGREPORT='http://bugzilla.xfce.org/' PACKAGE_URL='' @@ -662,6 +662,8 @@ DBUS_CFLAGS GTHREAD_LIBS GTHREAD_CFLAGS +GMODULE_LIBS +GMODULE_CFLAGS GIO_LIBS GIO_CFLAGS GLIB_LIBS @@ -744,6 +746,12 @@ INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE +intltool__v_merge_options_0 +intltool__v_merge_options_ +INTLTOOL_V_MERGE_OPTIONS +INTLTOOL__v_MERGE_0 +INTLTOOL__v_MERGE_ +INTLTOOL_V_MERGE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE @@ -761,6 +769,7 @@ am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -782,6 +791,8 @@ TUMBLER_VERINFO AM_BACKSLASH AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE @@ -911,6 +922,8 @@ GLIB_LIBS GIO_CFLAGS GIO_LIBS +GMODULE_CFLAGS +GMODULE_LIBS GTHREAD_CFLAGS GTHREAD_LIBS DBUS_CFLAGS @@ -1473,7 +1486,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures tumbler 0.1.23 to adapt to many kinds of systems. +\`configure' configures tumbler 0.1.24 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1544,7 +1557,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of tumbler 0.1.23:";; + short | recursive ) echo "Configuration of tumbler 0.1.24:";; esac cat <<\_ACEOF @@ -1629,6 +1642,10 @@ GLIB_LIBS linker flags for GLIB, overriding pkg-config GIO_CFLAGS C compiler flags for GIO, overriding pkg-config GIO_LIBS linker flags for GIO, overriding pkg-config + GMODULE_CFLAGS + C compiler flags for GMODULE, overriding pkg-config + GMODULE_LIBS + linker flags for GMODULE, overriding pkg-config GTHREAD_CFLAGS C compiler flags for GTHREAD, overriding pkg-config GTHREAD_LIBS @@ -1730,7 +1747,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -tumbler configure 0.1.23 +tumbler configure 0.1.24 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2101,7 +2118,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by tumbler $as_me 0.1.23, which was +It was created by tumbler $as_me 0.1.24, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3031,7 +3048,7 @@ # Define the identity of the package. PACKAGE='tumbler' - VERSION='0.1.23' + VERSION='0.1.24' cat >>confdefs.h <<_ACEOF @@ -3061,9 +3078,9 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 @@ -3190,6 +3207,33 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' @@ -3198,7 +3242,7 @@ TUMBLER_VERSION_MAJOR=0 TUMBLER_VERSION_MINOR=1 -TUMBLER_VERSION_MICRO=23 +TUMBLER_VERSION_MICRO=24 TUMBLER_VERSION_API_MAJOR=1 TUMBLER_VERSION_API=$TUMBLER_VERSION_API_MAJOR @@ -3259,6 +3303,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -4072,6 +4117,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -4131,7 +4177,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -4745,6 +4791,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -4802,7 +4849,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -5410,6 +5457,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -5469,7 +5517,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -5813,25 +5861,44 @@ as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 fi - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi + + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' + + + + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' + + + + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' @@ -6150,7 +6217,7 @@ if test $? -ne 0; then as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 $as_echo "$IT_PERL_VERSION" >&6; } fi @@ -15094,6 +15161,97 @@ fi pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMODULE" >&5 +$as_echo_n "checking for GMODULE... " >&6; } + +if test -n "$GMODULE_CFLAGS"; then + pkg_cv_GMODULE_CFLAGS="$GMODULE_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0 >= 2.10.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.10.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0 >= 2.10.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GMODULE_LIBS"; then + pkg_cv_GMODULE_LIBS="$GMODULE_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0 >= 2.10.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.10.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0 >= 2.10.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gmodule-2.0 >= 2.10.0" 2>&1` + else + GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gmodule-2.0 >= 2.10.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GMODULE_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (gmodule-2.0 >= 2.10.0) were not met: + +$GMODULE_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GMODULE_CFLAGS +and GMODULE_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GMODULE_CFLAGS +and GMODULE_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + GMODULE_CFLAGS=$pkg_cv_GMODULE_CFLAGS + GMODULE_LIBS=$pkg_cv_GMODULE_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + +pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTHREAD" >&5 $as_echo_n "checking for GTHREAD... " >&6; } @@ -17709,7 +17867,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by tumbler $as_me 0.1.23, which was +This file was extended by tumbler $as_me 0.1.24, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17775,7 +17933,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -tumbler config.status 0.1.23 +tumbler config.status 0.1.24 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru tumbler-0.1.23/configure.ac tumbler-0.1.24/configure.ac --- tumbler-0.1.23/configure.ac 2011-12-04 12:21:44.000000000 +0000 +++ tumbler-0.1.24/configure.ac 2012-03-28 16:14:25.000000000 +0000 @@ -24,14 +24,9 @@ m4_define([tumbler_version_api_major], [1]) m4_define([tumbler_version_major], [0]) m4_define([tumbler_version_minor], [1]) -m4_define([tumbler_version_micro], [23]) +m4_define([tumbler_version_micro], [24]) m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()]) -dnl ******************************************** -dnl *** Full debug support for SVN snapshots *** -dnl ******************************************** -m4_define([tumbler_debug_default], [minimum]) - dnl *************************** dnl *** Initialize autoconf *** dnl *************************** @@ -148,6 +143,7 @@ dnl *********************************** PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16.0]) PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.16.0]) +PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= 2.10.0]) PKG_CHECK_MODULES([GTHREAD], [gthread-2.0 >= 2.16.0]) PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.0.0]) PKG_CHECK_MODULES([DBUS_GLIB], [dbus-glib-1 >= 0.72]) diff -Nru tumbler-0.1.23/COPYING tumbler-0.1.24/COPYING --- tumbler-0.1.23/COPYING 2011-12-04 12:21:45.000000000 +0000 +++ tumbler-0.1.24/COPYING 2012-03-28 16:14:25.000000000 +0000 @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -15,7 +15,7 @@ General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not @@ -55,8 +55,8 @@ The precise terms and conditions for copying, distribution and modification follow. - - GNU GENERAL PUBLIC LICENSE + + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -110,7 +110,7 @@ License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -168,7 +168,7 @@ access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -225,7 +225,7 @@ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -255,7 +255,7 @@ of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -277,9 +277,9 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it @@ -303,17 +303,16 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. @@ -336,5 +335,5 @@ This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General +library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. diff -Nru tumbler-0.1.23/debian/changelog tumbler-0.1.24/debian/changelog --- tumbler-0.1.23/debian/changelog 2012-02-14 21:53:05.000000000 +0000 +++ tumbler-0.1.24/debian/changelog 2012-03-30 20:22:19.000000000 +0000 @@ -1,3 +1,11 @@ +tumbler (0.1.24-0ubuntu1) precise; urgency=low + + * New upstream bugfix and translation release. + * debian/patches: + - 01_fix-link-lm and 02_fix-link-gmodule removed, included upstream. + + -- Lionel Le Folgoc Fri, 30 Mar 2012 22:21:12 +0200 + tumbler (0.1.23-1ubuntu1) precise; urgency=low * Resync with Debian unstable. diff -Nru tumbler-0.1.23/debian/patches/01_fix-link-lm.patch tumbler-0.1.24/debian/patches/01_fix-link-lm.patch --- tumbler-0.1.23/debian/patches/01_fix-link-lm.patch 2011-12-10 14:39:38.000000000 +0000 +++ tumbler-0.1.24/debian/patches/01_fix-link-lm.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,84 +0,0 @@ -Description: link with -lm -Bug: https://bugzilla.xfce.org/show_bug.cgi?id=8236 -Author: Yves-Alexis Perez -Author: Lionel Le Folgoc -Index: tumbler-0.1.21/plugins/font-thumbnailer/Makefile.am -=================================================================== ---- tumbler-0.1.21.orig/plugins/font-thumbnailer/Makefile.am 2011-02-12 20:46:10.000000000 +0100 -+++ tumbler-0.1.21/plugins/font-thumbnailer/Makefile.am 2011-09-05 21:30:57.016017667 +0200 -@@ -54,7 +54,8 @@ - $(GDK_PIXBUF_LIBS) \ - $(GIO_LIBS) \ - $(GLIB_LIBS) \ -- $(FREETYPE_LIBS) -+ $(FREETYPE_LIBS) \ -+ -lm - - tumbler_font_thumbnailer_la_DEPENDENCIES = \ - $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la -Index: tumbler-0.1.21/plugins/pixbuf-thumbnailer/Makefile.am -=================================================================== ---- tumbler-0.1.21.orig/plugins/pixbuf-thumbnailer/Makefile.am 2011-02-12 20:46:10.000000000 +0100 -+++ tumbler-0.1.21/plugins/pixbuf-thumbnailer/Makefile.am 2011-09-05 21:30:57.016017667 +0200 -@@ -52,7 +52,8 @@ - $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la \ - $(GDK_PIXBUF_LIBS) \ - $(GIO_LIBS) \ -- $(GLIB_LIBS) -+ $(GLIB_LIBS) \ -+ -lm - - tumbler_pixbuf_thumbnailer_la_DEPENDENCIES = \ - $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la -Index: tumbler-0.1.21/plugins/ffmpeg-thumbnailer/Makefile.am -=================================================================== ---- tumbler-0.1.21.orig/plugins/ffmpeg-thumbnailer/Makefile.am 2011-02-12 20:46:10.000000000 +0100 -+++ tumbler-0.1.21/plugins/ffmpeg-thumbnailer/Makefile.am 2011-09-05 21:30:57.016017667 +0200 -@@ -54,7 +54,8 @@ - $(GDK_PIXBUF_LIBS) \ - $(GIO_LIBS) \ - $(GLIB_LIBS) \ -- $(FFMPEGTHUMBNAILER_LIBS) -+ $(FFMPEGTHUMBNAILER_LIBS) \ -+ -lm - - tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES = \ - $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la -Index: tumbler-0.1.21/plugins/poppler-thumbnailer/Makefile.am -=================================================================== ---- tumbler-0.1.21.orig/plugins/poppler-thumbnailer/Makefile.am 2011-09-05 21:31:05.528070185 +0200 -+++ tumbler-0.1.21/plugins/poppler-thumbnailer/Makefile.am 2011-09-05 21:31:16.300136780 +0200 -@@ -54,7 +54,8 @@ - $(GDK_PIXBUF_LIBS) \ - $(GIO_LIBS) \ - $(GLIB_LIBS) \ -- $(POPPLER_GLIB_LIBS) -+ $(POPPLER_GLIB_LIBS) \ -+ -lm - - tumbler_poppler_thumbnailer_la_DEPENDENCIES = \ - $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la ---- tumbler-0.1.23.orig/plugins/odf-thumbnailer/Makefile.am -+++ tumbler-0.1.23/plugins/odf-thumbnailer/Makefile.am -@@ -54,7 +54,8 @@ tumbler_odf_thumbnailer_la_LIBADD = - $(GDK_PIXBUF_LIBS) \ - $(GIO_LIBS) \ - $(GLIB_LIBS) \ -- $(GSF_LIBS) -+ $(GSF_LIBS) \ -+ -lm - - tumbler_odf_thumbnailer_la_DEPENDENCIES = \ - $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la ---- tumbler-0.1.23.orig/plugins/raw-thumbnailer/Makefile.am -+++ tumbler-0.1.23/plugins/raw-thumbnailer/Makefile.am -@@ -54,7 +54,8 @@ tumbler_raw_thumbnailer_la_LIBADD = - $(GDK_PIXBUF_LIBS) \ - $(GIO_LIBS) \ - $(GLIB_LIBS) \ -- $(LIBOPENRAW_GNOME_LIBS) -+ $(LIBOPENRAW_GNOME_LIBS) \ -+ -lm - - tumbler_raw_thumbnailer_la_DEPENDENCIES = \ - $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la diff -Nru tumbler-0.1.23/debian/patches/02_fix-link-gmodule.patch tumbler-0.1.24/debian/patches/02_fix-link-gmodule.patch --- tumbler-0.1.23/debian/patches/02_fix-link-gmodule.patch 2012-02-14 21:51:14.000000000 +0000 +++ tumbler-0.1.24/debian/patches/02_fix-link-gmodule.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -Description: Explicitly link with gmodule -Author: Lionel Le Folgoc -Bug: https://bugzilla.xfce.org/show_bug.cgi?id=8466 - ---- tumbler-0.1.23.orig/configure.ac -+++ tumbler-0.1.23/configure.ac -@@ -148,6 +148,7 @@ dnl *** Check for required packages *** - dnl *********************************** - PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16.0]) - PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.16.0]) -+PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= 2.10.0]) - PKG_CHECK_MODULES([GTHREAD], [gthread-2.0 >= 2.16.0]) - PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.0.0]) - PKG_CHECK_MODULES([DBUS_GLIB], [dbus-glib-1 >= 0.72]) ---- tumbler-0.1.23.orig/tumbler/Makefile.am -+++ tumbler-0.1.23/tumbler/Makefile.am -@@ -82,6 +82,7 @@ libtumbler_1_la_CFLAGS = \ - $(GDK_PIXBUF_CFLAGS) \ - $(GIO_CFLAGS) \ - $(GLIB_CFLAGS) \ -+ $(GMODULE_CFLAGS) \ - $(GTHREAD_CFLAGS) \ - $(PLATFORM_CFLAGS) - -@@ -95,6 +96,7 @@ libtumbler_1_la_LIBADD = \ - $(GDK_PIXBUF_LIBS) \ - $(GIO_LIBS) \ - $(GLIB_LIBS) \ -+ $(GMODULE_LIBS) \ - $(GTHREAD_LIBS) - - EXTRA_DIST = \ diff -Nru tumbler-0.1.23/debian/patches/series tumbler-0.1.24/debian/patches/series --- tumbler-0.1.23/debian/patches/series 2012-02-14 21:50:36.000000000 +0000 +++ tumbler-0.1.24/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -01_fix-link-lm.patch -02_fix-link-gmodule.patch diff -Nru tumbler-0.1.23/depcomp tumbler-0.1.24/depcomp --- tumbler-0.1.23/depcomp 2011-12-04 12:21:51.000000000 +0000 +++ tumbler-0.1.24/depcomp 2012-03-28 16:14:30.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-12-04.11; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, +# 2011 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. - tmpdepfile Temporary file to use when outputing dependencies. + tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . @@ -90,10 +90,18 @@ # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 - cygpath_u="sed s,\\\\\\\\,/,g" + cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what @@ -158,10 +166,12 @@ ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as -## well. +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -405,6 +415,52 @@ rm -f "$tmpdepfile" ;; +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test "$stat" = 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/ \1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/ / + G + p +}' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. @@ -503,7 +559,9 @@ touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation diff -Nru tumbler-0.1.23/docs/Makefile.in tumbler-0.1.24/docs/Makefile.in --- tumbler-0.1.23/docs/Makefile.in 2011-12-04 12:21:50.000000000 +0000 +++ tumbler-0.1.24/docs/Makefile.in 2012-03-28 16:14:29.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -64,11 +64,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -163,6 +163,8 @@ GIO_LIBS = @GIO_LIBS@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ @@ -190,6 +192,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@ @@ -283,6 +289,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -557,10 +565,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru tumbler-0.1.23/docs/reference/Makefile.in tumbler-0.1.24/docs/reference/Makefile.in --- tumbler-0.1.23/docs/reference/Makefile.in 2011-12-04 12:21:50.000000000 +0000 +++ tumbler-0.1.24/docs/reference/Makefile.in 2012-03-28 16:14:29.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -64,11 +64,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -163,6 +163,8 @@ GIO_LIBS = @GIO_LIBS@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ @@ -190,6 +192,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@ @@ -283,6 +289,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -557,10 +565,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru tumbler-0.1.23/docs/reference/tumbler/html/index.html tumbler-0.1.24/docs/reference/tumbler/html/index.html --- tumbler-0.1.23/docs/reference/tumbler/html/index.html 2011-12-04 12:22:07.000000000 +0000 +++ tumbler-0.1.24/docs/reference/tumbler/html/index.html 2012-03-28 16:14:41.000000000 +0000 @@ -20,7 +20,7 @@ -

Version 0.1.23 +

Version 0.1.24

diff -Nru tumbler-0.1.23/docs/reference/tumbler/html/pt01.html tumbler-0.1.24/docs/reference/tumbler/html/pt01.html --- tumbler-0.1.23/docs/reference/tumbler/html/pt01.html 2011-12-04 12:22:07.000000000 +0000 +++ tumbler-0.1.24/docs/reference/tumbler/html/pt01.html 2012-03-28 16:14:41.000000000 +0000 @@ -21,7 +21,7 @@

-Part I. Overview

+Part I. Overview

The tumbler library depends on the following libraries:

diff -Nru tumbler-0.1.23/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html tumbler-0.1.24/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html --- tumbler-0.1.23/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html 2011-12-04 12:22:07.000000000 +0000 +++ tumbler-0.1.24/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html 2012-03-28 16:14:41.000000000 +0000 @@ -94,7 +94,7 @@

TUMBLER_MICRO_VERSION

-
#define TUMBLER_MICRO_VERSION 23
+
#define TUMBLER_MICRO_VERSION 24
 

@@ -125,7 +125,7 @@

-

Example 1. Checking the runtime version of the tumbler library

+

Example 1. Checking the runtime version of the tumbler library

 const gchar *mismatch;
 mismatch = tumbler_check_version (TUMBLER_VERSION_MAJOR,
diff -Nru tumbler-0.1.23/docs/reference/tumbler/Makefile.am tumbler-0.1.24/docs/reference/tumbler/Makefile.am
--- tumbler-0.1.23/docs/reference/tumbler/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/docs/reference/tumbler/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -65,8 +65,10 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(GTHREAD_CFLAGS)						\
-	$(PNG_CFLAGS)							\
-	$(GTK_DOC_EXTRA_CFLAGS)
+	$(GTK_DOC_EXTRA_CFLAGS)						\
+	$(PLATFORM_CFLAGS)						\
+	$(PLATFORM_CPPFLAGS)						\
+	$(PNG_CFLAGS)
 
 GTKDOC_LIBS =								\
 	$(DBUS_LIBS)							\
diff -Nru tumbler-0.1.23/docs/reference/tumbler/Makefile.in tumbler-0.1.24/docs/reference/tumbler/Makefile.in
--- tumbler-0.1.23/docs/reference/tumbler/Makefile.in	2011-12-04 12:21:50.000000000 +0000
+++ tumbler-0.1.24/docs/reference/tumbler/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -72,11 +72,11 @@
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES = version.xml
 CONFIG_CLEAN_VPATH_FILES =
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 SOURCES =
 DIST_SOURCES =
@@ -131,6 +131,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -158,6 +160,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -251,6 +257,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -321,8 +329,10 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(GTHREAD_CFLAGS)						\
-	$(PNG_CFLAGS)							\
-	$(GTK_DOC_EXTRA_CFLAGS)
+	$(GTK_DOC_EXTRA_CFLAGS)						\
+	$(PLATFORM_CFLAGS)						\
+	$(PLATFORM_CPPFLAGS)						\
+	$(PNG_CFLAGS)
 
 GTKDOC_LIBS = \
 	$(DBUS_LIBS)							\
@@ -403,6 +413,7 @@
 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 	esac;
+$(top_srcdir)/gtk-doc.make:
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
@@ -474,10 +485,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/docs/reference/tumbler/version.xml tumbler-0.1.24/docs/reference/tumbler/version.xml
--- tumbler-0.1.23/docs/reference/tumbler/version.xml	2011-12-04 12:21:58.000000000 +0000
+++ tumbler-0.1.24/docs/reference/tumbler/version.xml	2012-03-28 16:14:34.000000000 +0000
@@ -1 +1 @@
-0.1.23
+0.1.24
diff -Nru tumbler-0.1.23/INSTALL tumbler-0.1.24/INSTALL
--- tumbler-0.1.23/INSTALL	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/INSTALL	2012-03-28 16:14:30.000000000 +0000
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
    On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
diff -Nru tumbler-0.1.23/install-sh tumbler-0.1.24/install-sh
--- tumbler-0.1.23/install-sh	2011-12-04 12:21:50.000000000 +0000
+++ tumbler-0.1.24/install-sh	2012-03-28 16:14:29.000000000 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2011-01-19.21; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -156,6 +156,10 @@
     -s) stripcmd=$stripprog;;
 
     -t) dst_arg=$2
+	# Protect names problematic for `test' and other utilities.
+	case $dst_arg in
+	  -* | [=\(\)!]) dst_arg=./$dst_arg;;
+	esac
 	shift;;
 
     -T) no_target_directory=true;;
@@ -186,6 +190,10 @@
     fi
     shift # arg
     dst_arg=$arg
+    # Protect names problematic for `test' and other utilities.
+    case $dst_arg in
+      -* | [=\(\)!]) dst_arg=./$dst_arg;;
+    esac
   done
 fi
 
@@ -200,7 +208,11 @@
 fi
 
 if test -z "$dir_arg"; then
-  trap '(exit $?); exit' 1 2 13 15
+  do_exit='(exit $ret); exit $ret'
+  trap "ret=129; $do_exit" 1
+  trap "ret=130; $do_exit" 2
+  trap "ret=141; $do_exit" 13
+  trap "ret=143; $do_exit" 15
 
   # Set umask so as not to create temps with too-generous modes.
   # However, 'strip' requires both read and write access to temps.
@@ -228,9 +240,9 @@
 
 for src
 do
-  # Protect names starting with `-'.
+  # Protect names problematic for `test' and other utilities.
   case $src in
-    -*) src=./$src;;
+    -* | [=\(\)!]) src=./$src;;
   esac
 
   if test -n "$dir_arg"; then
@@ -252,12 +264,7 @@
       echo "$0: no destination specified." >&2
       exit 1
     fi
-
     dst=$dst_arg
-    # Protect names starting with `-'.
-    case $dst in
-      -*) dst=./$dst;;
-    esac
 
     # If destination is a directory, append the input filename; won't work
     # if double slashes aren't ignored.
@@ -385,7 +392,7 @@
 
       case $dstdir in
 	/*) prefix='/';;
-	-*) prefix='./';;
+	[-=\(\)!]*) prefix='./';;
 	*)  prefix='';;
       esac
 
@@ -403,7 +410,7 @@
 
       for d
       do
-	test -z "$d" && continue
+	test X"$d" = X && continue
 
 	prefix=$prefix$d
 	if test -d "$prefix"; then
diff -Nru tumbler-0.1.23/Makefile.in tumbler-0.1.24/Makefile.in
--- tumbler-0.1.23/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/Makefile.in	2012-03-28 16:14:30.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -70,11 +70,11 @@
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 SOURCES =
 DIST_SOURCES =
@@ -97,9 +97,11 @@
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
 am__remove_distdir = \
-  { test ! -d "$(distdir)" \
-    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
-         && rm -fr "$(distdir)"; }; }
+  if test -d "$(distdir)"; then \
+    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+      && rm -rf "$(distdir)" \
+      || { sleep 5 && rm -rf "$(distdir)"; }; \
+  else :; fi
 am__relativize = \
   dir0=`pwd`; \
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -128,6 +130,8 @@
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 GZIP_ENV = --best
 distuninstallcheck_listfiles = find . -type f -print
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
@@ -179,6 +183,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -206,6 +212,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -299,6 +309,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -336,7 +348,7 @@
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 .SUFFIXES:
-am--refresh:
+am--refresh: Makefile
 	@:
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
@@ -372,10 +384,8 @@
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-	@if test ! -f $@; then \
-	  rm -f stamp-h1; \
-	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
-	else :; fi
+	@if test ! -f $@; then rm -f stamp-h1; else :; fi
+	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 	@rm -f stamp-h1
@@ -606,7 +616,11 @@
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 	$(am__remove_distdir)
 dist-bzip2: distdir
-	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
+	$(am__remove_distdir)
+
+dist-lzip: distdir
+	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 	$(am__remove_distdir)
 
 dist-lzma: distdir
@@ -614,7 +628,7 @@
 	$(am__remove_distdir)
 
 dist-xz: distdir
-	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
+	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 	$(am__remove_distdir)
 
 dist-tarZ: distdir
@@ -632,7 +646,7 @@
 
 dist dist-all: distdir
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 	$(am__remove_distdir)
 
 # This target untars the dist file and tries a VPATH configuration.  Then
@@ -646,6 +660,8 @@
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 	*.tar.lzma*) \
 	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
+	*.tar.lz*) \
+	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 	*.tar.xz*) \
 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 	*.tar.Z*) \
@@ -665,6 +681,7 @@
 	  && am__cwd=`pwd` \
 	  && $(am__cd) $(distdir)/_build \
 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
 	  && $(MAKE) $(AM_MAKEFLAGS) \
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
@@ -693,8 +710,16 @@
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 distuninstallcheck:
-	@$(am__cd) '$(distuninstallcheck_dir)' \
-	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
+	@test -n '$(distuninstallcheck_dir)' || { \
+	  echo 'ERROR: trying to run $@ with an empty' \
+	       '$$(distuninstallcheck_dir)' >&2; \
+	  exit 1; \
+	}; \
+	$(am__cd) '$(distuninstallcheck_dir)' || { \
+	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
+	  exit 1; \
+	}; \
+	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 	   || { echo "ERROR: files left after uninstall:" ; \
 	        if test -n "$(DESTDIR)"; then \
 	          echo "  (check DESTDIR support)"; \
@@ -725,10 +750,15 @@
 
 installcheck: installcheck-recursive
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
@@ -816,18 +846,19 @@
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 	all all-am am--refresh check check-am clean clean-generic \
 	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
-	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
-	dist-zip distcheck distclean distclean-generic distclean-hdr \
-	distclean-libtool distclean-tags distcleancheck distdir \
-	distuninstallcheck dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-recursive uninstall uninstall-am
+	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
+	dist-xz dist-zip distcheck distclean distclean-generic \
+	distclean-hdr distclean-libtool distclean-tags distcleancheck \
+	distdir distuninstallcheck dvi dvi-am html html-am info \
+	info-am install install-am install-data install-data-am \
+	install-dvi install-dvi-am install-exec install-exec-am \
+	install-html install-html-am install-info install-info-am \
+	install-man install-pdf install-pdf-am install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
+	uninstall uninstall-am
 
 
 .PHONY: ChangeLog
diff -Nru tumbler-0.1.23/missing tumbler-0.1.24/missing
--- tumbler-0.1.23/missing	2011-12-04 12:21:50.000000000 +0000
+++ tumbler-0.1.24/missing	2012-03-28 16:14:29.000000000 +0000
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2012-01-06.13; # UTC
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard , 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -84,7 +84,6 @@
   help2man     touch the output file
   lex          create \`lex.yy.c', if possible, from existing .c
   makeinfo     touch the output file
-  tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
@@ -122,15 +121,6 @@
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar*)
-    if test -n "$run"; then
-       echo 1>&2 "ERROR: \`tar' requires --run"
-       exit 1
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-       exit 1
-    fi
-    ;;
-
   *)
     if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
        # We have it, but it failed.
@@ -226,7 +216,7 @@
          \`Bison' from any GNU archive site."
     rm -f y.tab.c y.tab.h
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
 	case $LASTARG in
 	*.y)
 	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
@@ -256,7 +246,7 @@
          \`Flex' from any GNU archive site."
     rm -f lex.yy.c
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
 	case $LASTARG in
 	*.l)
 	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
@@ -318,41 +308,6 @@
     touch $file
     ;;
 
-  tar*)
-    shift
-
-    # We have already tried tar in the generic part.
-    # Look for gnutar/gtar before invocation to avoid ugly error
-    # messages.
-    if (gnutar --version > /dev/null 2>&1); then
-       gnutar "$@" && exit 0
-    fi
-    if (gtar --version > /dev/null 2>&1); then
-       gtar "$@" && exit 0
-    fi
-    firstarg="$1"
-    if shift; then
-	case $firstarg in
-	*o*)
-	    firstarg=`echo "$firstarg" | sed s/o//`
-	    tar "$firstarg" "$@" && exit 0
-	    ;;
-	esac
-	case $firstarg in
-	*h*)
-	    firstarg=`echo "$firstarg" | sed s/h//`
-	    tar "$firstarg" "$@" && exit 0
-	    ;;
-	esac
-    fi
-
-    echo 1>&2 "\
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
-         You may want to install GNU tar or Free paxutils, or check the
-         command line arguments."
-    exit 1
-    ;;
-
   *)
     echo 1>&2 "\
 WARNING: \`$1' is needed, and is $msg.
diff -Nru tumbler-0.1.23/NEWS tumbler-0.1.24/NEWS
--- tumbler-0.1.23/NEWS	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/NEWS	2012-03-28 16:14:25.000000000 +0000
@@ -1,3 +1,15 @@
+0.1.24
+======
+- Update COPYING to the latest version of GPL2 (bug #7796).
+- Link all plugins that use rint() against libm (bug #8236).
+- Call dbus_g_thread_init() to fix threading issues (bug #7544).
+- Add application/vnd.rn-realmedia to the ffmpeg plugin (bug #6949).
+- Explicitly link against gmodule (bug #8466).
+- Avoid accessing list elements after they have been freed (bug #7418).
+- Make sure to include PLATFORM flags everywhere.
+- Translation updates: bg, ca, cs, de, es, fi, he, id, is, kk, ko, lt,
+  nn, pl, pt, pt_BR, zh_CN.
+
 0.1.23
 ======
 - Fix generation of video images by starting the pipeline (bug #7996).
@@ -19,18 +31,18 @@
 ======
 - Add coding style documentation.
 - Fix compiler error on Sun Studio.
-- Add a GStreamer-based thumbnailer for video thumbnails. Thanks to 
+- Add a GStreamer-based thumbnailer for video thumbnails. Thanks to
   Ross Burton for the work.
 - Avoid GdkPixbuf functions deprecated in poppler >= 0.17 (bug #7649).
 - Translation updates: Arabic, Basque, Catalan (Valencian),
   Chinese (China), Chinese (Taiwan), Danish, Dutch (Flemish), Finnish,
-  French, German, Indonesian, Italian, Japanese, Kazakh, Korean, 
-  Portuguese (Brazilian), Portuguese, Romanian, Russian, Slovak, 
+  French, German, Indonesian, Italian, Japanese, Kazakh, Korean,
+  Portuguese (Brazilian), Portuguese, Romanian, Russian, Slovak,
   Spanish (Castilian), Swedish, Telugu, Turkish, Ukrainian.
 
 0.1.21
 ======
-- Update to latest revision of the thumbnail management D-Bus 
+- Update to latest revision of the thumbnail management D-Bus
   specification where Cleanup() takes an array of base URIs instead
   of just one.
 - Get rid of the inherently broken GStrv type in function signatures.
@@ -45,7 +57,7 @@
 =====
 - Fix a possible segmentation fault in the JPEG thumbnailer plugin.
 - Translation updates: Arabic, Chinese (Taiwan), Czech, English (United
-  Kingdom), Finnish, French, Galician, Greek, Hebrew, Indonesian, 
+  Kingdom), Finnish, French, Galician, Greek, Hebrew, Indonesian,
   Japanese, Norwegian Bokmal, Polish, Romanian, Russian, Ukrainian.
 
 0.1.5
@@ -64,13 +76,13 @@
 
 0.1.3
 =====
-- Link plugins against libtumbler-1. Should fix builds with 
+- Link plugins against libtumbler-1. Should fix builds with
   --as-needed.
 - Move tumblerd into $libdir/tumbler-1.
 - Add support for arbitrary URI shemes in the poppler plugin.
 - Translation updates: Basque, Indonesian, Swedish, German, Russian,
   Galician, Uyghur, Chinese (Taiwan), Ukrainian, Finnish, Catalan
-  (Valencian), Danish, Japanese, Kazakh, Italian, Portuguese, 
+  (Valencian), Danish, Japanese, Kazakh, Italian, Portuguese,
 
 0.1.2
 =====
@@ -78,7 +90,7 @@
 - Add a new video thumbnailer plugin using libffmpegthumbnailer.
 - Handle missing URIs/MIME types in thumbnailer requests by reporting
   them back to the client application as an error.
-- Don't use dbus_connection_send from threads. Use g_idle_add() 
+- Don't use dbus_connection_send from threads. Use g_idle_add()
   instead.
 - Improve tumblerd's startup significantly by optimizing the code
   dealing with updating the supported URI schemes and MIME types.
diff -Nru tumbler-0.1.23/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c tumbler-0.1.24/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c
--- tumbler-0.1.23/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c	2012-03-28 16:14:25.000000000 +0000
@@ -113,6 +113,7 @@
     "video/x-msvideo",
     "video/x-flv",
     "application/x-flash-video",
+    "application/vnd.rn-realmedia",
     "video/3gpp",
     "video/x-matroska",
     "video/ogg",
diff -Nru tumbler-0.1.23/plugins/ffmpeg-thumbnailer/Makefile.am tumbler-0.1.24/plugins/ffmpeg-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/ffmpeg-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/ffmpeg-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009-2010 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -41,6 +41,7 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(FFMPEGTHUMBNAILER_CFLAGS)					\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_ffmpeg_thumbnailer_la_LDFLAGS =					\
@@ -54,7 +55,8 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
-	$(FFMPEGTHUMBNAILER_LIBS)
+	$(FFMPEGTHUMBNAILER_LIBS)					\
+	-lm
 
 tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES =				\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/plugins/ffmpeg-thumbnailer/Makefile.in tumbler-0.1.24/plugins/ffmpeg-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/ffmpeg-thumbnailer/Makefile.in	2011-12-04 12:21:50.000000000 +0000
+++ tumbler-0.1.24/plugins/ffmpeg-thumbnailer/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -17,7 +17,7 @@
 
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009-2010 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -86,6 +86,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -98,8 +104,8 @@
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo
 tumbler_ffmpeg_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_ffmpeg_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_ffmpeg_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -117,21 +123,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_ffmpeg_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_ffmpeg_thumbnailer_la_SOURCES_DIST)
@@ -188,6 +194,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -215,6 +223,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -308,6 +320,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -353,6 +367,7 @@
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(FFMPEGTHUMBNAILER_CFLAGS)					\
+@TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@tumbler_ffmpeg_thumbnailer_la_LDFLAGS = \
@@ -366,7 +381,8 @@
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(GDK_PIXBUF_LIBS)						\
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(GIO_LIBS)							\
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(GLIB_LIBS)							\
-@TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(FFMPEGTHUMBNAILER_LIBS)
+@TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(FFMPEGTHUMBNAILER_LIBS)					\
+@TUMBLER_FFMPEG_THUMBNAILER_TRUE@	-lm
 
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES = \
 @TUMBLER_FFMPEG_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -436,7 +452,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-ffmpeg-thumbnailer.la: $(tumbler_ffmpeg_thumbnailer_la_OBJECTS) $(tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES) 
+tumbler-ffmpeg-thumbnailer.la: $(tumbler_ffmpeg_thumbnailer_la_OBJECTS) $(tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_ffmpeg_thumbnailer_la_LINK) $(am_tumbler_ffmpeg_thumbnailer_la_rpath) $(tumbler_ffmpeg_thumbnailer_la_OBJECTS) $(tumbler_ffmpeg_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -452,50 +468,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.lo: ffmpeg-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.Tpo -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.lo `test -f 'ffmpeg-thumbnailer-plugin.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ffmpeg-thumbnailer-plugin.c' object='tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ffmpeg-thumbnailer-plugin.c' object='tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.lo `test -f 'ffmpeg-thumbnailer-plugin.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-plugin.lo `test -f 'ffmpeg-thumbnailer-plugin.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer-plugin.c
 
 tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.lo: ffmpeg-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.Tpo -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.lo `test -f 'ffmpeg-thumbnailer-provider.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ffmpeg-thumbnailer-provider.c' object='tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ffmpeg-thumbnailer-provider.c' object='tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.lo `test -f 'ffmpeg-thumbnailer-provider.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer-provider.lo `test -f 'ffmpeg-thumbnailer-provider.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer-provider.c
 
 tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo: ffmpeg-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.Tpo -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo `test -f 'ffmpeg-thumbnailer.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.Tpo $(DEPDIR)/tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ffmpeg-thumbnailer.c' object='tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ffmpeg-thumbnailer.c' object='tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo `test -f 'ffmpeg-thumbnailer.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_ffmpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_ffmpeg_thumbnailer_la-ffmpeg-thumbnailer.lo `test -f 'ffmpeg-thumbnailer.c' || echo '$(srcdir)/'`ffmpeg-thumbnailer.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -602,10 +612,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/font-thumbnailer/Makefile.am tumbler-0.1.24/plugins/font-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/font-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/font-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009-2010 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -41,6 +41,7 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(FREETYPE_CFLAGS)						\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_font_thumbnailer_la_LDFLAGS =					\
@@ -54,7 +55,8 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
-	$(FREETYPE_LIBS)
+	$(FREETYPE_LIBS)						\
+	-lm
 
 tumbler_font_thumbnailer_la_DEPENDENCIES =				\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/plugins/font-thumbnailer/Makefile.in tumbler-0.1.24/plugins/font-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/font-thumbnailer/Makefile.in	2011-12-04 12:21:50.000000000 +0000
+++ tumbler-0.1.24/plugins/font-thumbnailer/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -17,7 +17,7 @@
 
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009-2010 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -86,6 +86,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -98,8 +104,8 @@
 @TUMBLER_FONT_THUMBNAILER_TRUE@	tumbler_font_thumbnailer_la-font-thumbnailer.lo
 tumbler_font_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_font_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_font_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -117,21 +123,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_font_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_font_thumbnailer_la_SOURCES_DIST)
@@ -188,6 +194,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -215,6 +223,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -308,6 +320,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -353,6 +367,7 @@
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(FREETYPE_CFLAGS)						\
+@TUMBLER_FONT_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_FONT_THUMBNAILER_TRUE@tumbler_font_thumbnailer_la_LDFLAGS = \
@@ -366,7 +381,8 @@
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(GDK_PIXBUF_LIBS)						\
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(GIO_LIBS)							\
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(GLIB_LIBS)							\
-@TUMBLER_FONT_THUMBNAILER_TRUE@	$(FREETYPE_LIBS)
+@TUMBLER_FONT_THUMBNAILER_TRUE@	$(FREETYPE_LIBS)						\
+@TUMBLER_FONT_THUMBNAILER_TRUE@	-lm
 
 @TUMBLER_FONT_THUMBNAILER_TRUE@tumbler_font_thumbnailer_la_DEPENDENCIES = \
 @TUMBLER_FONT_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -436,7 +452,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-font-thumbnailer.la: $(tumbler_font_thumbnailer_la_OBJECTS) $(tumbler_font_thumbnailer_la_DEPENDENCIES) 
+tumbler-font-thumbnailer.la: $(tumbler_font_thumbnailer_la_OBJECTS) $(tumbler_font_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_font_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_font_thumbnailer_la_LINK) $(am_tumbler_font_thumbnailer_la_rpath) $(tumbler_font_thumbnailer_la_OBJECTS) $(tumbler_font_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -452,50 +468,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_font_thumbnailer_la-font-thumbnailer-plugin.lo: font-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_font_thumbnailer_la-font-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer-plugin.Tpo -c -o tumbler_font_thumbnailer_la-font-thumbnailer-plugin.lo `test -f 'font-thumbnailer-plugin.c' || echo '$(srcdir)/'`font-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='font-thumbnailer-plugin.c' object='tumbler_font_thumbnailer_la-font-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='font-thumbnailer-plugin.c' object='tumbler_font_thumbnailer_la-font-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_font_thumbnailer_la-font-thumbnailer-plugin.lo `test -f 'font-thumbnailer-plugin.c' || echo '$(srcdir)/'`font-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_font_thumbnailer_la-font-thumbnailer-plugin.lo `test -f 'font-thumbnailer-plugin.c' || echo '$(srcdir)/'`font-thumbnailer-plugin.c
 
 tumbler_font_thumbnailer_la-font-thumbnailer-provider.lo: font-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_font_thumbnailer_la-font-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer-provider.Tpo -c -o tumbler_font_thumbnailer_la-font-thumbnailer-provider.lo `test -f 'font-thumbnailer-provider.c' || echo '$(srcdir)/'`font-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='font-thumbnailer-provider.c' object='tumbler_font_thumbnailer_la-font-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='font-thumbnailer-provider.c' object='tumbler_font_thumbnailer_la-font-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_font_thumbnailer_la-font-thumbnailer-provider.lo `test -f 'font-thumbnailer-provider.c' || echo '$(srcdir)/'`font-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_font_thumbnailer_la-font-thumbnailer-provider.lo `test -f 'font-thumbnailer-provider.c' || echo '$(srcdir)/'`font-thumbnailer-provider.c
 
 tumbler_font_thumbnailer_la-font-thumbnailer.lo: font-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_font_thumbnailer_la-font-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer.Tpo -c -o tumbler_font_thumbnailer_la-font-thumbnailer.lo `test -f 'font-thumbnailer.c' || echo '$(srcdir)/'`font-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer.Tpo $(DEPDIR)/tumbler_font_thumbnailer_la-font-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='font-thumbnailer.c' object='tumbler_font_thumbnailer_la-font-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='font-thumbnailer.c' object='tumbler_font_thumbnailer_la-font-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_font_thumbnailer_la-font-thumbnailer.lo `test -f 'font-thumbnailer.c' || echo '$(srcdir)/'`font-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_font_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_font_thumbnailer_la-font-thumbnailer.lo `test -f 'font-thumbnailer.c' || echo '$(srcdir)/'`font-thumbnailer.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -602,10 +612,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/gst-thumbnailer/Makefile.am tumbler-0.1.24/plugins/gst-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/gst-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/gst-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -43,6 +43,7 @@
 	$(GSTREAMER_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_gst_thumbnailer_la_LDFLAGS =					\
diff -Nru tumbler-0.1.23/plugins/gst-thumbnailer/Makefile.in tumbler-0.1.24/plugins/gst-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/gst-thumbnailer/Makefile.in	2011-12-04 12:21:50.000000000 +0000
+++ tumbler-0.1.24/plugins/gst-thumbnailer/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -86,6 +86,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -99,8 +105,8 @@
 @TUMBLER_GSTREAMER_THUMBNAILER_TRUE@	tumbler_gst_thumbnailer_la-gst-helper.lo
 tumbler_gst_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_gst_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_gst_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -119,21 +125,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_gst_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_gst_thumbnailer_la_SOURCES_DIST)
@@ -190,6 +196,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -217,6 +225,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -310,6 +322,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -357,6 +371,7 @@
 @TUMBLER_GSTREAMER_THUMBNAILER_TRUE@	$(GSTREAMER_CFLAGS)						\
 @TUMBLER_GSTREAMER_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_GSTREAMER_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
+@TUMBLER_GSTREAMER_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_GSTREAMER_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_GSTREAMER_THUMBNAILER_TRUE@tumbler_gst_thumbnailer_la_LDFLAGS = \
@@ -440,7 +455,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-gst-thumbnailer.la: $(tumbler_gst_thumbnailer_la_OBJECTS) $(tumbler_gst_thumbnailer_la_DEPENDENCIES) 
+tumbler-gst-thumbnailer.la: $(tumbler_gst_thumbnailer_la_OBJECTS) $(tumbler_gst_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_gst_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_gst_thumbnailer_la_LINK) $(am_tumbler_gst_thumbnailer_la_rpath) $(tumbler_gst_thumbnailer_la_OBJECTS) $(tumbler_gst_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -457,58 +472,51 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.lo: gst-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.Tpo -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.lo `test -f 'gst-thumbnailer-plugin.c' || echo '$(srcdir)/'`gst-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gst-thumbnailer-plugin.c' object='tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gst-thumbnailer-plugin.c' object='tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.lo `test -f 'gst-thumbnailer-plugin.c' || echo '$(srcdir)/'`gst-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer-plugin.lo `test -f 'gst-thumbnailer-plugin.c' || echo '$(srcdir)/'`gst-thumbnailer-plugin.c
 
 tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.lo: gst-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.Tpo -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.lo `test -f 'gst-thumbnailer-provider.c' || echo '$(srcdir)/'`gst-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gst-thumbnailer-provider.c' object='tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gst-thumbnailer-provider.c' object='tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.lo `test -f 'gst-thumbnailer-provider.c' || echo '$(srcdir)/'`gst-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer-provider.lo `test -f 'gst-thumbnailer-provider.c' || echo '$(srcdir)/'`gst-thumbnailer-provider.c
 
 tumbler_gst_thumbnailer_la-gst-thumbnailer.lo: gst-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_gst_thumbnailer_la-gst-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer.Tpo -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer.lo `test -f 'gst-thumbnailer.c' || echo '$(srcdir)/'`gst-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer.Tpo $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gst-thumbnailer.c' object='tumbler_gst_thumbnailer_la-gst-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gst-thumbnailer.c' object='tumbler_gst_thumbnailer_la-gst-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer.lo `test -f 'gst-thumbnailer.c' || echo '$(srcdir)/'`gst-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-thumbnailer.lo `test -f 'gst-thumbnailer.c' || echo '$(srcdir)/'`gst-thumbnailer.c
 
 tumbler_gst_thumbnailer_la-gst-helper.lo: gst-helper.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_gst_thumbnailer_la-gst-helper.lo -MD -MP -MF $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-helper.Tpo -c -o tumbler_gst_thumbnailer_la-gst-helper.lo `test -f 'gst-helper.c' || echo '$(srcdir)/'`gst-helper.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-helper.Tpo $(DEPDIR)/tumbler_gst_thumbnailer_la-gst-helper.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gst-helper.c' object='tumbler_gst_thumbnailer_la-gst-helper.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gst-helper.c' object='tumbler_gst_thumbnailer_la-gst-helper.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-helper.lo `test -f 'gst-helper.c' || echo '$(srcdir)/'`gst-helper.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_gst_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_gst_thumbnailer_la-gst-helper.lo `test -f 'gst-helper.c' || echo '$(srcdir)/'`gst-helper.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -615,10 +623,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/jpeg-thumbnailer/Makefile.am tumbler-0.1.24/plugins/jpeg-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/jpeg-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/jpeg-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009-2010 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -41,6 +41,7 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(LIBJPEG_CFLAGS)						\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_jpeg_thumbnailer_la_LDFLAGS =					\
@@ -54,7 +55,8 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
-	$(LIBJPEG_LIBS)
+	$(LIBJPEG_LIBS)							\
+	-lm
 
 tumbler_jpeg_thumbnailer_la_DEPENDENCIES =				\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/plugins/jpeg-thumbnailer/Makefile.in tumbler-0.1.24/plugins/jpeg-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/jpeg-thumbnailer/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/plugins/jpeg-thumbnailer/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -17,7 +17,7 @@
 
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009-2010 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -86,6 +86,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -98,8 +104,8 @@
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo
 tumbler_jpeg_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_jpeg_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_jpeg_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -117,21 +123,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_jpeg_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_jpeg_thumbnailer_la_SOURCES_DIST)
@@ -188,6 +194,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -215,6 +223,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -308,6 +320,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -353,6 +367,7 @@
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(LIBJPEG_CFLAGS)						\
+@TUMBLER_JPEG_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_JPEG_THUMBNAILER_TRUE@tumbler_jpeg_thumbnailer_la_LDFLAGS = \
@@ -366,7 +381,8 @@
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(GDK_PIXBUF_LIBS)						\
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(GIO_LIBS)							\
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(GLIB_LIBS)							\
-@TUMBLER_JPEG_THUMBNAILER_TRUE@	$(LIBJPEG_LIBS)
+@TUMBLER_JPEG_THUMBNAILER_TRUE@	$(LIBJPEG_LIBS)							\
+@TUMBLER_JPEG_THUMBNAILER_TRUE@	-lm
 
 @TUMBLER_JPEG_THUMBNAILER_TRUE@tumbler_jpeg_thumbnailer_la_DEPENDENCIES = \
 @TUMBLER_JPEG_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -436,7 +452,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-jpeg-thumbnailer.la: $(tumbler_jpeg_thumbnailer_la_OBJECTS) $(tumbler_jpeg_thumbnailer_la_DEPENDENCIES) 
+tumbler-jpeg-thumbnailer.la: $(tumbler_jpeg_thumbnailer_la_OBJECTS) $(tumbler_jpeg_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_jpeg_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_jpeg_thumbnailer_la_LINK) $(am_tumbler_jpeg_thumbnailer_la_rpath) $(tumbler_jpeg_thumbnailer_la_OBJECTS) $(tumbler_jpeg_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -452,50 +468,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.lo: jpeg-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.Tpo -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.lo `test -f 'jpeg-thumbnailer-plugin.c' || echo '$(srcdir)/'`jpeg-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='jpeg-thumbnailer-plugin.c' object='tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='jpeg-thumbnailer-plugin.c' object='tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.lo `test -f 'jpeg-thumbnailer-plugin.c' || echo '$(srcdir)/'`jpeg-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-plugin.lo `test -f 'jpeg-thumbnailer-plugin.c' || echo '$(srcdir)/'`jpeg-thumbnailer-plugin.c
 
 tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.lo: jpeg-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.Tpo -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.lo `test -f 'jpeg-thumbnailer-provider.c' || echo '$(srcdir)/'`jpeg-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='jpeg-thumbnailer-provider.c' object='tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='jpeg-thumbnailer-provider.c' object='tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.lo `test -f 'jpeg-thumbnailer-provider.c' || echo '$(srcdir)/'`jpeg-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer-provider.lo `test -f 'jpeg-thumbnailer-provider.c' || echo '$(srcdir)/'`jpeg-thumbnailer-provider.c
 
 tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo: jpeg-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.Tpo -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo `test -f 'jpeg-thumbnailer.c' || echo '$(srcdir)/'`jpeg-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.Tpo $(DEPDIR)/tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='jpeg-thumbnailer.c' object='tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='jpeg-thumbnailer.c' object='tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo `test -f 'jpeg-thumbnailer.c' || echo '$(srcdir)/'`jpeg-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_jpeg_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_jpeg_thumbnailer_la-jpeg-thumbnailer.lo `test -f 'jpeg-thumbnailer.c' || echo '$(srcdir)/'`jpeg-thumbnailer.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -602,10 +612,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/Makefile.in tumbler-0.1.24/plugins/Makefile.in
--- tumbler-0.1.23/plugins/Makefile.in	2011-12-04 12:21:50.000000000 +0000
+++ tumbler-0.1.24/plugins/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -64,11 +64,11 @@
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 SOURCES =
 DIST_SOURCES =
@@ -163,6 +163,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -190,6 +192,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -283,6 +289,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -565,10 +573,15 @@
 
 installcheck: installcheck-recursive
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/odf-thumbnailer/Makefile.am tumbler-0.1.24/plugins/odf-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/odf-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/odf-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,7 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
 # Copyright (c) 2011 Nick Schermer 
+# Copyright (c) 2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -41,6 +42,7 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(GSF_CFLAGS)							\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_odf_thumbnailer_la_LDFLAGS =					\
@@ -54,7 +56,8 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
-	$(GSF_LIBS)
+	$(GSF_LIBS)							\
+	-lm
 
 tumbler_odf_thumbnailer_la_DEPENDENCIES =				\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/plugins/odf-thumbnailer/Makefile.in tumbler-0.1.24/plugins/odf-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/odf-thumbnailer/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/plugins/odf-thumbnailer/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -18,6 +18,7 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
 # Copyright (c) 2011 Nick Schermer 
+# Copyright (c) 2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -86,6 +87,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -97,8 +104,8 @@
 @TUMBLER_ODF_THUMBNAILER_TRUE@	tumbler_odf_thumbnailer_la-odf-thumbnailer.lo
 tumbler_odf_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_odf_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_odf_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -116,21 +123,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_odf_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_odf_thumbnailer_la_SOURCES_DIST)
@@ -187,6 +194,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -214,6 +223,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -307,6 +320,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -352,6 +367,7 @@
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(GSF_CFLAGS)							\
+@TUMBLER_ODF_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_ODF_THUMBNAILER_TRUE@tumbler_odf_thumbnailer_la_LDFLAGS = \
@@ -365,7 +381,8 @@
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(GDK_PIXBUF_LIBS)						\
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(GIO_LIBS)							\
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(GLIB_LIBS)							\
-@TUMBLER_ODF_THUMBNAILER_TRUE@	$(GSF_LIBS)
+@TUMBLER_ODF_THUMBNAILER_TRUE@	$(GSF_LIBS)							\
+@TUMBLER_ODF_THUMBNAILER_TRUE@	-lm
 
 @TUMBLER_ODF_THUMBNAILER_TRUE@tumbler_odf_thumbnailer_la_DEPENDENCIES = \
 @TUMBLER_ODF_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -435,7 +452,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-odf-thumbnailer.la: $(tumbler_odf_thumbnailer_la_OBJECTS) $(tumbler_odf_thumbnailer_la_DEPENDENCIES) 
+tumbler-odf-thumbnailer.la: $(tumbler_odf_thumbnailer_la_OBJECTS) $(tumbler_odf_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_odf_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_odf_thumbnailer_la_LINK) $(am_tumbler_odf_thumbnailer_la_rpath) $(tumbler_odf_thumbnailer_la_OBJECTS) $(tumbler_odf_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -451,50 +468,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.lo: odf-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.Tpo -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.lo `test -f 'odf-thumbnailer-plugin.c' || echo '$(srcdir)/'`odf-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='odf-thumbnailer-plugin.c' object='tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='odf-thumbnailer-plugin.c' object='tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.lo `test -f 'odf-thumbnailer-plugin.c' || echo '$(srcdir)/'`odf-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer-plugin.lo `test -f 'odf-thumbnailer-plugin.c' || echo '$(srcdir)/'`odf-thumbnailer-plugin.c
 
 tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.lo: odf-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.Tpo -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.lo `test -f 'odf-thumbnailer-provider.c' || echo '$(srcdir)/'`odf-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='odf-thumbnailer-provider.c' object='tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='odf-thumbnailer-provider.c' object='tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.lo `test -f 'odf-thumbnailer-provider.c' || echo '$(srcdir)/'`odf-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer-provider.lo `test -f 'odf-thumbnailer-provider.c' || echo '$(srcdir)/'`odf-thumbnailer-provider.c
 
 tumbler_odf_thumbnailer_la-odf-thumbnailer.lo: odf-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_odf_thumbnailer_la-odf-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer.Tpo -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer.lo `test -f 'odf-thumbnailer.c' || echo '$(srcdir)/'`odf-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer.Tpo $(DEPDIR)/tumbler_odf_thumbnailer_la-odf-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='odf-thumbnailer.c' object='tumbler_odf_thumbnailer_la-odf-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='odf-thumbnailer.c' object='tumbler_odf_thumbnailer_la-odf-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer.lo `test -f 'odf-thumbnailer.c' || echo '$(srcdir)/'`odf-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_odf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_odf_thumbnailer_la-odf-thumbnailer.lo `test -f 'odf-thumbnailer.c' || echo '$(srcdir)/'`odf-thumbnailer.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -601,10 +612,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/pixbuf-thumbnailer/Makefile.am tumbler-0.1.24/plugins/pixbuf-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/pixbuf-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/pixbuf-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -40,6 +40,7 @@
 	$(GDK_PIXBUF_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_pixbuf_thumbnailer_la_LDFLAGS =					\
@@ -52,7 +53,8 @@
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la	\
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
-	$(GLIB_LIBS)
+	$(GLIB_LIBS)							\
+	-lm
 
 tumbler_pixbuf_thumbnailer_la_DEPENDENCIES =				\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/plugins/pixbuf-thumbnailer/Makefile.in tumbler-0.1.24/plugins/pixbuf-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/pixbuf-thumbnailer/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/plugins/pixbuf-thumbnailer/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -17,7 +17,7 @@
 
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009 Jannis Pohlmann 
+# Copyright (c) 2009-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -86,6 +86,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -98,8 +104,8 @@
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo
 tumbler_pixbuf_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_pixbuf_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_pixbuf_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -117,21 +123,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_pixbuf_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_pixbuf_thumbnailer_la_SOURCES_DIST)
@@ -188,6 +194,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -215,6 +223,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -308,6 +320,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -352,6 +366,7 @@
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(GDK_PIXBUF_CFLAGS)						\
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
+@TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@tumbler_pixbuf_thumbnailer_la_LDFLAGS = \
@@ -364,7 +379,8 @@
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la	\
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(GDK_PIXBUF_LIBS)						\
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(GIO_LIBS)							\
-@TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(GLIB_LIBS)
+@TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(GLIB_LIBS)							\
+@TUMBLER_PIXBUF_THUMBNAILER_TRUE@	-lm
 
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@tumbler_pixbuf_thumbnailer_la_DEPENDENCIES = \
 @TUMBLER_PIXBUF_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -434,7 +450,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-pixbuf-thumbnailer.la: $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) 
+tumbler-pixbuf-thumbnailer.la: $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_pixbuf_thumbnailer_la_LINK) $(am_tumbler_pixbuf_thumbnailer_la_rpath) $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -450,50 +466,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo: pixbuf-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.Tpo -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo `test -f 'pixbuf-thumbnailer-plugin.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pixbuf-thumbnailer-plugin.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pixbuf-thumbnailer-plugin.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo `test -f 'pixbuf-thumbnailer-plugin.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo `test -f 'pixbuf-thumbnailer-plugin.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-plugin.c
 
 tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo: pixbuf-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.Tpo -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo `test -f 'pixbuf-thumbnailer-provider.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pixbuf-thumbnailer-provider.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pixbuf-thumbnailer-provider.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo `test -f 'pixbuf-thumbnailer-provider.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo `test -f 'pixbuf-thumbnailer-provider.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-provider.c
 
 tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo: pixbuf-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.Tpo -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo `test -f 'pixbuf-thumbnailer.c' || echo '$(srcdir)/'`pixbuf-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.Tpo $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pixbuf-thumbnailer.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pixbuf-thumbnailer.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo `test -f 'pixbuf-thumbnailer.c' || echo '$(srcdir)/'`pixbuf-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo `test -f 'pixbuf-thumbnailer.c' || echo '$(srcdir)/'`pixbuf-thumbnailer.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -600,10 +610,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/poppler-thumbnailer/Makefile.am tumbler-0.1.24/plugins/poppler-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/poppler-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/poppler-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2010 Jannis Pohlmann 
+# Copyright (c) 2010-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -41,6 +41,7 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(POPPLER_GLIB_CFLAGS)						\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_poppler_thumbnailer_la_LDFLAGS =				\
@@ -54,7 +55,8 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
-	$(POPPLER_GLIB_LIBS)
+	$(POPPLER_GLIB_LIBS)						\
+	-lm
 
 tumbler_poppler_thumbnailer_la_DEPENDENCIES =				\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/plugins/poppler-thumbnailer/Makefile.in tumbler-0.1.24/plugins/poppler-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/poppler-thumbnailer/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/plugins/poppler-thumbnailer/Makefile.in	2012-03-28 16:14:29.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -17,7 +17,7 @@
 
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2010 Jannis Pohlmann 
+# Copyright (c) 2010-2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -86,6 +86,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -98,8 +104,8 @@
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo
 tumbler_poppler_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_poppler_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_poppler_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -117,21 +123,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_poppler_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_poppler_thumbnailer_la_SOURCES_DIST)
@@ -188,6 +194,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -215,6 +223,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -308,6 +320,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -353,6 +367,7 @@
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(POPPLER_GLIB_CFLAGS)						\
+@TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@tumbler_poppler_thumbnailer_la_LDFLAGS = \
@@ -366,7 +381,8 @@
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(GDK_PIXBUF_LIBS)						\
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(GIO_LIBS)							\
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(GLIB_LIBS)							\
-@TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(POPPLER_GLIB_LIBS)
+@TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(POPPLER_GLIB_LIBS)						\
+@TUMBLER_POPPLER_THUMBNAILER_TRUE@	-lm
 
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@tumbler_poppler_thumbnailer_la_DEPENDENCIES = \
 @TUMBLER_POPPLER_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -436,7 +452,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-poppler-thumbnailer.la: $(tumbler_poppler_thumbnailer_la_OBJECTS) $(tumbler_poppler_thumbnailer_la_DEPENDENCIES) 
+tumbler-poppler-thumbnailer.la: $(tumbler_poppler_thumbnailer_la_OBJECTS) $(tumbler_poppler_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_poppler_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_poppler_thumbnailer_la_LINK) $(am_tumbler_poppler_thumbnailer_la_rpath) $(tumbler_poppler_thumbnailer_la_OBJECTS) $(tumbler_poppler_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -452,50 +468,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.lo: poppler-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.Tpo -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.lo `test -f 'poppler-thumbnailer-plugin.c' || echo '$(srcdir)/'`poppler-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='poppler-thumbnailer-plugin.c' object='tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='poppler-thumbnailer-plugin.c' object='tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.lo `test -f 'poppler-thumbnailer-plugin.c' || echo '$(srcdir)/'`poppler-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer-plugin.lo `test -f 'poppler-thumbnailer-plugin.c' || echo '$(srcdir)/'`poppler-thumbnailer-plugin.c
 
 tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.lo: poppler-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.Tpo -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.lo `test -f 'poppler-thumbnailer-provider.c' || echo '$(srcdir)/'`poppler-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='poppler-thumbnailer-provider.c' object='tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='poppler-thumbnailer-provider.c' object='tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.lo `test -f 'poppler-thumbnailer-provider.c' || echo '$(srcdir)/'`poppler-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer-provider.lo `test -f 'poppler-thumbnailer-provider.c' || echo '$(srcdir)/'`poppler-thumbnailer-provider.c
 
 tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo: poppler-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer.Tpo -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo `test -f 'poppler-thumbnailer.c' || echo '$(srcdir)/'`poppler-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer.Tpo $(DEPDIR)/tumbler_poppler_thumbnailer_la-poppler-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='poppler-thumbnailer.c' object='tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='poppler-thumbnailer.c' object='tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo `test -f 'poppler-thumbnailer.c' || echo '$(srcdir)/'`poppler-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_poppler_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_poppler_thumbnailer_la-poppler-thumbnailer.lo `test -f 'poppler-thumbnailer.c' || echo '$(srcdir)/'`poppler-thumbnailer.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -602,10 +612,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/raw-thumbnailer/Makefile.am tumbler-0.1.24/plugins/raw-thumbnailer/Makefile.am
--- tumbler-0.1.23/plugins/raw-thumbnailer/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/raw-thumbnailer/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,7 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
 # Copyright (c) 2011 Nick Schermer 
+# Copyright (c) 2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -41,6 +42,7 @@
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
 	$(LIBOPENRAW_GNOME_CFLAGS)					\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
 
 tumbler_raw_thumbnailer_la_LDFLAGS =					\
@@ -54,7 +56,8 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
-	$(LIBOPENRAW_GNOME_LIBS)
+	$(LIBOPENRAW_GNOME_LIBS)					\
+	-lm
 
 tumbler_raw_thumbnailer_la_DEPENDENCIES =				\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/plugins/raw-thumbnailer/Makefile.in tumbler-0.1.24/plugins/raw-thumbnailer/Makefile.in
--- tumbler-0.1.23/plugins/raw-thumbnailer/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/plugins/raw-thumbnailer/Makefile.in	2012-03-28 16:14:30.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -18,6 +18,7 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
 # Copyright (c) 2011 Nick Schermer 
+# Copyright (c) 2012 Jannis Pohlmann 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -86,6 +87,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -97,8 +104,8 @@
 @TUMBLER_RAW_THUMBNAILER_TRUE@	tumbler_raw_thumbnailer_la-raw-thumbnailer.lo
 tumbler_raw_thumbnailer_la_OBJECTS =  \
 	$(am_tumbler_raw_thumbnailer_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_raw_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -116,21 +123,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_raw_thumbnailer_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_raw_thumbnailer_la_SOURCES_DIST)
@@ -187,6 +194,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -214,6 +223,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -307,6 +320,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -352,6 +367,7 @@
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(GLIB_CFLAGS)							\
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(LIBOPENRAW_GNOME_CFLAGS)					\
+@TUMBLER_RAW_THUMBNAILER_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(PLATFORM_CPPFLAGS)
 
 @TUMBLER_RAW_THUMBNAILER_TRUE@tumbler_raw_thumbnailer_la_LDFLAGS = \
@@ -365,7 +381,8 @@
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(GDK_PIXBUF_LIBS)						\
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(GIO_LIBS)							\
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(GLIB_LIBS)							\
-@TUMBLER_RAW_THUMBNAILER_TRUE@	$(LIBOPENRAW_GNOME_LIBS)
+@TUMBLER_RAW_THUMBNAILER_TRUE@	$(LIBOPENRAW_GNOME_LIBS)					\
+@TUMBLER_RAW_THUMBNAILER_TRUE@	-lm
 
 @TUMBLER_RAW_THUMBNAILER_TRUE@tumbler_raw_thumbnailer_la_DEPENDENCIES = \
 @TUMBLER_RAW_THUMBNAILER_TRUE@	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -435,7 +452,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-raw-thumbnailer.la: $(tumbler_raw_thumbnailer_la_OBJECTS) $(tumbler_raw_thumbnailer_la_DEPENDENCIES) 
+tumbler-raw-thumbnailer.la: $(tumbler_raw_thumbnailer_la_OBJECTS) $(tumbler_raw_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_raw_thumbnailer_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_raw_thumbnailer_la_LINK) $(am_tumbler_raw_thumbnailer_la_rpath) $(tumbler_raw_thumbnailer_la_OBJECTS) $(tumbler_raw_thumbnailer_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -451,50 +468,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.lo: raw-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.Tpo -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.lo `test -f 'raw-thumbnailer-plugin.c' || echo '$(srcdir)/'`raw-thumbnailer-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='raw-thumbnailer-plugin.c' object='tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='raw-thumbnailer-plugin.c' object='tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.lo `test -f 'raw-thumbnailer-plugin.c' || echo '$(srcdir)/'`raw-thumbnailer-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer-plugin.lo `test -f 'raw-thumbnailer-plugin.c' || echo '$(srcdir)/'`raw-thumbnailer-plugin.c
 
 tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.lo: raw-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.Tpo -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.lo `test -f 'raw-thumbnailer-provider.c' || echo '$(srcdir)/'`raw-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='raw-thumbnailer-provider.c' object='tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='raw-thumbnailer-provider.c' object='tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.lo `test -f 'raw-thumbnailer-provider.c' || echo '$(srcdir)/'`raw-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer-provider.lo `test -f 'raw-thumbnailer-provider.c' || echo '$(srcdir)/'`raw-thumbnailer-provider.c
 
 tumbler_raw_thumbnailer_la-raw-thumbnailer.lo: raw-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_raw_thumbnailer_la-raw-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer.Tpo -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer.lo `test -f 'raw-thumbnailer.c' || echo '$(srcdir)/'`raw-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer.Tpo $(DEPDIR)/tumbler_raw_thumbnailer_la-raw-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='raw-thumbnailer.c' object='tumbler_raw_thumbnailer_la-raw-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='raw-thumbnailer.c' object='tumbler_raw_thumbnailer_la-raw-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer.lo `test -f 'raw-thumbnailer.c' || echo '$(srcdir)/'`raw-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_raw_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_raw_thumbnailer_la-raw-thumbnailer.lo `test -f 'raw-thumbnailer.c' || echo '$(srcdir)/'`raw-thumbnailer.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -601,10 +612,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/plugins/xdg-cache/Makefile.am tumbler-0.1.24/plugins/xdg-cache/Makefile.am
--- tumbler-0.1.23/plugins/xdg-cache/Makefile.am	2011-12-04 12:21:44.000000000 +0000
+++ tumbler-0.1.24/plugins/xdg-cache/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -40,6 +40,7 @@
 	$(GDK_PIXBUF_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
+	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)						\
 	$(PNG_CFLAGS)
 
diff -Nru tumbler-0.1.23/plugins/xdg-cache/Makefile.in tumbler-0.1.24/plugins/xdg-cache/Makefile.in
--- tumbler-0.1.23/plugins/xdg-cache/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/plugins/xdg-cache/Makefile.in	2012-03-28 16:14:30.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -86,6 +86,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
 LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
@@ -96,8 +102,8 @@
 @TUMBLER_XDG_CACHE_TRUE@	tumbler_xdg_cache_la-xdg-cache-plugin.lo \
 @TUMBLER_XDG_CACHE_TRUE@	tumbler_xdg_cache_la-xdg-cache-thumbnail.lo
 tumbler_xdg_cache_la_OBJECTS = $(am_tumbler_xdg_cache_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumbler_xdg_cache_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -115,21 +121,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumbler_xdg_cache_la_SOURCES)
 DIST_SOURCES = $(am__tumbler_xdg_cache_la_SOURCES_DIST)
@@ -186,6 +192,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -213,6 +221,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -306,6 +318,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -350,6 +364,7 @@
 @TUMBLER_XDG_CACHE_TRUE@	$(GDK_PIXBUF_CFLAGS)						\
 @TUMBLER_XDG_CACHE_TRUE@	$(GIO_CFLAGS)							\
 @TUMBLER_XDG_CACHE_TRUE@	$(GLIB_CFLAGS)							\
+@TUMBLER_XDG_CACHE_TRUE@	$(PLATFORM_CFLAGS)						\
 @TUMBLER_XDG_CACHE_TRUE@	$(PLATFORM_CPPFLAGS)						\
 @TUMBLER_XDG_CACHE_TRUE@	$(PNG_CFLAGS)
 
@@ -434,7 +449,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-tumbler-xdg-cache.la: $(tumbler_xdg_cache_la_OBJECTS) $(tumbler_xdg_cache_la_DEPENDENCIES) 
+tumbler-xdg-cache.la: $(tumbler_xdg_cache_la_OBJECTS) $(tumbler_xdg_cache_la_DEPENDENCIES) $(EXTRA_tumbler_xdg_cache_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(tumbler_xdg_cache_la_LINK) $(am_tumbler_xdg_cache_la_rpath) $(tumbler_xdg_cache_la_OBJECTS) $(tumbler_xdg_cache_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -450,50 +465,44 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumbler_xdg_cache_la-xdg-cache-cache.lo: xdg-cache-cache.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -MT tumbler_xdg_cache_la-xdg-cache-cache.lo -MD -MP -MF $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-cache.Tpo -c -o tumbler_xdg_cache_la-xdg-cache-cache.lo `test -f 'xdg-cache-cache.c' || echo '$(srcdir)/'`xdg-cache-cache.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-cache.Tpo $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-cache.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xdg-cache-cache.c' object='tumbler_xdg_cache_la-xdg-cache-cache.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xdg-cache-cache.c' object='tumbler_xdg_cache_la-xdg-cache-cache.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -c -o tumbler_xdg_cache_la-xdg-cache-cache.lo `test -f 'xdg-cache-cache.c' || echo '$(srcdir)/'`xdg-cache-cache.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -c -o tumbler_xdg_cache_la-xdg-cache-cache.lo `test -f 'xdg-cache-cache.c' || echo '$(srcdir)/'`xdg-cache-cache.c
 
 tumbler_xdg_cache_la-xdg-cache-plugin.lo: xdg-cache-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -MT tumbler_xdg_cache_la-xdg-cache-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-plugin.Tpo -c -o tumbler_xdg_cache_la-xdg-cache-plugin.lo `test -f 'xdg-cache-plugin.c' || echo '$(srcdir)/'`xdg-cache-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-plugin.Tpo $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xdg-cache-plugin.c' object='tumbler_xdg_cache_la-xdg-cache-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xdg-cache-plugin.c' object='tumbler_xdg_cache_la-xdg-cache-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -c -o tumbler_xdg_cache_la-xdg-cache-plugin.lo `test -f 'xdg-cache-plugin.c' || echo '$(srcdir)/'`xdg-cache-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -c -o tumbler_xdg_cache_la-xdg-cache-plugin.lo `test -f 'xdg-cache-plugin.c' || echo '$(srcdir)/'`xdg-cache-plugin.c
 
 tumbler_xdg_cache_la-xdg-cache-thumbnail.lo: xdg-cache-thumbnail.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -MT tumbler_xdg_cache_la-xdg-cache-thumbnail.lo -MD -MP -MF $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-thumbnail.Tpo -c -o tumbler_xdg_cache_la-xdg-cache-thumbnail.lo `test -f 'xdg-cache-thumbnail.c' || echo '$(srcdir)/'`xdg-cache-thumbnail.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-thumbnail.Tpo $(DEPDIR)/tumbler_xdg_cache_la-xdg-cache-thumbnail.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xdg-cache-thumbnail.c' object='tumbler_xdg_cache_la-xdg-cache-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xdg-cache-thumbnail.c' object='tumbler_xdg_cache_la-xdg-cache-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -c -o tumbler_xdg_cache_la-xdg-cache-thumbnail.lo `test -f 'xdg-cache-thumbnail.c' || echo '$(srcdir)/'`xdg-cache-thumbnail.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_xdg_cache_la_CFLAGS) $(CFLAGS) -c -o tumbler_xdg_cache_la-xdg-cache-thumbnail.lo `test -f 'xdg-cache-thumbnail.c' || echo '$(srcdir)/'`xdg-cache-thumbnail.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -600,10 +609,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/po/bg.po tumbler-0.1.24/po/bg.po
--- tumbler-0.1.23/po/bg.po	1970-01-01 00:00:00.000000000 +0000
+++ tumbler-0.1.24/po/bg.po	2012-03-28 16:14:25.000000000 +0000
@@ -0,0 +1,296 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tumbler.master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-01-13 11:57+0000\n"
+"PO-Revision-Date: 2012-01-14 12:40+0200\n"
+"Last-Translator: Milen Milev \n"
+"Language-Team: BULGARIAN\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: BULGARIAN\n"
+"X-Poedit-Country: BULGARIA\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: ../tumblerd/tumbler-cache-service.c:413
+#, c-format
+msgid "Another thumbnail cache service is already running"
+msgstr "Работи друга услуга за кеширане на умалени изображения работи"
+
+#: ../tumblerd/tumbler-group-scheduler.c:485
+#: ../tumblerd/tumbler-lifo-scheduler.c:421
+#, c-format
+msgid "No thumbnailer available for \"%s\""
+msgstr "Няма услуга за умалени изображения за \"%s\" "
+
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "Услугата за умалени изображения се изключва"
+
+#: ../tumblerd/tumbler-service.c:758
+#, c-format
+msgid "Another generic thumbnailer is already running"
+msgstr "Работи друга услуга за умалени изображения"
+
+#: ../tumblerd/tumbler-service.c:867
+msgid "Unsupported thumbnail flavor requested"
+msgstr "Неподдържан нюанс на  умалено изображение"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:461
+msgid "Failed to call the specialized thumbnailer: timeout"
+msgstr "Не мога да се свържа със специалната услуга за умалени изображения: изтекло време"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:470
+#, c-format
+msgid "Failed to call the specialized thumbnailer: %s"
+msgstr "Не мога да се свържа със специалната услуга за умалени изображения: %s"
+
+#: ../tumblerd/tumbler-manager.c:489
+#: ../tumblerd/tumbler-manager.c:895
+#, c-format
+msgid "Failed to load the file \"%s\": %s"
+msgstr "Не може да се зареди файла \"%s\": %s"
+
+#: ../tumblerd/tumbler-manager.c:507
+#: ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
+#, c-format
+msgid "Malformed section \"%s\" in file \"%s\": %s"
+msgstr "Деформирана секция \"%s\" във файла \"%s\": %s"
+
+#: ../tumblerd/tumbler-manager.c:548
+#, c-format
+msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
+msgstr "Деформирана секция \"%s\" във файла \"%s\":  Несъответствие между името на секцията и UriScheme/Mime типа"
+
+#: ../tumblerd/tumbler-manager.c:908
+#: ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
+#, c-format
+msgid "Malformed file \"%s\": %s"
+msgstr "Деформиран файл: \"%s\": %s"
+
+#: ../tumblerd/tumbler-manager.c:962
+#, c-format
+msgid "Failed to determine last modified time of \"%s\""
+msgstr "Не може да се определи времето на последната промяна на \"%s\""
+
+#: ../tumblerd/tumbler-manager.c:1863
+#, c-format
+msgid "Another thumbnailer manager is already running"
+msgstr "Работи друга услуга за умалени изображения"
+
+#. set the application name. Translators: Don't translate "Tumbler".
+#: ../tumblerd/main.c:83
+msgid "Tumbler Thumbnailing Service"
+msgstr "Услуга за умалени изображения Tumbler"
+
+#: ../tumblerd/main.c:98
+#, c-format
+msgid "Failed to connect to the D-Bus session bus: %s"
+msgstr "Не мога да се свържа с D-Bus сесията: %s"
+
+#: ../tumblerd/main.c:156
+#, c-format
+msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgstr "Не може да се заредят специализираните улуги в регистъра: %s"
+
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Не може да се стартира кеширащата услуга: %s"
+
+#: ../tumblerd/main.c:190
+#, c-format
+msgid "Failed to start the thumbnailer manager: %s"
+msgstr "Не може да се стартира управлението на услугата за умалени изображения: %s"
+
+#: ../tumblerd/main.c:207
+#, c-format
+msgid "Failed to start the thumbnailer service: %s"
+msgstr "Не може да се стартира услугата за умалени изображения: %s"
+
+#: ../tumbler/tumbler-enum-types.c:49
+msgid "Invalid format"
+msgstr "Невалиден формат"
+
+#: ../tumbler/tumbler-enum-types.c:50
+msgid "PNG"
+msgstr "PNG"
+
+#: ../tumbler/tumbler-enum-types.c:71
+msgid "RGB Colorspace"
+msgstr "RGB гама"
+
+#: ../tumbler/tumbler-cache-plugin.c:145
+#, c-format
+msgid "Cache plugin \"%s\" lacks required symbols"
+msgstr "Липсват необходимите символи за \"%s\" кеширащ плъгин."
+
+#: ../tumbler/tumbler-cache-plugin.c:153
+#, c-format
+msgid "Failed to load the cache plugin \"%s\": %s"
+msgstr "Не може да се зареди кеширащ плъгин \"%s\": %s"
+
+#: ../tumbler/tumbler-file-info.c:297
+#, c-format
+msgid "The file \"%s\" is a thumbnail itself"
+msgstr "Файлът \"%s\" е умалено изображение"
+
+#: ../tumbler/tumbler-provider-plugin.c:135
+#, c-format
+msgid "Plugin \"%s\" lacks required symbols."
+msgstr "Липсват необходимите символи за \"%s\" плъгин."
+
+#: ../tumbler/tumbler-provider-plugin.c:143
+#, c-format
+msgid "Failed to load plugin \"%s\": %s"
+msgstr "Не може да се зареди плъгин \"%s\": %s"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:52
+#, c-format
+msgid "Version mismatch: %s"
+msgstr "Несъвместимост на версиите: %s"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Инициализиране наGStreamer плъгина"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Изключване на GStreamer плъгина"
+
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
+msgstr "Инициализиране на Pixbuf плъгина"
+
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
+msgstr "Изключване на Pixbuf плъгина"
+
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Font Thumbnailer plugin"
+msgstr "Инициализира се плъгина за шрифт"
+
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler Font Thumbnailer plugin"
+msgstr "Изключва се плъгина за шрифт"
+
+#. there was an error in the freetype initialization, abort
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
+#, c-format
+msgid "Could not initialize freetype: %s"
+msgstr "Не може да се инициализира freetype: %s"
+
+#. there was an error, emit error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:475
+#, c-format
+msgid "Could not load file contents: %s"
+msgstr "Не може да се зареди съдържанието на файла: %s"
+
+#. the font file could not be loaded, emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:494
+#, c-format
+msgid "Could not open font file: %s"
+msgstr "Не може да се отвори файлът на шрифта: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:518
+#, c-format
+msgid "Could not set the character map: %s"
+msgstr "Не може да се зададе карта ссъс символи: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:545
+#, c-format
+msgid "Could not render glyphs: %s"
+msgstr "Не може да се направят фигурите: %s"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
+#, c-format
+msgid "Thumbnail could not be inferred from file contents"
+msgstr "Умаленото изображение не може да се заключи към съдържанието на файла"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Инициализиране на JPEG плъгин"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Изключване на JPEG плъгина на Tumbler"
+
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
+msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
+msgstr "Инициализиране на ffmpeg видео плъгин"
+
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
+msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
+msgstr "Изключване на ffmpeg видео плъгина на Tumbler"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Инициализиране на ODF плъгин"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Изключване на Poppler PDF/PS плъгин"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
+msgstr "Инициализиране на Poppler PDF/PS плъгин"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
+msgid "The document is empty"
+msgstr "Документът е празен"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
+msgid "First page of the document could not be read"
+msgstr "Първата страница от документа не може да се прочете"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Поддържат се само локални файлове"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Инициализиране на RAW плъгин"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Изключване на RAW плъгин"
+
+#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
+#, c-format
+msgid "Could not save thumbnail to \"%s\""
+msgstr "Не може да се запази умаленото изображение в \"%s\""
+
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:57
+msgid "Initializing the Tumbler XDG cache plugin"
+msgstr "Инициализиране на XDG кеширащ плъгин"
+
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:71
+msgid "Shutting down the Tumbler XDG cache plugin"
+msgstr "Изключване на XDG кеширащ плъгин"
+
diff -Nru tumbler-0.1.23/po/ca.po tumbler-0.1.24/po/ca.po
--- tumbler-0.1.23/po/ca.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/ca.po	2012-03-28 16:14:25.000000000 +0000
@@ -2,26 +2,27 @@
 # Traduccions al català del paquet «tumbler».
 # Copyright (C) 2009 THE tumbler'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the tumbler package.
-# 
-# Carles Muñoz Gorriz , 2009.
-# 
+#
+# Carles Muñoz Gorriz , 2009, 2011.
+# Harald Servat , 2009.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-15 11:05+0000\n"
-"PO-Revision-Date: 2009-12-20 12:51+0100\n"
-"Last-Translator: Harald Servat \n"
+"POT-Creation-Date: 2011-12-18 09:00+0000\n"
+"PO-Revision-Date: 2011-12-18 14:04+0100\n"
+"Last-Translator: Carles Muñoz Gorriz \n"
 "Language-Team: Catalan \n"
+"Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Poedit-Language: Catalan\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../tumblerd/tumbler-cache-service.c:416
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "Un altre servei de memòria cau de miniatures ja s'està executant"
@@ -36,12 +37,12 @@
 msgid "The thumbnailer service is shutting down"
 msgstr "S'està tancant el servei de miniatures"
 
-#: ../tumblerd/tumbler-service.c:760
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Un altres sistema genèric de miniatures ja s'està executant"
 
-#: ../tumblerd/tumbler-service.c:878
+#: ../tumblerd/tumbler-service.c:867
 msgid "Unsupported thumbnail flavor requested"
 msgstr "La variant de la miniatura requerida no està suportada"
 
@@ -54,64 +55,69 @@
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Ha fallat la crida al generador de miniatures: %s"
 
-#: ../tumblerd/tumbler-manager.c:468 ../tumblerd/tumbler-manager.c:874
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "No s'ha pogut carregar el fitxer «%s»: %s"
 
-#: ../tumblerd/tumbler-manager.c:486 ../tumblerd/tumbler-manager.c:500
-#: ../tumblerd/tumbler-manager.c:514
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Secció mal formada «%s» en el fitxer «%s»: %s"
 
-#: ../tumblerd/tumbler-manager.c:527
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Secció mal formada «%s» en el fitxer «%s»: diferències entre el nom de la secció i el UriScheme/MimeType"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Secció mal formada «%s» en el fitxer «%s»: diferències entre el nom de la "
+"secció i el UriScheme/MimeType"
 
-#: ../tumblerd/tumbler-manager.c:887 ../tumblerd/tumbler-manager.c:901
-#: ../tumblerd/tumbler-manager.c:915
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Fitxer amb format erroni «%s»: %s"
 
-#: ../tumblerd/tumbler-manager.c:941
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
-msgstr "No s'ha pogut determinar quan ha succeït la darrera modificació de «%s»"
+msgstr ""
+"No s'ha pogut determinar quan ha succeït la darrera modificació de «%s»"
 
-#: ../tumblerd/tumbler-manager.c:1854
+#: ../tumblerd/tumbler-manager.c:1863
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Un altre gestor de miniatures ja s'està executant"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Servei de miniatures Tumbler"
 
-#: ../tumblerd/main.c:93
+#: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "No s'ha pogut connectar amb la sessió de bus D-Bus: %s"
 
-#: ../tumblerd/main.c:108
-#, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "No s'ha pogut iniciar el servei de memòria cau de miniatures: %s"
-
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:156
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "No s'ha pogut carregar les miniatures especialitzades al registre: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "No s'ha pogut iniciar el servei de memòria cau de miniatures: %s"
+
+#: ../tumblerd/main.c:190
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "No s'ha pogut iniciar el gestor de miniatures: %s"
 
-#: ../tumblerd/main.c:194
+#: ../tumblerd/main.c:207
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "No s'ha pogut iniciar el servei de miniatures: %s"
@@ -153,16 +159,27 @@
 msgid "Failed to load plugin \"%s\": %s"
 msgstr "No s'ha pogut carregar el connector «%s»: %s"
 
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
 msgstr "Versió errònia: %s"
 
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
+msgstr "S'està iniciant el connector de Tumbler de miniatures del GStreamer"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
+msgstr "S'està apagant el connector de Tumbler de miniatures del GStreamer"
+
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
 msgstr "S'està iniciant el connector de Tumbler de miniatures Pixbuf"
@@ -210,21 +227,24 @@
 msgid "Could not render glyphs: %s"
 msgstr "No s'han pogut representar el glif: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr "La miniatura no s'ha pogut inferir a partir del contingut del fitxer"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
-msgstr "S'està iniciant el connector Tumbler de miniatures"
+msgstr "S'està iniciant el connector Tumbler de miniatures JPEG"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
-msgstr "S'està apagant el connector Tumbler de miniatures"
+msgstr "S'està apagant el connector Tumbler de miniatures JPEG"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
 msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
@@ -234,18 +254,38 @@
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
 msgstr "S'està tancant el connector de miniatures de vídeo ffmpeg"
 
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "S'està iniciant el connector de Tumbler de miniatures ODF"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "S'està apagant el connector de Tumbler de miniatures ODF"
+
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
 msgstr "S'està iniciant el connector del visor Tumbler Poppler PDF/PS"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "El document és buit"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "No s'ha pogut llegir la primera plana del document"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Només es permeten els fitxers locals"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "S'està iniciant el connector de Tumbler de miniatures RAW"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "S'està apagant el connector de Tumbler de miniatures RAW"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
diff -Nru tumbler-0.1.23/po/cs.po tumbler-0.1.24/po/cs.po
--- tumbler-0.1.23/po/cs.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/cs.po	2012-03-28 16:14:25.000000000 +0000
@@ -1,13 +1,13 @@
 # Czech translations for tumbler package.
 # Copyright (C) 2010 THE tumbler'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the tumbler package.
-# Michal Várady , 2010.
+# Michal Várady , 2010-2012.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 14:48+0100\n"
+"POT-Creation-Date: 2012-01-01 20:42+0000\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Michal Várady \n"
 "Language-Team: \n"
@@ -20,7 +20,7 @@
 "X-Poedit-Country: CZECH REPUBLIC\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../tumblerd/tumbler-cache-service.c:383
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "Již je spuštěna jiná služba mezipaměti náhledů"
@@ -31,7 +31,11 @@
 msgid "No thumbnailer available for \"%s\""
 msgstr "Pro položku \"%s\" není dostupný žádný nástroj pro vytváření náhledů"
 
-#: ../tumblerd/tumbler-service.c:751
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "Služba náhledů se vypíná"
+
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Již je spuštěn jiný nástroj pro vytváření náhledů"
@@ -42,80 +46,74 @@
 
 #: ../tumblerd/tumbler-specialized-thumbnailer.c:461
 msgid "Failed to call the specialized thumbnailer: timeout"
-msgstr ""
-"Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: Časový "
-"limit vypršel."
+msgstr "Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: Časový limit vypršel."
 
 #: ../tumblerd/tumbler-specialized-thumbnailer.c:470
 #, c-format
 msgid "Failed to call the specialized thumbnailer: %s"
-msgstr ""
-"Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: %s"
+msgstr "Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: %s"
 
-#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873
+#: ../tumblerd/tumbler-manager.c:489
+#: ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Načtení souboru \"%s\" se nezdařilo: %s"
 
-#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499
-#: ../tumblerd/tumbler-manager.c:513
+#: ../tumblerd/tumbler-manager.c:507
+#: ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Poškozený oddíl \"%s\" v souboru \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:526
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
-msgid ""
-"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
-"UriScheme/MimeType"
-msgstr ""
-"Poškozený oddíl \"%s\" v souboru \"%s\": Název oddílu se neshoduje se "
-"schématem URI nebo typem MIME"
+msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
+msgstr "Poškozený oddíl \"%s\" v souboru \"%s\": Název oddílu se neshoduje se schématem URI nebo typem MIME"
 
-#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
-#: ../tumblerd/tumbler-manager.c:914
+#: ../tumblerd/tumbler-manager.c:908
+#: ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Poškozený soubor \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:940
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "Zjištění času poslední změny položky \"%s\" se nezdařilo"
 
-#: ../tumblerd/tumbler-manager.c:1849
+#: ../tumblerd/tumbler-manager.c:1863
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Již je spuštěn jiný správce nástroje pro vytváření náhledů"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:63
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Služba vytváření náhledů Tumbler"
 
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "Připojení k relaci sběrnice D-Bus se nezdařilo: %s"
 
-#: ../tumblerd/main.c:90
+#: ../tumblerd/main.c:156
 #, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "Spuštění služby mezipaměti náhledů se nezdařilo: %s"
+msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgstr "Načtení specializovaných nástrojů pro vytváření náhledů do registru se nezdařilo: %s"
 
-#: ../tumblerd/main.c:140
+#: ../tumblerd/main.c:173
 #, c-format
-msgid "Failed to load specialized thumbnailers into the registry: %s"
-msgstr ""
-"Načtení specializovaných nástrojů pro vytváření náhledů do registru se "
-"nezdařilo: %s"
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Spuštění služby mezipaměti náhledů se nezdařilo: %s"
 
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:190
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "Spuštění správce nástroje pro vytváření náhledů se nezdařilo: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:207
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "Spuštění služby nástroj pro vytváření náhledů se nezdařilo: %s"
@@ -157,31 +155,39 @@
 msgid "Failed to load plugin \"%s\": %s"
 msgstr "Načtení zásuvného modulu \"%s\" se nezdařilo: %s"
 
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
 msgstr "Verze se neshodují: %s"
 
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů služby GStreamer"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů služby GStreamer"
+
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
-msgstr ""
-"Inicializace zásuvného modulu nástroje pro vytváření náhledů Tumbler Pixbuf"
+msgstr "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů Pixbuf"
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
-msgstr ""
-"Vypínání zásuvného modulu nástroje pro vytváření náhledů Tumbler Pixbuf"
+msgstr "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů Pixbuf"
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Font Thumbnailer plugin"
-msgstr ""
-"Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů písem"
+msgstr "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů písem"
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler Font Thumbnailer plugin"
@@ -217,50 +223,65 @@
 msgid "Could not render glyphs: %s"
 msgstr "Nelze vykreslit piktogramy: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr "Odvození náhledu z obsahu souboru nelze provést"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
-msgstr ""
-"Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů obrázků "
-"JPEG"
+msgstr "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů obrázků JPEG"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
-msgstr ""
-"Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů obrázků JPEG"
+msgstr "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů obrázků JPEG"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
 msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
-msgstr ""
-"Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů videí "
-"ffmpeg"
+msgstr "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů videí ffmpeg"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
-msgstr ""
-"Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů videí ffmpeg"
+msgstr "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů videí ffmpeg"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů dokumentů ODF"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů dokumentů ODF"
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
-msgstr ""
-"Inicializace zásuvného modulu nástroje pro vytváření náhledů Tumbler PDF/PS "
-"Poppler"
+msgstr "Inicializace zásuvného modulu nástroje pro vytváření náhledů Tumbler PDF/PS Poppler"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "Dokument je prázdný"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "Nelze načíst první stranu dokumentu"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Podporovány jsou pouze místní soubory"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Inicializace modulu služby Tumbler pro vytváření náhledů dokumentů RAW"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů dokumentů RAW"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
@@ -273,3 +294,4 @@
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:71
 msgid "Shutting down the Tumbler XDG cache plugin"
 msgstr "Vypínání zásuvného modulu mezipaměti XDG pro službu Tumbler "
+
diff -Nru tumbler-0.1.23/po/de.po tumbler-0.1.24/po/de.po
--- tumbler-0.1.23/po/de.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/de.po	2012-03-28 16:14:25.000000000 +0000
@@ -3,15 +3,16 @@
 # Copyright (C) 2010 Jannis Pohlmann
 # This file is distributed under the same license as the tumbler package.
 # Fabian Nowak , 2010.
-# Paul Seyfert , 2010.
+# Paul Seyfert , 2010
+# Thomas Schütz , 2012
 # 
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler 0.1.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-22 16:06+0000\n"
+"POT-Creation-Date: 2012-01-07 23:03+0000\n"
 "PO-Revision-Date: 2010-11-24 01:36+0100\n"
-"Last-Translator: Paul Seyfert \n"
+"Last-Translator: Thomas Schütz \n"
 "Language-Team: German\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@
 "Language: de\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../tumblerd/tumbler-cache-service.c:416
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "Ein anderer Dienst für Vorschaubilder läuft bereits"
@@ -34,85 +35,94 @@
 msgid "The thumbnailer service is shutting down"
 msgstr "Der Dienst für Vorschaubilder wird angehalten"
 
-#: ../tumblerd/tumbler-service.c:760
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Ein anderer allgemeiner Vorschaubildersteller läuft bereits"
 
-#: ../tumblerd/tumbler-service.c:878
+#: ../tumblerd/tumbler-service.c:867
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Nicht unterstützte Vorschaubildart angefordert"
 
 #: ../tumblerd/tumbler-specialized-thumbnailer.c:461
 msgid "Failed to call the specialized thumbnailer: timeout"
-msgstr "Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: Timeout"
+msgstr ""
+"Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: Timeout"
 
 #: ../tumblerd/tumbler-specialized-thumbnailer.c:470
 #, c-format
 msgid "Failed to call the specialized thumbnailer: %s"
-msgstr "Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: %s"
+msgstr ""
+"Der spezialisierte Vorschaubildersteller konnte nicht aufrufen werden: %s"
 
-#: ../tumblerd/tumbler-manager.c:468 ../tumblerd/tumbler-manager.c:874
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
-msgstr "Konnte die Datei »%s« nicht laden: %s"
+msgstr "Die Datei »%s« konnte nicht geladen werden: %s"
 
-#: ../tumblerd/tumbler-manager.c:486 ../tumblerd/tumbler-manager.c:500
-#: ../tumblerd/tumbler-manager.c:514
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Kaputter Abschnitt »%s« in Datei »%s«: %s"
 
-#: ../tumblerd/tumbler-manager.c:527
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Kaputter Abschnitt »%s« in Datei »%s«: Keine Übereinstimmung zwischen Name des Abschnitts und dem URI-Schema/MIME-Typ"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Kaputter Abschnitt »%s« in Datei »%s«: Keine Übereinstimmung zwischen Name "
+"des Abschnitts und dem URI-Schema/MIME-Typ"
 
-#: ../tumblerd/tumbler-manager.c:887 ../tumblerd/tumbler-manager.c:901
-#: ../tumblerd/tumbler-manager.c:915
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Kaputte Datei »%s«: %s"
 
-#: ../tumblerd/tumbler-manager.c:941
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
-msgstr "Konnte letztes Änderungsdatum von »%s« nicht bestimmen"
+msgstr "Das Datum der letzten Änderung von »%s« konnte nicht bestimmt werden."
 
-#: ../tumblerd/tumbler-manager.c:1854
+#: ../tumblerd/tumbler-manager.c:1863
 #, c-format
 msgid "Another thumbnailer manager is already running"
-msgstr "Eine andere Verwaltung für Vorschaubilder läuft bereits"
+msgstr "Eine anderes Verwaltungsprogramm für Vorschaubilder läuft bereits"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Vorschaubildersteller Tumbler"
 
-#: ../tumblerd/main.c:93
+#: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
-msgstr "Konnte keine Verbindung zum D-Bus-Sitzungsbus aufbauen: %s"
+msgstr "Konnte nicht mit dem D-Bus-Sitzungsbus verbinden: %s"
 
-#: ../tumblerd/main.c:108
+#: ../tumblerd/main.c:156
 #, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "Konnte den Vorschaubilddienst nicht starten: %s"
+msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgstr ""
+"Konnte besondere Vorschaubildersteller nicht in die Registrierung eintragen: "
+"%s"
 
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:173
 #, c-format
-msgid "Failed to load specialized thumbnailers into the registry: %s"
-msgstr "Konnte besondere Vorschaubildersteller nicht in die Registrierung eintragen: %s"
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Der Vorschaubild-Cache-Dienst konnte nicht gestartet werden: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:190
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
-msgstr "Konnte die Verwaltung für Vorschaubilder nicht starten: %s"
+msgstr ""
+"Das Verwaltungsprogramm für Vorschaubilder konnte nicht gestartet werden: %s"
 
-#: ../tumblerd/main.c:194
+#: ../tumblerd/main.c:207
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
-msgstr "Konnte den Vorschaubilderdienst nicht starten: %s"
+msgstr "Der Vorschaubilddienst konnte nicht gestartet werden: %s"
 
 #: ../tumbler/tumbler-enum-types.c:49
 msgid "Invalid format"
@@ -134,7 +144,7 @@
 #: ../tumbler/tumbler-cache-plugin.c:153
 #, c-format
 msgid "Failed to load the cache plugin \"%s\": %s"
-msgstr "Konnte Cache-Plugin »%s« nicht laden: %s"
+msgstr "Das Cache-Plugin »%s« konnte nicht geladen werden: %s"
 
 #: ../tumbler/tumbler-file-info.c:297
 #, c-format
@@ -149,14 +159,16 @@
 #: ../tumbler/tumbler-provider-plugin.c:143
 #, c-format
 msgid "Failed to load plugin \"%s\": %s"
-msgstr "Konnte das Plugin »%s« nicht laden: %s"
+msgstr "Das Plugin »%s« konnte nicht geladen werden: %s"
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
@@ -164,104 +176,127 @@
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
 msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
-msgstr "Vorschauerweiterung für GStreamer wird gestartet"
+msgstr "Die Tumbler GStreamer-Vorschaubilderweiterung wird gestartet"
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
 msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
-msgstr "Vorschauerweiterung für GStreamer wird beendet"
+msgstr "Die Tumbler GStreamer-Vorschaubilderweiterung wird beendet"
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
-msgstr "Starte das Pixbuf-Vorschaubildplugin"
+msgstr "Die Tumbler Pixbuf-Vorschaubilderweiterung wird gestartet"
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
-msgstr "Beende das Plugin für Pixbuf-Vorschaubilder"
+msgstr "Die Tumbler Pixbuf-Vorschaubilderweiterung wird beendet"
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Font Thumbnailer plugin"
-msgstr "Starte das Plugin für Schriftvorschau"
+msgstr "Die Tumbler Schriften-Vorschaubilderweiterung wird gestartet"
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler Font Thumbnailer plugin"
-msgstr "Beende das Plugin für Schriftvorschau"
+msgstr "Die Tumbler Schriften-Vorschaubilderweiterung wird beendet"
 
 #. there was an error in the freetype initialization, abort
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:463
 #, c-format
 msgid "Could not initialize freetype: %s"
-msgstr "Konnte freetype nicht initialisieren: %s"
+msgstr "freetype konnte nicht initialisiert werden: %s"
 
 #. there was an error, emit error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:475
 #, c-format
 msgid "Could not load file contents: %s"
-msgstr "Konnte Dateiinhalte nicht laden: %s"
+msgstr "Dateiinhalte konnten nicht geladen werden: %s"
 
 #. the font file could not be loaded, emit an error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:494
 #, c-format
 msgid "Could not open font file: %s"
-msgstr "Konnte Schriftdatei nicht öffnen: %s"
+msgstr "Schriftdatei konnte nicht geöffnet werden: %s"
 
 #. emit an error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:518
 #, c-format
 msgid "Could not set the character map: %s"
-msgstr "Konnte Zeichensatz nicht einstellen: %s"
+msgstr "Zeichensatz konnte nicht eingestellt werden: %s"
 
 #. emit an error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:545
 #, c-format
 msgid "Could not render glyphs: %s"
-msgstr "Konnte Glyphen nicht rendern: %s"
+msgstr "Glyphen konnten nicht gerendert werden: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr "Vorschaubild konnte nicht anhand der Dateiinhalte erstellt werden"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
-msgstr "Starte das JPEG-Vorschaubildplugin"
+msgstr "Die Tumbler JPEG-Vorschaubilderweiterung wird gestartet"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
-msgstr "Beende das Plugin für JPEG-Vorschaubilder"
+msgstr "Die Tumbler JPEG-Vorschaubilderweiterung wird beendet"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
 msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "Starte das ffmpeg-Plugin für Videovorschaubilder"
+msgstr "Die Tumbler ffmpeg-Video-Vorschaubilderweiterung wird gestartet"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "Beende das ffmpeg-Plugin für Videovorschaubilder"
+msgstr "Die Tumbler ffmpeg-Video-Vorschaubilderweiterung wird beendet"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Die Tumbler ODF-Vorschaubilderweiterung wird gestartet"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Die Tumbler ODF-Vorschaubilderweiterung wird beendet"
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
-msgstr "Starte das Poppler-Plugin für PDF/PS-Vorschaubilder"
+msgstr "Die Tumbler Poppler-PDF/PS-Vorschaubilderweiterung wird gestartet"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:304
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "Das Dokument ist leer"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:316
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "Erste Seite des Dokuments konnte nicht gelesen werden"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Nur lokale Dateien werden unterstützt"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Die Tumbler RAW-Vorschaubilderweiterung wird gestartet"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Die Tumbler RAW-Vorschaubilderweiterung wird beendet"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
-msgstr "Konnte Vorschaubild nicht nach »%s« speichern"
+msgstr "Vorschaubild konnte nicht nach  »%s« gespeichert werden"
 
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:57
 msgid "Initializing the Tumbler XDG cache plugin"
-msgstr "Starte das Tumbler XDG-Cache-Plugin"
+msgstr "Die Tumbler XDG-Cache-Erweiterung wird gestartet"
 
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:71
 msgid "Shutting down the Tumbler XDG cache plugin"
-msgstr "Beende das Tumbler XDG-Cache-Plugin"
+msgstr "Die Tumbler XDG-Cache-Erweiterung wird beendet"
diff -Nru tumbler-0.1.23/po/es.po tumbler-0.1.24/po/es.po
--- tumbler-0.1.23/po/es.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/es.po	2012-03-28 16:14:25.000000000 +0000
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-07-19 16:06+0000\n"
+"POT-Creation-Date: 2012-01-03 09:18+0000\n"
 "PO-Revision-Date: 2011-03-11 17:31-0300\n"
 "Last-Translator: \n"
 "Language-Team: Spanish \n"
@@ -16,7 +16,7 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.2\n"
 
-#: ../tumblerd/tumbler-cache-service.c:416
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "x"
@@ -31,82 +31,87 @@
 msgid "The thumbnailer service is shutting down"
 msgstr "El servicio de previsualización se está cerrando"
 
-#: ../tumblerd/tumbler-service.c:760
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Otro previsualizador genérico ya está abierto"
 
-#: ../tumblerd/tumbler-service.c:878
+#: ../tumblerd/tumbler-service.c:867
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Tipo de previsualización seleccionada no soportada"
 
 #: ../tumblerd/tumbler-specialized-thumbnailer.c:461
 msgid "Failed to call the specialized thumbnailer: timeout"
-msgstr "Error al llamar al previsualizador especializado: tiempo de espera terminado."
+msgstr ""
+"Error al llamar al previsualizador especializado: tiempo de espera terminado."
 
 #: ../tumblerd/tumbler-specialized-thumbnailer.c:470
 #, c-format
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Error al llamar al previsualizador especializado: %s"
 
-#: ../tumblerd/tumbler-manager.c:468 ../tumblerd/tumbler-manager.c:874
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Error al cargar el archivo \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:486 ../tumblerd/tumbler-manager.c:500
-#: ../tumblerd/tumbler-manager.c:514
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Sección mal formada \"%s\" en archivo \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:527
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Sección mal formada \"%s\" en archivo \"%s\": conflicto entre nombre de sección y UriScheme/MimeType"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Sección mal formada \"%s\" en archivo \"%s\": conflicto entre nombre de "
+"sección y UriScheme/MimeType"
 
-#: ../tumblerd/tumbler-manager.c:887 ../tumblerd/tumbler-manager.c:901
-#: ../tumblerd/tumbler-manager.c:915
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Archivo \"%s\" mal formado: %s"
 
-#: ../tumblerd/tumbler-manager.c:941
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "Error al determinar la fecha de modificación de \"%s\""
 
-#: ../tumblerd/tumbler-manager.c:1854
+#: ../tumblerd/tumbler-manager.c:1863
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Otro gestor de previsualización ya está corriendo"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Servicio de previsualización de Tumbler"
 
-#: ../tumblerd/main.c:93
+#: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "Error al conectar a la sesión de bus D-Bus: %s"
 
-#: ../tumblerd/main.c:108
-#, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "Error al iniciar el servicio de caché de previsualización: %s"
-
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:156
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "Error al cargar previsualizadores especializados al registro: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Error al iniciar el servicio de caché de previsualización: %s"
+
+#: ../tumblerd/main.c:190
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "Error al iniciar el gestor de previsualización: %s"
 
-#: ../tumblerd/main.c:194
+#: ../tumblerd/main.c:207
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "Error al iniciar el servicio de previsualización: %s"
@@ -153,7 +158,9 @@
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
@@ -214,13 +221,17 @@
 msgid "Could not render glyphs: %s"
 msgstr "No se pueden renderizar glifos: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
-msgstr "No se puede generar previsualización a partir de los contenidos del archivo"
+msgstr ""
+"No se puede generar previsualización a partir de los contenidos del archivo"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
@@ -238,18 +249,38 @@
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
 msgstr "Cerrando el complemento Ffmpeg video Thumbnailer para Tumbler"
 
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Iniciando el complemento ODF Thumbnailer para Tumbler"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Cerrando el complemento ODF Thumbnailer para Tumbler"
+
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
 msgstr "Iniciando el complemento Poppler PDF/PS Thumbnailer para Tumbler"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:304
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "El documento está vacío"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:316
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "La primera página del documento no puede ser leída"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Únicamente archivos locales son soportados"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Iniciando el complemento RAW Thumbnailer para Tumbler"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Cerrando el complemento RAW Thumbnailer para Tumbler"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
diff -Nru tumbler-0.1.23/po/fi.po tumbler-0.1.24/po/fi.po
--- tumbler-0.1.23/po/fi.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/fi.po	2012-03-28 16:14:25.000000000 +0000
@@ -2,23 +2,23 @@
 # Copyright (C) 2009-2011 Jannis Pohlmann 
 # Copyright (C) 2009-2010 Philip Van Hoof 
 # This file is distributed under the same license as the tumbler package.
-# Jari Rahkonen , 2010-2011.
+# Jari Rahkonen , 2010-2012.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Tumbler 0.1.2\n"
+"Project-Id-Version: Tumbler 0.1.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-05-29 04:05+0000\n"
-"PO-Revision-Date: 2011-05-29 13:02+0300\n"
+"POT-Creation-Date: 2012-03-28 10:03+0000\n"
+"PO-Revision-Date: 2012-03-28 16:10+0200\n"
 "Last-Translator: Jari Rahkonen \n"
 "Language-Team: Finnish \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../tumblerd/tumbler-cache-service.c:416
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "Toinen pienoiskuvien välimuistipalvelu on jo käynnissä"
@@ -33,12 +33,12 @@
 msgid "The thumbnailer service is shutting down"
 msgstr "Pienoiskuvapalvelu suljetaan"
 
-#: ../tumblerd/tumbler-service.c:760
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Toinen yleinen pienoiskuvittaja on jo käynnissä"
 
-#: ../tumblerd/tumbler-service.c:878
+#: ../tumblerd/tumbler-service.c:867
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Pyydettyä pienoiskuvamuotoa ei tueta"
 
@@ -51,18 +51,18 @@
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Erityispienoiskuvittajan suoritusvirhe: %s"
 
-#: ../tumblerd/tumbler-manager.c:468 ../tumblerd/tumbler-manager.c:874
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Tiedoston \"%s\" lataus epäonnistui: %s"
 
-#: ../tumblerd/tumbler-manager.c:486 ../tumblerd/tumbler-manager.c:500
-#: ../tumblerd/tumbler-manager.c:514
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Virheellinen alue \"%s\" tiedostossa \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:527
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
 msgid ""
 "Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
@@ -71,48 +71,48 @@
 "Virheellinen alue \"%s\" tiedostossa \"%s\": Alueen nimi ja UriScheme/"
 "MimeType eivät täsmää"
 
-#: ../tumblerd/tumbler-manager.c:887 ../tumblerd/tumbler-manager.c:901
-#: ../tumblerd/tumbler-manager.c:915
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Virheellinen tiedosto \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:941
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "Tiedoston \"%s\" viimeisen muokkausajan selvitys epäonnistui"
 
-#: ../tumblerd/tumbler-manager.c:1854
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Toinen pienoiskuvien hallintaohjelma on jo käynnissä"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Tumbler-pienoiskuvapalvelu"
 
-#: ../tumblerd/main.c:93
+#: ../tumblerd/main.c:101
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "D-Bus -istuntoväylään ei saa yhteyttä: %s"
 
-#: ../tumblerd/main.c:108
-#, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "Pienoiskuvien välimuistipalvelun käynnistys epäonnistui: %s"
-
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:159
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "Erityispienoiskuvittajien rekisteröinti epäonnistui: %s"
 
 #: ../tumblerd/main.c:176
 #, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Pienoiskuvien välimuistipalvelun käynnistys epäonnistui: %s"
+
+#: ../tumblerd/main.c:193
+#, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "Pienoiskuvien hallintaohjelman käynnistys epäonnistui: %s"
 
-#: ../tumblerd/main.c:194
+#: ../tumblerd/main.c:210
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "Pienoiskuvapalvelun käynnistys epäonnistui: %s"
@@ -159,7 +159,9 @@
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
@@ -220,10 +222,13 @@
 msgid "Could not render glyphs: %s"
 msgstr "Merkkien piirto epäonnistui: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr "Pienoiskuvan selvitys tiedoston sisällöstä epäonnistui"
@@ -244,18 +249,38 @@
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
 msgstr "Suljetaan Tumblerin ffmpeg-videopienoiskuvittaja"
 
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Alustetaan Tumblerin ODF-pienoiskuvittajaa"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Suljetaan Tumblerin ODF-pienoiskuvittaja"
+
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
 msgstr "Alustetaan Tumblerin Poppler PDF/PS-pienoiskuvittajaa"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:304
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "Asiakirja on tyhjä"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:316
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "Asiakirjan ensimmäisen sivun lukeminen epäonnistui"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Pienoiskuvittaja tukee vain paikallisia tiedostoja"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Alustetaan Tumblerin RAW-pienoiskuvittajaa"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Suljetaan Tumblerin RAW-pienoiskuvittaja"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
diff -Nru tumbler-0.1.23/po/he.po tumbler-0.1.24/po/he.po
--- tumbler-0.1.23/po/he.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/he.po	2012-03-28 16:14:25.000000000 +0000
@@ -7,18 +7,18 @@
 msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 14:48+0100\n"
+"POT-Creation-Date: 2012-03-26 11:39+0000\n"
 "PO-Revision-Date: 2010-12-07 10:50+0200\n"
 "Last-Translator: Yaron Shahrabani \n"
 "Language-Team: Hebrew \n"
-"Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: he\n"
 "X-Poedit-Language: Hebrew\n"
 "X-Poedit-Country: ISRAEL\n"
 
-#: ../tumblerd/tumbler-cache-service.c:383
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "שירות אחר למטמון תמונות ממוזערות כבר פעיל"
@@ -29,7 +29,11 @@
 msgid "No thumbnailer available for \"%s\""
 msgstr "אין מנהל זמין לתמונות ממוזערות עבור \"%s\""
 
-#: ../tumblerd/tumbler-service.c:751
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "שירות מטמון התמונות הממוזערות נכבה"
+
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "שירות תמונות ממוזערות גנרי כבר פעיל"
@@ -47,18 +51,18 @@
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "אירע כשל בקריאה למנהל התמונות הממוזערות המיוחד: %s"
 
-#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "אירע כשל בטעינת הקובץ \"%s\":‏ %s"
 
-#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499
-#: ../tumblerd/tumbler-manager.c:513
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "סעיף פגום \"%s\" בקובץ \"%s\":‏ %s"
 
-#: ../tumblerd/tumbler-manager.c:526
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
 msgid ""
 "Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
@@ -66,48 +70,48 @@
 msgstr ""
 "סעיף פגום \"%s\" בקובץ \"%s\":‏ חוסר התאמה בין שם הסעיף וה־UriScheme/MimeType"
 
-#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
-#: ../tumblerd/tumbler-manager.c:914
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "קובץ פגום \"%s\":‏ %s"
 
-#: ../tumblerd/tumbler-manager.c:940
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "אירע כשל במציאת זמן העדכון האחרון של \"%s\""
 
-#: ../tumblerd/tumbler-manager.c:1849
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "מנהל תמונות ממוזערות אחר כבר פעיל"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:63
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "‏Tumbler שירות יצירת תמונות ממוזערות"
 
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:101
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "Failed to connect to the D-Bus session bus: %s"
 
-#: ../tumblerd/main.c:90
-#, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "Failed to start the thumbnail cache service: %s"
-
-#: ../tumblerd/main.c:140
+#: ../tumblerd/main.c:159
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "Failed to load specialized thumbnailers into the registry: %s"
 
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:176
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Failed to start the thumbnail cache service: %s"
+
+#: ../tumblerd/main.c:193
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "Failed to start the thumbnailer manager: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:210
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "Failed to start the thumbnailer service: %s"
@@ -149,16 +153,27 @@
 msgid "Failed to load plugin \"%s\": %s"
 msgstr "אירע כשל בטעינת התוסף \"%s\":‏ %s"
 
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
 msgstr "אי התאמה בגרסה: %s"
 
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
+msgstr "תוסף התמונות הממוזערות ל־GStreamer מופעל"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
+msgstr "תוסף התמונות הממוזערות ל־GStreamer נכבה"
+
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
 msgstr "אתחול תוסף ה־Pixbuf של Tumbler"
@@ -206,10 +221,13 @@
 msgid "Could not render glyphs: %s"
 msgstr "לא ניתן לעבד את האותיות: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr "לא ניתן ליצור תמונה ממוזערת מתוכן הקובץ"
@@ -230,18 +248,38 @@
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
 msgstr "כיבוי תוסף הווידאו ffmpeg של Tumbler"
 
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "תוסף התמונות הממוזערות מ־ODF מופעל"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "תוסף התמונות הממוזערות מ־ODF נכבה"
+
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
 msgstr "אתחול תוסף ה־PDF/PS של Tumbler "
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "המסמך ריק"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "לא ניתן לקרוא את העמוד הראשון של המסמך"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "התמיכה היא בקבצים מקומיים בלבד"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "תוסף התמונות הממוזערות מ־RAW מופעל"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "תוסף התמונות הממוזערות מ־RAW נכבה"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
diff -Nru tumbler-0.1.23/po/id.po tumbler-0.1.24/po/id.po
--- tumbler-0.1.23/po/id.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/id.po	2012-03-28 16:14:25.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Tumbler (Xfce)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-01 04:05+0000\n"
+"POT-Creation-Date: 2012-01-30 12:12+0000\n"
 "PO-Revision-Date: 2010-06-01 14:35+0700\n"
 "Last-Translator: Δrdjuna \n"
 "Language-Team: Bahasa Indonesia\n"
@@ -18,7 +18,7 @@
 "X-Poedit-Language: Indonesian\n"
 "X-Poedit-Country: INDONESIA\n"
 
-#: ../tumblerd/tumbler-cache-service.c:416
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "Cache servis thumbnail lain masih berjalan"
@@ -33,12 +33,12 @@
 msgid "The thumbnailer service is shutting down"
 msgstr "Layanan peminiatur dimatikan"
 
-#: ../tumblerd/tumbler-service.c:760
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Terdapat proses thumbnail lain yang sedang berjalan"
 
-#: ../tumblerd/tumbler-service.c:878
+#: ../tumblerd/tumbler-service.c:867
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Permintaan thumbnail tidak dapat dilayani"
 
@@ -51,64 +51,68 @@
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Gagal memanggil pemroses thumbnail khusus: %s"
 
-#: ../tumblerd/tumbler-manager.c:468 ../tumblerd/tumbler-manager.c:874
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Gagal memuat berkas: \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:486 ../tumblerd/tumbler-manager.c:500
-#: ../tumblerd/tumbler-manager.c:514
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Terdapat bagian cacat \"%s\" pada berkas \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:527
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Terdapat bagian cacat \"%s\" pada berkas \"%s\": Ketidakcocokan antara nama bagian dengan UriScheme/MimeType"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Terdapat bagian cacat \"%s\" pada berkas \"%s\": Ketidakcocokan antara nama "
+"bagian dengan UriScheme/MimeType"
 
-#: ../tumblerd/tumbler-manager.c:887 ../tumblerd/tumbler-manager.c:901
-#: ../tumblerd/tumbler-manager.c:915
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Terdapat cacat pada berkas \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:941
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "Gagal menentukan waktu modifikasi terakhir pada berkas \"%s\""
 
-#: ../tumblerd/tumbler-manager.c:1854
+#: ../tumblerd/tumbler-manager.c:1863
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Terdapat aplikasi manajer thumbnail lain yang sedang berjalan"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Tumbler Servis Pembentuk Thumbnail"
 
-#: ../tumblerd/main.c:93
+#: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "Gagal mengoneksikan ke sesi D-Bus: %s"
 
-#: ../tumblerd/main.c:108
-#, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "Gagal mengaktifkan servis cache untuk proses thumbnail: %s"
-
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:156
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "Gagal memuat pemroses thumbnail khusus ke registry: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Gagal mengaktifkan servis cache untuk proses thumbnail: %s"
+
+#: ../tumblerd/main.c:190
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "Gagal menjalankan manajer pemroses thumbnail: %s"
 
-#: ../tumblerd/main.c:194
+#: ../tumblerd/main.c:207
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "Gagal menjalankan servis pemroses thumbnail: %s"
@@ -155,7 +159,9 @@
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
@@ -216,10 +222,13 @@
 msgid "Could not render glyphs: %s"
 msgstr "Tidak dapat membentuk: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr "Tidak dapat membentuk thumbnail dari isi berkas"
@@ -240,18 +249,38 @@
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
 msgstr "Mematikan plugin: Pratilik Video ffmpeg"
 
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Menginisialisasi plugin Tumbler ODF Thumbnailer"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Mematikan plugin Tumbler ODF Thumbnailer"
+
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
 msgstr "Menginisialisasi plugin: Pratilik Poppler PDF/PS"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:304
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "Dokumen kosong"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:316
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "Tidak dapat membaca halaman awal dokumen"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Hanya berkas lokal yang didukung"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Menginisialisasi plugin Tumbler RAW Thumbnailer"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Mematikan plugin Tumbler RAW Thumbnailer"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
diff -Nru tumbler-0.1.23/po/is.po tumbler-0.1.24/po/is.po
--- tumbler-0.1.23/po/is.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/is.po	2012-03-28 16:14:25.000000000 +0000
@@ -1,22 +1,22 @@
 # translation of tumbler.master.tumbler.po to Icelandic
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Sveinn í Felli , 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler.master.tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-03 02:00+0000\n"
+"POT-Creation-Date: 2011-12-05 03:00+0000\n"
 "PO-Revision-Date: 2011-12-03 08:10+0000\n"
 "Last-Translator: Sveinn í Felli \n"
 "Language-Team: Icelandic \n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"Language: \n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: KBabel 1.11.4\n"
 
 #: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
@@ -54,7 +54,7 @@
 #: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
-msgstr ""
+msgstr "Mistókst að hlaða inn skránna \"%s\": %s"
 
 #: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
 #: ../tumblerd/tumbler-manager.c:535
@@ -73,7 +73,7 @@
 #: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
-msgstr ""
+msgstr "Gölluð skrá \"%s\": %s"
 
 #: ../tumblerd/tumbler-manager.c:962
 #, c-format
@@ -150,7 +150,7 @@
 #: ../tumbler/tumbler-provider-plugin.c:143
 #, c-format
 msgid "Failed to load plugin \"%s\": %s"
-msgstr ""
+msgstr "Mistókst að hlaða inn viðbætu"
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
@@ -206,7 +206,7 @@
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:494
 #, c-format
 msgid "Could not open font file: %s"
-msgstr ""
+msgstr "Mistókst að opna letur skrá: %s"
 
 #. emit an error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:518
@@ -261,7 +261,7 @@
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
-msgstr ""
+msgstr "Skrá er tóm"
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
@@ -291,4 +291,3 @@
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:71
 msgid "Shutting down the Tumbler XDG cache plugin"
 msgstr ""
-
diff -Nru tumbler-0.1.23/po/kk.po tumbler-0.1.24/po/kk.po
--- tumbler-0.1.23/po/kk.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/kk.po	2012-03-28 16:14:25.000000000 +0000
@@ -2,22 +2,22 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Baurzhan Muftakhidinov , 2010.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-25 10:06+0000\n"
-"PO-Revision-Date: 2010-03-11 12:52+0600\n"
+"POT-Creation-Date: 2011-12-17 14:42+0000\n"
+"PO-Revision-Date: 2011-12-17 22:56+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov \n"
 "Language-Team: Kazakh \n"
+"Language: kk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: kk\n"
 "Plural-Forms: nplurals=1; plural=0\n"
 
-#: ../tumblerd/tumbler-cache-service.c:416
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "Басқа таңбашалар қызметі қосулы тұр"
@@ -32,12 +32,12 @@
 msgid "The thumbnailer service is shutting down"
 msgstr "Таңбашалар қызметі сөндірілуде"
 
-#: ../tumblerd/tumbler-service.c:760
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Басқа жалпы таңбашалар қызметі қосулы тұр"
 
-#: ../tumblerd/tumbler-service.c:878
+#: ../tumblerd/tumbler-service.c:867
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Қолдауы жоқ таңбаша түрі сұранды"
 
@@ -50,64 +50,67 @@
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Арнайы таңбаша қолданбасын шақыру қатесі: %s"
 
-#: ../tumblerd/tumbler-manager.c:468 ../tumblerd/tumbler-manager.c:874
+#: ../tumblerd/tumbler-manager.c:489
+#: ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "\"%s\" файлын жүктеп алу қатесі: %s"
 
-#: ../tumblerd/tumbler-manager.c:486 ../tumblerd/tumbler-manager.c:500
-#: ../tumblerd/tumbler-manager.c:514
+#: ../tumblerd/tumbler-manager.c:507
+#: ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "\"%s\" секциясы қате, ол \"%s\" файлында: %s"
 
-#: ../tumblerd/tumbler-manager.c:527
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
 msgstr "\"%s\" секциясы қате, ол \"%s\" файлында: Секция аты мен UriScheme/MimeType арасында сәйкестік жоқ"
 
-#: ../tumblerd/tumbler-manager.c:887 ../tumblerd/tumbler-manager.c:901
-#: ../tumblerd/tumbler-manager.c:915
+#: ../tumblerd/tumbler-manager.c:908
+#: ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Қате файл \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:941
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "\"%s\" үшін соңғы өзгерту уақытын анықтау мүмкін емес"
 
-#: ../tumblerd/tumbler-manager.c:1854
+#: ../tumblerd/tumbler-manager.c:1863
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Басқа таңбашалар басқарушысы қосулы тұр"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Tumbler таңбашалар қызметі"
 
-#: ../tumblerd/main.c:93
+#: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "D-Bus сессия шинасына қосылу қатесі: %s"
 
-#: ../tumblerd/main.c:108
-#, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "Таңбашаларды кэштеу қызметін жөнелту қатесі: %s"
-
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:156
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "Арнайы таңбашалар қолданбаларын регистрге жүктеу қатесі: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Таңбашаларды кэштеу қызметін жөнелту қатесі: %s"
+
+#: ../tumblerd/main.c:190
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "Таңбашаларды басқарушысын жөнелту қатесі: %s"
 
-#: ../tumblerd/main.c:194
+#: ../tumblerd/main.c:207
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "Таңбашалар қызметін жөнелту қатесі: %s"
@@ -122,7 +125,7 @@
 
 #: ../tumbler/tumbler-enum-types.c:71
 msgid "RGB Colorspace"
-msgstr "RGB түстер аралығы"
+msgstr "RGB түстер кеңістігі"
 
 #: ../tumbler/tumbler-cache-plugin.c:145
 #, c-format
@@ -154,7 +157,9 @@
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
@@ -215,10 +220,13 @@
 msgid "Could not render glyphs: %s"
 msgstr "Глифтерді өндеу мүмкін емес: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr "Таңбаша файл құрамасынан алынуы мүмкін емес"
@@ -239,18 +247,38 @@
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
 msgstr "Tumbler ffmpeg видео thumbnailer плагинді сөндіру"
 
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Tumbler ODF Thumbnailer плагинін іске қосу"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Tumbler ODF Thumbnailer плагинін сөндіру"
+
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
 msgstr "Tumbler Poppler PDF/PS Thumbnailer плагинді қосу"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:304
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "Құжат бос"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:316
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "Құжаттың бірінші бетін оқу мүмкін емес"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Тек жергілікті файлдарға қолдау бар"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Tumbler RAW Thumbnailer плагинін іске қосу"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Tumbler RAW Thumbnailer плагинін сөндіру"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
@@ -263,3 +291,4 @@
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:71
 msgid "Shutting down the Tumbler XDG cache plugin"
 msgstr "Tumbler XDG кэш плагинін сөндіру"
+
diff -Nru tumbler-0.1.23/po/ko.po tumbler-0.1.24/po/ko.po
--- tumbler-0.1.23/po/ko.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/ko.po	2012-03-28 16:14:25.000000000 +0000
@@ -2,19 +2,19 @@
 # Copyright (C) 2003-2011 The Xfce development team.
 # This file is distributed under the same license as the tumbler package.
 # Seong-ho, Cho , 2011.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler.master\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-15 10:12+0000\n"
+"Report-Msgid-Bugs-To: xfce4-users-kr-i18n \n"
+"POT-Creation-Date: 2012-02-27 15:24+0000\n"
 "PO-Revision-Date: 2011-09-13 05:31+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n \n"
+"Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Poedit-Language: Korean\n"
 "X-Poedit-SourceCharset: utf-8\n"
@@ -84,7 +84,7 @@
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "\"%s\"의 최종 수정 시간을 결정하는데 실패했습니다"
 
-#: ../tumblerd/tumbler-manager.c:1863
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "다른 섬네일러 관리자가 이미 실행중입니다"
@@ -94,27 +94,27 @@
 msgid "Tumbler Thumbnailing Service"
 msgstr "텀블러 섬네일링 서비스"
 
-#: ../tumblerd/main.c:98
+#: ../tumblerd/main.c:101
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "D-Bus 세션 버스에 연결하는데 실패했습니다: %s"
 
-#: ../tumblerd/main.c:156
+#: ../tumblerd/main.c:159
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "특화된 섬네일러를 레지스트리에 불러오는데 실패했습니다: %s"
 
-#: ../tumblerd/main.c:173
+#: ../tumblerd/main.c:176
 #, c-format
 msgid "Failed to start the thumbnail cache service: %s"
 msgstr "섬네일 캐시 서비스를 시작하는데 실패했습니다: %s"
 
-#: ../tumblerd/main.c:190
+#: ../tumblerd/main.c:193
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "섬네일러 관리자를 시작하는데 실패했습니다: %s"
 
-#: ../tumblerd/main.c:207
+#: ../tumblerd/main.c:210
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "섬네일러 서비스를 시작하는데 실패했습니다: %s"
@@ -245,11 +245,11 @@
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
 msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "텀블러 ffmpeg 비디오 섬네일러 플러그인 초기화 중"
+msgstr "텀블러 ffmpeg 동영상 섬네일러 플러그인 초기화 중"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "텀블러 ffmpeg 비디오 섬네일러 플러그인 종료 중"
+msgstr "텀블러 ffmpeg 동영상 섬네일러 플러그인 종료 중"
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
 msgid "Initializing the Tumbler ODF Thumbnailer plugin"
diff -Nru tumbler-0.1.23/po/lt.po tumbler-0.1.24/po/lt.po
--- tumbler-0.1.23/po/lt.po	1970-01-01 00:00:00.000000000 +0000
+++ tumbler-0.1.24/po/lt.po	2012-03-28 16:14:25.000000000 +0000
@@ -0,0 +1,298 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+# Algimantas Margevičius , 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: thumbler\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-01-11 08:12+0000\n"
+"PO-Revision-Date: 2012-01-11 11:37+0200\n"
+"Last-Translator: Algimantas Margevičius \n"
+"Language-Team: Lietuvių <>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bits\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
+"%100<10 || n%100>=20) ? 1 : 2)\n"
+
+#: ../tumblerd/tumbler-cache-service.c:413
+#, c-format
+msgid "Another thumbnail cache service is already running"
+msgstr "Kita miniatiūrų podėlio tarnyba jau veikia"
+
+#: ../tumblerd/tumbler-group-scheduler.c:485
+#: ../tumblerd/tumbler-lifo-scheduler.c:421
+#, c-format
+msgid "No thumbnailer available for \"%s\""
+msgstr "Nėra prieinamos miniatiūrų kūrimo programos skirtos „%s“"
+
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "Miniatiūrų tarnyba baigia darbą"
+
+#: ../tumblerd/tumbler-service.c:758
+#, c-format
+msgid "Another generic thumbnailer is already running"
+msgstr "Kita pagrindinė miniatiūrų kūrimo programa jau veikia"
+
+#: ../tumblerd/tumbler-service.c:867
+msgid "Unsupported thumbnail flavor requested"
+msgstr "Prašoma nepalaikomos miniatiūros rūšies"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:461
+msgid "Failed to call the specialized thumbnailer: timeout"
+msgstr ""
+"Nepavyko paleisti specializuotos miniatiūrų kūrimo programos: baigėsi laikas"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:470
+#, c-format
+msgid "Failed to call the specialized thumbnailer: %s"
+msgstr "Nepavyko paleisti specializuotos miniatiūrų kūrimo programos: %s"
+
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
+#, c-format
+msgid "Failed to load the file \"%s\": %s"
+msgstr "Nepavyko įkelti failo „%s“: %s"
+
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
+#, c-format
+msgid "Malformed section \"%s\" in file \"%s\": %s"
+msgstr "Netaisyklinga sritis „%s“ faile „%s“: %s"
+
+#: ../tumblerd/tumbler-manager.c:548
+#, c-format
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Netaisyklinga sritis „%s“ faile „%s“: Nesutampa srities vardas ir Urischeme/"
+"MimeType"
+
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
+#, c-format
+msgid "Malformed file \"%s\": %s"
+msgstr "Neteisingas failas „%s“: %s"
+
+#: ../tumblerd/tumbler-manager.c:962
+#, c-format
+msgid "Failed to determine last modified time of \"%s\""
+msgstr "Nepavyko nustatyti „%s“ paskutinio keitimo laiko"
+
+#: ../tumblerd/tumbler-manager.c:1863
+#, c-format
+msgid "Another thumbnailer manager is already running"
+msgstr "Kita miniatiūrų kūrimo kopija jau veikia"
+
+#. set the application name. Translators: Don't translate "Tumbler".
+#: ../tumblerd/main.c:83
+msgid "Tumbler Thumbnailing Service"
+msgstr "Tumbler miniatiūrų kūrimo tarnyba"
+
+#: ../tumblerd/main.c:98
+#, c-format
+msgid "Failed to connect to the D-Bus session bus: %s"
+msgstr "Nepavyko prisijungti prie D-Bus seanso magistralės: %s"
+
+#: ../tumblerd/main.c:156
+#, c-format
+msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgstr ""
+"Nepavyko įkelti specializuotos miniatiūrų kūrimo programos į registrą: %s"
+
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Nepavyko paleisti miniatiūrų kūrimo programos podėlio tarnybos: %s"
+
+#: ../tumblerd/main.c:190
+#, c-format
+msgid "Failed to start the thumbnailer manager: %s"
+msgstr "Nepavyko paleisti miniatiūrų kūrimo tvarkyklės: %s"
+
+#: ../tumblerd/main.c:207
+#, c-format
+msgid "Failed to start the thumbnailer service: %s"
+msgstr "Nepavyko paleisti miniatiūrų kūrimo programos tarnybos: %s"
+
+#: ../tumbler/tumbler-enum-types.c:49
+msgid "Invalid format"
+msgstr "Netinkamas formatas"
+
+#: ../tumbler/tumbler-enum-types.c:50
+msgid "PNG"
+msgstr "PNG"
+
+#: ../tumbler/tumbler-enum-types.c:71
+msgid "RGB Colorspace"
+msgstr "RGB spalvų gama"
+
+#: ../tumbler/tumbler-cache-plugin.c:145
+#, c-format
+msgid "Cache plugin \"%s\" lacks required symbols"
+msgstr "Podėlio įskiepis „%s“ neturi reikalingų simbolių"
+
+#: ../tumbler/tumbler-cache-plugin.c:153
+#, c-format
+msgid "Failed to load the cache plugin \"%s\": %s"
+msgstr "Nepavyko įkelti podėlio įskiepio „%s“: %s"
+
+#: ../tumbler/tumbler-file-info.c:297
+#, c-format
+msgid "The file \"%s\" is a thumbnail itself"
+msgstr "Failas „%s“ yra miniatiūra"
+
+#: ../tumbler/tumbler-provider-plugin.c:135
+#, c-format
+msgid "Plugin \"%s\" lacks required symbols."
+msgstr "Įskiepis „%s“ neturi reikalingų simbolių."
+
+#: ../tumbler/tumbler-provider-plugin.c:143
+#, c-format
+msgid "Failed to load plugin \"%s\": %s"
+msgstr "Nepavyko įkelti įskiepio „%s“: %s"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:52
+#, c-format
+msgid "Version mismatch: %s"
+msgstr "Versijos nesutampa: %s"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler GStreamer Thumbnailer įskiepis"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Užveriamas Tumbler GStreamer Thumbnailer įskiepis"
+
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler Pixbuf Thumbnailer įskiepis"
+
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
+msgstr "Užveriamas Tumbler Pixbuf Thumbnailer įskiepis"
+
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Font Thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler Font Thumbnailer įskiepis"
+
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler Font Thumbnailer plugin"
+msgstr "Užveriamas Tumbler Font Thumbnailer įskiepis"
+
+#. there was an error in the freetype initialization, abort
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
+#, c-format
+msgid "Could not initialize freetype: %s"
+msgstr "Nepavyko inicijuoti freetype: %s"
+
+#. there was an error, emit error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:475
+#, c-format
+msgid "Could not load file contents: %s"
+msgstr "Nepavyko įkelti failo turinio: %s"
+
+#. the font file could not be loaded, emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:494
+#, c-format
+msgid "Could not open font file: %s"
+msgstr "Nepavyko atverti šrifto failo: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:518
+#, c-format
+msgid "Could not set the character map: %s"
+msgstr "Nepavyko nustatyti simbolių žemėlapio: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:545
+#, c-format
+msgid "Could not render glyphs: %s"
+msgstr "Nepavyko atvaizduoti glifo: %s"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
+#, c-format
+msgid "Thumbnail could not be inferred from file contents"
+msgstr "Iš failo turinio miniatiūra negali būti sukurta"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler JPEG Thumbnailer įskiepis"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Užveriamas Tumbler JPEG Thumbnailer įskiepis"
+
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
+msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler ffmpeg video thumbnailer įskiepis"
+
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
+msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
+msgstr "Užveriamas Tumbler ffmpeg video thumbnailer įskiepis"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler ODF Thumbnailer įskiepis"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Užveriamas Tumbler ODF Thumbnailer įskiepis"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler Poppler PDF/PS Thumbnailer įskiepis"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
+msgid "The document is empty"
+msgstr "Dokumentas tuščias"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
+msgid "First page of the document could not be read"
+msgstr "Nepavyko perskaityti pirmo dokumento puslapio"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Palaikomi tik vietiniai failai"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Inicijuojamas Tumbler RAW Thumbnailer įskiepis"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Užveriamas Tumbler RAW Thumbnailer įskiepis"
+
+#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
+#, c-format
+msgid "Could not save thumbnail to \"%s\""
+msgstr "Nepavyko išsaugoti miniatiūros „%s“"
+
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:57
+msgid "Initializing the Tumbler XDG cache plugin"
+msgstr "Inicijuojamas Tumbler XDG cache įskiepis"
+
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:71
+msgid "Shutting down the Tumbler XDG cache plugin"
+msgstr "Užveriamas Tumbler XDG cache įskiepis"
diff -Nru tumbler-0.1.23/po/Makefile.in.in tumbler-0.1.24/po/Makefile.in.in
--- tumbler-0.1.23/po/Makefile.in.in	2011-12-04 12:21:46.000000000 +0000
+++ tumbler-0.1.24/po/Makefile.in.in	2012-03-28 16:14:25.000000000 +0000
@@ -50,8 +50,8 @@
 XGETTEXT = @XGETTEXT@ $(XGETTEXT_ARGS)
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
-MSGMERGE = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
-GENPOT   = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
+MSGMERGE = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
+GENPOT   = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
 
 ALL_LINGUAS = @ALL_LINGUAS@
 
@@ -74,15 +74,20 @@
 .SUFFIXES:
 .SUFFIXES: .po .pox .gmo .mo .msg .cat
 
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V))
+INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY))
+INTLTOOL__v_MSGFMT_0 = @echo "  MSGFMT" $@;
+
 .po.pox:
 	$(MAKE) $(GETTEXT_PACKAGE).pot
 	$(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
 
 .po.mo:
-	$(MSGFMT) -o $@ $<
+	$(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
 
 .po.gmo:
-	file=`echo $* | sed 's,.*/,,'`.gmo \
+	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
 	  && rm -f $$file && $(GMSGFMT) -o $$file $<
 
 .po.cat:
diff -Nru tumbler-0.1.23/po/nn.po tumbler-0.1.24/po/nn.po
--- tumbler-0.1.23/po/nn.po	1970-01-01 00:00:00.000000000 +0000
+++ tumbler-0.1.24/po/nn.po	2012-03-28 16:14:25.000000000 +0000
@@ -0,0 +1,295 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tumbler\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-01-07 17:00+0000\n"
+"PO-Revision-Date: 2012-01-08 00:11+0100\n"
+"Last-Translator: Eivind Ødegård \n"
+"Language-Team: nn_NO \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Norwegian Nynorsk\n"
+"X-Poedit-Country: NORWAY\n"
+
+#: ../tumblerd/tumbler-cache-service.c:413
+#, c-format
+msgid "Another thumbnail cache service is already running"
+msgstr "Ei anna mellomlagertenest for småbilete køyrer"
+
+#: ../tumblerd/tumbler-group-scheduler.c:485
+#: ../tumblerd/tumbler-lifo-scheduler.c:421
+#, c-format
+msgid "No thumbnailer available for \"%s\""
+msgstr "Det finst ikkje noko småbilete-innstikk for «%s»"
+
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "Småbiletetenesta avsluttar"
+
+#: ../tumblerd/tumbler-service.c:758
+#, c-format
+msgid "Another generic thumbnailer is already running"
+msgstr "Eit anna småbilete-program køyrer allereie"
+
+#: ../tumblerd/tumbler-service.c:867
+msgid "Unsupported thumbnail flavor requested"
+msgstr "Spurde etter ikkje støtta småbiletetype"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:461
+msgid "Failed to call the specialized thumbnailer: timeout"
+msgstr "Klarte ikkje kalla opp den spesielle småbiletelagaren: tidsavbrot"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:470
+#, c-format
+msgid "Failed to call the specialized thumbnailer: %s"
+msgstr "Klarte ikkje kalla opp den spesielle småbiletelagaren: %s"
+
+#: ../tumblerd/tumbler-manager.c:489
+#: ../tumblerd/tumbler-manager.c:895
+#, c-format
+msgid "Failed to load the file \"%s\": %s"
+msgstr "Klarte ikkje å lasta fila «%s»: %s"
+
+#: ../tumblerd/tumbler-manager.c:507
+#: ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
+#, c-format
+msgid "Malformed section \"%s\" in file \"%s\": %s"
+msgstr "Feilforma del «%s» i fila «%s»: %s"
+
+#: ../tumblerd/tumbler-manager.c:548
+#, c-format
+msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
+msgstr "Feilforma avdeling «%s» i fila «%s»: Ikkje samsvar mellom avdelingsnamnet og UriScheme/MimeType"
+
+#: ../tumblerd/tumbler-manager.c:908
+#: ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
+#, c-format
+msgid "Malformed file \"%s\": %s"
+msgstr "Feilforma fil «%s»: %s"
+
+#: ../tumblerd/tumbler-manager.c:962
+#, c-format
+msgid "Failed to determine last modified time of \"%s\""
+msgstr "Greidde ikkje finna ut når «%s» vart endra sist"
+
+#: ../tumblerd/tumbler-manager.c:1863
+#, c-format
+msgid "Another thumbnailer manager is already running"
+msgstr "Ein annan småbilete-handterar køyrer allereie"
+
+#. set the application name. Translators: Don't translate "Tumbler".
+#: ../tumblerd/main.c:83
+msgid "Tumbler Thumbnailing Service"
+msgstr "Tumbler småbilete-tenest"
+
+#: ../tumblerd/main.c:98
+#, c-format
+msgid "Failed to connect to the D-Bus session bus: %s"
+msgstr "Klarte ikkje kopla til D-bus-øktbussen: %s"
+
+#: ../tumblerd/main.c:156
+#, c-format
+msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgstr "Greidde ikkje lasta spesielle småbiletelagarar til registeret: %s"
+
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "Klarte ikkje setja i gang småbilete-mellomlagertenesta: %s"
+
+#: ../tumblerd/main.c:190
+#, c-format
+msgid "Failed to start the thumbnailer manager: %s"
+msgstr "Klarte ikkje starta småbilete-handteraren: %s"
+
+#: ../tumblerd/main.c:207
+#, c-format
+msgid "Failed to start the thumbnailer service: %s"
+msgstr "Klarte ikkje starta småbilete-tenesta: %s"
+
+#: ../tumbler/tumbler-enum-types.c:49
+msgid "Invalid format"
+msgstr "Ugyldig format"
+
+#: ../tumbler/tumbler-enum-types.c:50
+msgid "PNG"
+msgstr "PNG"
+
+#: ../tumbler/tumbler-enum-types.c:71
+msgid "RGB Colorspace"
+msgstr "RGB-fargerom"
+
+#: ../tumbler/tumbler-cache-plugin.c:145
+#, c-format
+msgid "Cache plugin \"%s\" lacks required symbols"
+msgstr "Mellomlagerinnstikket «%s» manglar symbola det treng"
+
+#: ../tumbler/tumbler-cache-plugin.c:153
+#, c-format
+msgid "Failed to load the cache plugin \"%s\": %s"
+msgstr "Klarte ikkje lagra mellomlagerinnstikket «%s»: %s"
+
+#: ../tumbler/tumbler-file-info.c:297
+#, c-format
+msgid "The file \"%s\" is a thumbnail itself"
+msgstr "Fila «%s» er eit småbilete sjølv"
+
+#: ../tumbler/tumbler-provider-plugin.c:135
+#, c-format
+msgid "Plugin \"%s\" lacks required symbols."
+msgstr "Innstikket «%s» manglar symbol."
+
+#: ../tumbler/tumbler-provider-plugin.c:143
+#, c-format
+msgid "Failed to load plugin \"%s\": %s"
+msgstr "Klarte ikkje å lasta innstikket «%s»: %s"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:52
+#, c-format
+msgid "Version mismatch: %s"
+msgstr "Versjonane stemmer ikkje: %s"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Set i gang småbilete-innstikket Tumbler GStreamer"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Avsluttar småbilete-innstikket Tumbler GStreamer"
+
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
+msgstr "Set i gang småbilete-innstikket Tumbler Pixbuf"
+
+#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
+msgstr "Avsluttar småbilete-innstikket Tumbler Pixbuf"
+
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Font Thumbnailer plugin"
+msgstr "Set i gang skrifttype-innstikket Tumbler Font"
+
+#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler Font Thumbnailer plugin"
+msgstr "Avsluttar skrifttype-innstikket Tumbler Font"
+
+#. there was an error in the freetype initialization, abort
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
+#, c-format
+msgid "Could not initialize freetype: %s"
+msgstr "Klarte ikkje setja i gang freetype: %s"
+
+#. there was an error, emit error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:475
+#, c-format
+msgid "Could not load file contents: %s"
+msgstr "Klarte ikkje lasta filinnhald: %s"
+
+#. the font file could not be loaded, emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:494
+#, c-format
+msgid "Could not open font file: %s"
+msgstr "Klarte ikkje opna skriftfil: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:518
+#, c-format
+msgid "Could not set the character map: %s"
+msgstr "Klarte ikkje setja teiknkartet: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:545
+#, c-format
+msgid "Could not render glyphs: %s"
+msgstr "Klarte ikkje teikna glyffar: %s"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
+#, c-format
+msgid "Thumbnail could not be inferred from file contents"
+msgstr "Klarte ikkje finna ut småbiletet ut frå filinnhaldet"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Set i gang småbilete-innstikket Tumbler JPEG"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Avsluttar småbilete-innstikket Tumbler JPEG"
+
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
+msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
+msgstr "Set i gang video-småbiletinnstikket Tumbler ffmpeg"
+
+#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
+msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
+msgstr "Avsluttar video-småbiletinnstikket Tumbler ffmpeg"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Set i gang småbilete-innstikket Tumbler ODF"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Avsluttar småbilete-innstikket Tumbler ODF"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
+msgstr "Set o gamg småbilete-innstikket Tumbler Poppler PDF/PS"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
+msgid "The document is empty"
+msgstr "Dokumentet er tomt"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
+msgid "First page of the document could not be read"
+msgstr "Klarte ikkje lesa fyrste sida av dokumentet"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Berre lokale filer er støtta"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Set i gang småbilete-innstikket Tumbler RAW"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Avsluttar småbilete-innstikket Tumbler RAW"
+
+#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
+#, c-format
+msgid "Could not save thumbnail to \"%s\""
+msgstr "Greidde ikkje lagra småbiletet til «%s»"
+
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:57
+msgid "Initializing the Tumbler XDG cache plugin"
+msgstr "Set i gang mellomlager-innstikket Tumbler XDG"
+
+#: ../plugins/xdg-cache/xdg-cache-plugin.c:71
+msgid "Shutting down the Tumbler XDG cache plugin"
+msgstr "Avsluttar mellomlager-innstikket Tumbler XDG"
+
diff -Nru tumbler-0.1.23/po/pl.po tumbler-0.1.24/po/pl.po
--- tumbler-0.1.23/po/pl.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/pl.po	2012-03-28 16:14:25.000000000 +0000
@@ -2,23 +2,22 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Piotr Sokół , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: thumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 14:48+0100\n"
+"POT-Creation-Date: 2012-03-14 15:27+0000\n"
 "PO-Revision-Date: 2011-01-10 16:16+0100\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish <>\n"
-"Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n"
-"%100<10 || n%100>=20)) ? 1 : 2));\n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2));\n"
 
-#: ../tumblerd/tumbler-cache-service.c:383
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr ""
@@ -29,7 +28,11 @@
 msgid "No thumbnailer available for \"%s\""
 msgstr "Brak usługi dostarczania miniatur dla „%s”"
 
-#: ../tumblerd/tumbler-service.c:751
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "Zatrzymywanie usługi dostarczania miniatur "
+
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr ""
@@ -47,66 +50,66 @@
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr ""
 
-#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Nie udało się wczytać pliku „%s”: %s"
 
-#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499
-#: ../tumblerd/tumbler-manager.c:513
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Niepoprawna sekcja „%s” w pliku „%s”: %s"
 
-#: ../tumblerd/tumbler-manager.c:526
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
 msgid ""
 "Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
 "UriScheme/MimeType"
 msgstr ""
 
-#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
-#: ../tumblerd/tumbler-manager.c:914
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Niepoprawny plik „%s”: %s"
 
-#: ../tumblerd/tumbler-manager.c:940
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "Nie udało się określić czasu ostatniej modyfikacji pliku „%s”"
 
-#: ../tumblerd/tumbler-manager.c:1849
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Inny menedżer dostarczania miniatur jest już uruchomiony"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:63
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Usługa dostarczania miniatur Tumbler"
 
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:101
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "Nie udało się połączyć z sesją systemu D-Bus: %s"
 
-#: ../tumblerd/main.c:90
+#: ../tumblerd/main.c:159
 #, c-format
-msgid "Failed to start the thumbnail cache service: %s"
+msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr ""
 
-#: ../tumblerd/main.c:140
+#: ../tumblerd/main.c:176
 #, c-format
-msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgid "Failed to start the thumbnail cache service: %s"
 msgstr ""
 
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:193
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "Nie udało się uruchomić menedżera dostarczania miniatur: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:210
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "Nie udało się uruchomić usługi dostarczania miniatur: %s"
@@ -148,15 +151,26 @@
 msgid "Failed to load plugin \"%s\": %s"
 msgstr "Nie udało się wczytać wtyczki „%s”: %s"
 
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
 #, c-format
 msgid "Version mismatch: %s"
-msgstr ""
+msgstr "Niezgodna wersja: %s"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
+msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Inicjowanie wtyczki czcionek usługi dostarczania miniatur"
+
+#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
+msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
+msgstr "Kończenie działania wtyczki czcionek usługi dostarczania miniatur"
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
@@ -168,7 +182,6 @@
 msgstr "Kończenie działania wtyczki Pixbuf usługi dostarczania miniatur"
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
-#, fuzzy
 msgid "Initializing the Tumbler Font Thumbnailer plugin"
 msgstr "Inicjowanie wtyczki czcionek usługi dostarczania miniatur"
 
@@ -178,7 +191,7 @@
 
 #. there was an error in the freetype initialization, abort
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:463
-#, fuzzy, c-format
+#, c-format
 msgid "Could not initialize freetype: %s"
 msgstr "Nie można zainicjować modułu freetype: %s"
 
@@ -196,7 +209,7 @@
 
 #. emit an error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:518
-#, fuzzy, c-format
+#, c-format
 msgid "Could not set the character map: %s"
 msgstr "Nie można ustawić mapy znaków: %s"
 
@@ -206,10 +219,13 @@
 msgid "Could not render glyphs: %s"
 msgstr "Nie można zrenderować glifu: %s"
 
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257
+#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185
 #, c-format
 msgid "Thumbnail could not be inferred from file contents"
 msgstr ""
@@ -230,18 +246,42 @@
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
 msgstr "Kończenie działania wtyczki wideo ffmpeg usługi dostarczania miniatur"
 
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
+#, fuzzy
+msgid "Initializing the Tumbler ODF Thumbnailer plugin"
+msgstr "Inicjowanie wtyczki czcionek usługi dostarczania miniatur"
+
+#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
+#, fuzzy
+msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
+msgstr "Kończenie działania wtyczki czcionek usługi dostarczania miniatur"
+
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
 msgstr "Inicjowanie wtyczki Poppler PDF/PS usługi dostarczania miniatur"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
 msgstr "Dokument jest pusty"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317
 msgid "First page of the document could not be read"
 msgstr "Nie można odczytać pierwszej strony dokumentu"
 
+#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191
+msgid "Only local files are supported"
+msgstr "Obsługiwane są tylko pliki lokalne"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler RAW Thumbnailer plugin"
+msgstr "Inicjowanie wtyczki czcionek usługi dostarczania miniatur"
+
+#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
+msgstr "Kończenie działania wtyczki czcionek usługi dostarczania miniatur"
+
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
diff -Nru tumbler-0.1.23/po/pt_BR.po tumbler-0.1.24/po/pt_BR.po
--- tumbler-0.1.23/po/pt_BR.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/pt_BR.po	2012-03-28 16:14:25.000000000 +0000
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Sérgio Cipolla , 2011.
 # Michael Martins , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler 0.1.21\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-05 23:04+0000\n"
+"POT-Creation-Date: 2011-12-17 14:42+0000\n"
 "PO-Revision-Date: 2011-05-31 16:51-0300\n"
 "Last-Translator: Sérgio Cipolla \n"
 "Language-Team: Brazilian Portuguese \n"
-"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: pt_BR\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
@@ -252,14 +252,12 @@
 msgstr "Encerrando o plugin gerador de miniaturas de vídeo ffmpeg do Tumbler"
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
-#, fuzzy
 msgid "Initializing the Tumbler ODF Thumbnailer plugin"
-msgstr "Iniciando o plugin gerador de miniaturas de fontes do Tumbler"
+msgstr "Iniciando o plugin gerador de miniaturas ODF do Tumbler"
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
-#, fuzzy
 msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
-msgstr "Encerrando o plugin gerador de miniaturas de fontes do Tumbler"
+msgstr "Encerrando o plugin gerador de miniaturas ODF do Tumbler"
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
diff -Nru tumbler-0.1.23/po/pt.po tumbler-0.1.24/po/pt.po
--- tumbler-0.1.23/po/pt.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/pt.po	2012-03-28 16:14:25.000000000 +0000
@@ -2,13 +2,13 @@
 # Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the tumbler package.
 # Sérgio Marques 
-# 
+#
 msgid ""
 msgstr ""
-"Project-Id-Version: tumbler 0.1.0\n"
+"Project-Id-Version: tumbler\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-11-06 17:04+0000\n"
-"PO-Revision-Date: 2010-01-07 14:31-0000\n"
+"PO-Revision-Date: 2012-02-09 19:24-0000\n"
 "Last-Translator: Sérgio Marques \n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
@@ -51,12 +51,14 @@
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Falha ao invocar a miniatura: %s"
 
-#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
+#: ../tumblerd/tumbler-manager.c:489
+#: ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Falha ao carregar o ficheiro \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:507
+#: ../tumblerd/tumbler-manager.c:521
 #: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
@@ -64,14 +66,11 @@
 
 #: ../tumblerd/tumbler-manager.c:548
 #, c-format
-msgid ""
-"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
-"UriScheme/MimeType"
-msgstr ""
-"Secção inválida \"%s\" no ficheiro \"%s\": Diferenças entre o nome da secção "
-"e o esquema Uri/Tipo mime"
+msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
+msgstr "Secção inválida \"%s\" no ficheiro \"%s\": diferenças entre o nome da secção e o esquema Uri/Tipo mime"
 
-#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:908
+#: ../tumblerd/tumbler-manager.c:922
 #: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
@@ -95,7 +94,7 @@
 #: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
-msgstr "Falha ao ligar ao barramento de sessão D-Bus: %s"
+msgstr "Falha ao ligar ao canal de sessão D-Bus: %s"
 
 #: ../tumblerd/main.c:156
 #, c-format
@@ -132,7 +131,7 @@
 #: ../tumbler/tumbler-cache-plugin.c:145
 #, c-format
 msgid "Cache plugin \"%s\" lacks required symbols"
-msgstr "O \"plug-in\" \"%s\" tem em falta os símbolos necessários"
+msgstr "O \"plug-in\" \"%s\" não possui os símbolos necessários"
 
 #: ../tumbler/tumbler-cache-plugin.c:153
 #, c-format
@@ -147,7 +146,7 @@
 #: ../tumbler/tumbler-provider-plugin.c:135
 #, c-format
 msgid "Plugin \"%s\" lacks required symbols."
-msgstr "O \"plug-in\" \"%s\" tem em falta os símbolos necessários."
+msgstr "O \"plug-in\" \"%s\" não possui os símbolos necessários"
 
 #: ../tumbler/tumbler-provider-plugin.c:143
 #, c-format
@@ -169,34 +168,34 @@
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
 msgid "Initializing the Tumbler GStreamer Thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" Tumbler GStreamer Thumbnailer"
+msgstr "A iniciar o \"plug-in\" Tumbler GStreamer Thumbnailer"
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
 msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin"
-msgstr "Desligando o \"plug-in\" Tumbler GStreamer Thumbnailer"
+msgstr "A desligar o \"plug-in\" Tumbler GStreamer Thumbnailer"
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" de miniaturas Tumbler Pixbuf"
+msgstr "A iniciar o \"plug-in\" de miniaturas Tumbler Pixbuf"
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
-msgstr "Desligando o \"plug-in\" de miniaturas Tumbler Pixbuf"
+msgstr "A desligar o \"plug-in\" de miniaturas Tumbler Pixbuf"
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Font Thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" de miniaturas Tumbler Font"
+msgstr "A iniciar o \"plug-in\" de miniaturas Tumbler Font"
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler Font Thumbnailer plugin"
-msgstr "Desligando o \"plug-in\" de miniaturas Tumbler Font"
+msgstr "A desligar o \"plug-in\" de miniaturas Tumbler Font"
 
 #. there was an error in the freetype initialization, abort
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:463
 #, c-format
 msgid "Could not initialize freetype: %s"
-msgstr "Não foi possível inicializar freetype: %s"
+msgstr "Não foi possível iniciar freetype: %s"
 
 #. there was an error, emit error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:475
@@ -208,7 +207,7 @@
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:494
 #, c-format
 msgid "Could not open font file: %s"
-msgstr "Não foi possível abrir o ficheiro de fontes: %s"
+msgstr "Não foi possível abrir o ficheiro: %s"
 
 #. emit an error signal
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:518
@@ -235,23 +234,23 @@
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" de miniaturas Tumbler JPEG"
+msgstr "A iniciar o \"plug-in\" de miniaturas Tumbler JPEG"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
-msgstr "Desligando o \"plug-in\" de miniaturas Tumbler JPEG"
+msgstr "A desligar o \"plug-in\" de miniaturas Tumbler JPEG"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
 msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" de miniaturas Tumbler ffmpeg video"
+msgstr "A iniciar o \"plug-in\" de miniaturas Tumbler ffmpeg video"
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
 msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "Desligando o \"plug-in\" de miniaturas Tumbler ffmpeg video"
+msgstr "A desligar o \"plug-in\" de miniaturas Tumbler ffmpeg video"
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
 msgid "Initializing the Tumbler ODF Thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" de miniaturas Tumbler ODF"
+msgstr "A iniciar o \"plug-in\" de miniaturas Tumbler ODF"
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
 msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
@@ -259,7 +258,7 @@
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" de miniaturas Tumbler Poppler PDF/PS"
+msgstr "A iniciar o \"plug-in\" de miniaturas Tumbler Poppler PDF/PS"
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid "The document is empty"
@@ -275,7 +274,7 @@
 
 #: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler RAW Thumbnailer plugin"
-msgstr "Iniciando o \"plug-in\" de miniaturas Tumbler RAW"
+msgstr "A iniciar o \"plug-in\" de miniaturas Tumbler RAW"
 
 #: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
 msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
@@ -288,17 +287,9 @@
 
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:57
 msgid "Initializing the Tumbler XDG cache plugin"
-msgstr "Iniciando o \"plug-in\" de cache Tumbler XDG"
+msgstr "A iniciar o \"plug-in\" de cache Tumbler XDG"
 
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:71
 msgid "Shutting down the Tumbler XDG cache plugin"
-msgstr "Desligando o \"plug-in\" de cache Tumbler XDG"
-
-#~ msgid "Normal"
-#~ msgstr "Normal"
-
-#~ msgid "Large"
-#~ msgstr "Grande"
+msgstr "A desligar o \"plug-in\" de cache Tumbler XDG"
 
-#~ msgid "Cropped"
-#~ msgstr "Cortado"
diff -Nru tumbler-0.1.23/po/zh_CN.po tumbler-0.1.24/po/zh_CN.po
--- tumbler-0.1.23/po/zh_CN.po	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/po/zh_CN.po	2012-03-28 16:14:25.000000000 +0000
@@ -1,21 +1,23 @@
-# simplified Chinese translations for tumbler package
-# Copyright (C) 2009 THE tumbler'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the tumbler package.
+# Simplified Chinese translations for
+# the tumbler package.
+# This file is distributed under the same license as
+# the tumbler package.
 # Hunt Xu , 2009, 2010.
-# Chipong Luo , 2011, 2012.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-25 16:20+0000\n"
+"POT-Creation-Date: 2012-03-11 00:27+0000\n"
 "PO-Revision-Date: 2010-11-23 23:13+0800\n"
-"Last-Translator: Chipong Luo \n"
-"Language-Team: Chinese (simplified) \n"
+"Last-Translator: Chipong Luo \n"
+"Language-Team: Chinese (Simplified) \n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
@@ -66,9 +68,7 @@
 msgid ""
 "Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
 "UriScheme/MimeType"
-msgstr ""
-"异常段 “%s” 在文件 %s 中:"
-"段名和 UriScheme/MimeType 不匹配。"
+msgstr "异常段 “%s” 在文件 %s 中:段名和 UriScheme/MimeType 不匹配。"
 
 #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
 #: ../tumblerd/tumbler-manager.c:936
@@ -81,7 +81,7 @@
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "无法确定 “%s” 上次修改的时间"
 
-#: ../tumblerd/tumbler-manager.c:1863
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "另一个缩略图管理器已在运行"
@@ -91,27 +91,27 @@
 msgid "Tumbler Thumbnailing Service"
 msgstr "Tumbler 缩略图服务"
 
-#: ../tumblerd/main.c:98
+#: ../tumblerd/main.c:101
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "无法与 D-Bus 会话总线连接:%s"
 
-#: ../tumblerd/main.c:156
+#: ../tumblerd/main.c:159
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "无法载入指定的缩略图生成器至注册档案:%s"
 
-#: ../tumblerd/main.c:173
+#: ../tumblerd/main.c:176
 #, c-format
 msgid "Failed to start the thumbnail cache service: %s"
 msgstr "无法启动缩略图缓存服务:%s"
 
-#: ../tumblerd/main.c:190
+#: ../tumblerd/main.c:193
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "无法启动缩略图生成器管理器:%s"
 
-#: ../tumblerd/main.c:207
+#: ../tumblerd/main.c:210
 #, c-format
 msgid "Failed to start the thumbnailer service: %s"
 msgstr "无法启动缩略图生成器服务:%s"
diff -Nru tumbler-0.1.23/tumbler/Makefile.am tumbler-0.1.24/tumbler/Makefile.am
--- tumbler-0.1.23/tumbler/Makefile.am	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/tumbler/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -82,8 +82,10 @@
 	$(GDK_PIXBUF_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
+	$(GMODULE_CFLAGS)						\
 	$(GTHREAD_CFLAGS)						\
-	$(PLATFORM_CFLAGS)
+	$(PLATFORM_CFLAGS)						\
+	$(PLATFORM_CPPFLAGS)
 
 libtumbler_1_la_LDFLAGS =						\
 	-no-undefined							\
@@ -95,6 +97,7 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
+	$(GMODULE_LIBS)							\
 	$(GTHREAD_LIBS)
 
 EXTRA_DIST =								\
diff -Nru tumbler-0.1.23/tumbler/Makefile.in tumbler-0.1.24/tumbler/Makefile.in
--- tumbler-0.1.23/tumbler/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/tumbler/Makefile.in	2012-03-28 16:14:30.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -90,13 +90,19 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
 	"$(DESTDIR)$(libtumblerincludedir)"
 LTLIBRARIES = $(lib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
 libtumbler_1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
-	$(am__DEPENDENCIES_1)
+	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 am__objects_1 = libtumbler_1_la-tumbler-abstract-thumbnailer.lo \
 	libtumbler_1_la-tumbler-cache.lo \
 	libtumbler_1_la-tumbler-cache-plugin.lo \
@@ -114,8 +120,8 @@
 am__objects_2 =
 am_libtumbler_1_la_OBJECTS = $(am__objects_1) $(am__objects_2)
 libtumbler_1_la_OBJECTS = $(am_libtumbler_1_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 libtumbler_1_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -131,21 +137,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(libtumbler_1_la_SOURCES)
 DIST_SOURCES = $(libtumbler_1_la_SOURCES)
@@ -204,6 +210,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -231,6 +239,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -324,6 +336,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -411,8 +425,10 @@
 	$(GDK_PIXBUF_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
+	$(GMODULE_CFLAGS)						\
 	$(GTHREAD_CFLAGS)						\
-	$(PLATFORM_CFLAGS)
+	$(PLATFORM_CFLAGS)						\
+	$(PLATFORM_CPPFLAGS)
 
 libtumbler_1_la_LDFLAGS = \
 	-no-undefined							\
@@ -424,6 +440,7 @@
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
+	$(GMODULE_LIBS)							\
 	$(GTHREAD_LIBS)
 
 EXTRA_DIST = \
@@ -510,7 +527,7 @@
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-libtumbler-1.la: $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_DEPENDENCIES) 
+libtumbler-1.la: $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_DEPENDENCIES) $(EXTRA_libtumbler_1_la_DEPENDENCIES) 
 	$(AM_V_CCLD)$(libtumbler_1_la_LINK) -rpath $(libdir) $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
@@ -537,138 +554,121 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 libtumbler_1_la-tumbler-abstract-thumbnailer.lo: tumbler-abstract-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-abstract-thumbnailer.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-abstract-thumbnailer.Tpo -c -o libtumbler_1_la-tumbler-abstract-thumbnailer.lo `test -f 'tumbler-abstract-thumbnailer.c' || echo '$(srcdir)/'`tumbler-abstract-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-abstract-thumbnailer.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-abstract-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-abstract-thumbnailer.c' object='libtumbler_1_la-tumbler-abstract-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-abstract-thumbnailer.c' object='libtumbler_1_la-tumbler-abstract-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-abstract-thumbnailer.lo `test -f 'tumbler-abstract-thumbnailer.c' || echo '$(srcdir)/'`tumbler-abstract-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-abstract-thumbnailer.lo `test -f 'tumbler-abstract-thumbnailer.c' || echo '$(srcdir)/'`tumbler-abstract-thumbnailer.c
 
 libtumbler_1_la-tumbler-cache.lo: tumbler-cache.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-cache.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-cache.Tpo -c -o libtumbler_1_la-tumbler-cache.lo `test -f 'tumbler-cache.c' || echo '$(srcdir)/'`tumbler-cache.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-cache.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-cache.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-cache.c' object='libtumbler_1_la-tumbler-cache.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-cache.c' object='libtumbler_1_la-tumbler-cache.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache.lo `test -f 'tumbler-cache.c' || echo '$(srcdir)/'`tumbler-cache.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache.lo `test -f 'tumbler-cache.c' || echo '$(srcdir)/'`tumbler-cache.c
 
 libtumbler_1_la-tumbler-cache-plugin.lo: tumbler-cache-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-cache-plugin.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-cache-plugin.Tpo -c -o libtumbler_1_la-tumbler-cache-plugin.lo `test -f 'tumbler-cache-plugin.c' || echo '$(srcdir)/'`tumbler-cache-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-cache-plugin.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-cache-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-cache-plugin.c' object='libtumbler_1_la-tumbler-cache-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-cache-plugin.c' object='libtumbler_1_la-tumbler-cache-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache-plugin.lo `test -f 'tumbler-cache-plugin.c' || echo '$(srcdir)/'`tumbler-cache-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache-plugin.lo `test -f 'tumbler-cache-plugin.c' || echo '$(srcdir)/'`tumbler-cache-plugin.c
 
 libtumbler_1_la-tumbler-config.lo: tumbler-config.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-config.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-config.Tpo -c -o libtumbler_1_la-tumbler-config.lo `test -f 'tumbler-config.c' || echo '$(srcdir)/'`tumbler-config.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-config.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-config.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-config.c' object='libtumbler_1_la-tumbler-config.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-config.c' object='libtumbler_1_la-tumbler-config.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-config.lo `test -f 'tumbler-config.c' || echo '$(srcdir)/'`tumbler-config.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-config.lo `test -f 'tumbler-config.c' || echo '$(srcdir)/'`tumbler-config.c
 
 libtumbler_1_la-tumbler-enum-types.lo: tumbler-enum-types.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-enum-types.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-enum-types.Tpo -c -o libtumbler_1_la-tumbler-enum-types.lo `test -f 'tumbler-enum-types.c' || echo '$(srcdir)/'`tumbler-enum-types.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-enum-types.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-enum-types.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-enum-types.c' object='libtumbler_1_la-tumbler-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-enum-types.c' object='libtumbler_1_la-tumbler-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-enum-types.lo `test -f 'tumbler-enum-types.c' || echo '$(srcdir)/'`tumbler-enum-types.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-enum-types.lo `test -f 'tumbler-enum-types.c' || echo '$(srcdir)/'`tumbler-enum-types.c
 
 libtumbler_1_la-tumbler-file-info.lo: tumbler-file-info.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-file-info.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-file-info.Tpo -c -o libtumbler_1_la-tumbler-file-info.lo `test -f 'tumbler-file-info.c' || echo '$(srcdir)/'`tumbler-file-info.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-file-info.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-file-info.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-file-info.c' object='libtumbler_1_la-tumbler-file-info.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-file-info.c' object='libtumbler_1_la-tumbler-file-info.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-file-info.lo `test -f 'tumbler-file-info.c' || echo '$(srcdir)/'`tumbler-file-info.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-file-info.lo `test -f 'tumbler-file-info.c' || echo '$(srcdir)/'`tumbler-file-info.c
 
 libtumbler_1_la-tumbler-marshal.lo: tumbler-marshal.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-marshal.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-marshal.Tpo -c -o libtumbler_1_la-tumbler-marshal.lo `test -f 'tumbler-marshal.c' || echo '$(srcdir)/'`tumbler-marshal.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-marshal.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-marshal.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-marshal.c' object='libtumbler_1_la-tumbler-marshal.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-marshal.c' object='libtumbler_1_la-tumbler-marshal.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-marshal.lo `test -f 'tumbler-marshal.c' || echo '$(srcdir)/'`tumbler-marshal.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-marshal.lo `test -f 'tumbler-marshal.c' || echo '$(srcdir)/'`tumbler-marshal.c
 
 libtumbler_1_la-tumbler-provider-factory.lo: tumbler-provider-factory.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-provider-factory.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-provider-factory.Tpo -c -o libtumbler_1_la-tumbler-provider-factory.lo `test -f 'tumbler-provider-factory.c' || echo '$(srcdir)/'`tumbler-provider-factory.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-provider-factory.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-provider-factory.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-provider-factory.c' object='libtumbler_1_la-tumbler-provider-factory.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-provider-factory.c' object='libtumbler_1_la-tumbler-provider-factory.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-factory.lo `test -f 'tumbler-provider-factory.c' || echo '$(srcdir)/'`tumbler-provider-factory.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-factory.lo `test -f 'tumbler-provider-factory.c' || echo '$(srcdir)/'`tumbler-provider-factory.c
 
 libtumbler_1_la-tumbler-provider-plugin.lo: tumbler-provider-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-provider-plugin.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-provider-plugin.Tpo -c -o libtumbler_1_la-tumbler-provider-plugin.lo `test -f 'tumbler-provider-plugin.c' || echo '$(srcdir)/'`tumbler-provider-plugin.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-provider-plugin.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-provider-plugin.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-provider-plugin.c' object='libtumbler_1_la-tumbler-provider-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-provider-plugin.c' object='libtumbler_1_la-tumbler-provider-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-plugin.lo `test -f 'tumbler-provider-plugin.c' || echo '$(srcdir)/'`tumbler-provider-plugin.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-plugin.lo `test -f 'tumbler-provider-plugin.c' || echo '$(srcdir)/'`tumbler-provider-plugin.c
 
 libtumbler_1_la-tumbler-thumbnailer-provider.lo: tumbler-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer-provider.Tpo -c -o libtumbler_1_la-tumbler-thumbnailer-provider.lo `test -f 'tumbler-thumbnailer-provider.c' || echo '$(srcdir)/'`tumbler-thumbnailer-provider.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer-provider.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer-provider.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-thumbnailer-provider.c' object='libtumbler_1_la-tumbler-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-thumbnailer-provider.c' object='libtumbler_1_la-tumbler-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer-provider.lo `test -f 'tumbler-thumbnailer-provider.c' || echo '$(srcdir)/'`tumbler-thumbnailer-provider.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer-provider.lo `test -f 'tumbler-thumbnailer-provider.c' || echo '$(srcdir)/'`tumbler-thumbnailer-provider.c
 
 libtumbler_1_la-tumbler-thumbnailer.lo: tumbler-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnailer.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer.Tpo -c -o libtumbler_1_la-tumbler-thumbnailer.lo `test -f 'tumbler-thumbnailer.c' || echo '$(srcdir)/'`tumbler-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-thumbnailer.c' object='libtumbler_1_la-tumbler-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-thumbnailer.c' object='libtumbler_1_la-tumbler-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer.lo `test -f 'tumbler-thumbnailer.c' || echo '$(srcdir)/'`tumbler-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer.lo `test -f 'tumbler-thumbnailer.c' || echo '$(srcdir)/'`tumbler-thumbnailer.c
 
 libtumbler_1_la-tumbler-thumbnail.lo: tumbler-thumbnail.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnail.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail.Tpo -c -o libtumbler_1_la-tumbler-thumbnail.lo `test -f 'tumbler-thumbnail.c' || echo '$(srcdir)/'`tumbler-thumbnail.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-thumbnail.c' object='libtumbler_1_la-tumbler-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-thumbnail.c' object='libtumbler_1_la-tumbler-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail.lo `test -f 'tumbler-thumbnail.c' || echo '$(srcdir)/'`tumbler-thumbnail.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail.lo `test -f 'tumbler-thumbnail.c' || echo '$(srcdir)/'`tumbler-thumbnail.c
 
 libtumbler_1_la-tumbler-thumbnail-flavor.lo: tumbler-thumbnail-flavor.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnail-flavor.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail-flavor.Tpo -c -o libtumbler_1_la-tumbler-thumbnail-flavor.lo `test -f 'tumbler-thumbnail-flavor.c' || echo '$(srcdir)/'`tumbler-thumbnail-flavor.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail-flavor.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail-flavor.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-thumbnail-flavor.c' object='libtumbler_1_la-tumbler-thumbnail-flavor.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-thumbnail-flavor.c' object='libtumbler_1_la-tumbler-thumbnail-flavor.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail-flavor.lo `test -f 'tumbler-thumbnail-flavor.c' || echo '$(srcdir)/'`tumbler-thumbnail-flavor.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail-flavor.lo `test -f 'tumbler-thumbnail-flavor.c' || echo '$(srcdir)/'`tumbler-thumbnail-flavor.c
 
 libtumbler_1_la-tumbler-util.lo: tumbler-util.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-util.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-util.Tpo -c -o libtumbler_1_la-tumbler-util.lo `test -f 'tumbler-util.c' || echo '$(srcdir)/'`tumbler-util.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-util.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-util.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-util.c' object='libtumbler_1_la-tumbler-util.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-util.c' object='libtumbler_1_la-tumbler-util.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-util.lo `test -f 'tumbler-util.c' || echo '$(srcdir)/'`tumbler-util.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-util.lo `test -f 'tumbler-util.c' || echo '$(srcdir)/'`tumbler-util.c
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -692,9 +692,7 @@
 	@$(NORMAL_UNINSTALL)
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	test -n "$$files" || exit 0; \
-	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
-	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
+	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
 install-libtumblerincludeHEADERS: $(libtumblerinclude_HEADERS)
 	@$(NORMAL_INSTALL)
 	test -z "$(libtumblerincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libtumblerincludedir)"
@@ -712,9 +710,7 @@
 	@$(NORMAL_UNINSTALL)
 	@list='$(libtumblerinclude_HEADERS)'; test -n "$(libtumblerincludedir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	test -n "$$files" || exit 0; \
-	echo " ( cd '$(DESTDIR)$(libtumblerincludedir)' && rm -f" $$files ")"; \
-	cd "$(DESTDIR)$(libtumblerincludedir)" && rm -f $$files
+	dir='$(DESTDIR)$(libtumblerincludedir)'; $(am__uninstall_files_from_dir)
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -820,10 +816,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/tumbler/tumbler-config.h tumbler-0.1.24/tumbler/tumbler-config.h
--- tumbler-0.1.23/tumbler/tumbler-config.h	2011-12-04 12:21:58.000000000 +0000
+++ tumbler-0.1.24/tumbler/tumbler-config.h	2012-03-28 16:14:35.000000000 +0000
@@ -31,7 +31,7 @@
 
 #define TUMBLER_MAJOR_VERSION 0
 #define TUMBLER_MINOR_VERSION 1
-#define TUMBLER_MICRO_VERSION 23
+#define TUMBLER_MICRO_VERSION 24
 
 #define TUMBLER_CHECK_VERSION(major,minor,micro) \
   (TUMBLER_MAJOR_VERSION > (major) \
diff -Nru tumbler-0.1.23/tumblerd/main.c tumbler-0.1.24/tumblerd/main.c
--- tumbler-0.1.23/tumblerd/main.c	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/tumblerd/main.c	2012-03-28 16:14:25.000000000 +0000
@@ -1,6 +1,6 @@
 /* vi:set et ai sw=2 sts=2 ts=2: */
 /*-
- * Copyright (c) 2009-2011 Jannis Pohlmann 
+ * Copyright (c) 2009-2012 Jannis Pohlmann 
  *
  * This program is free software; you can redistribute it and/or 
  * modify it under the terms of the GNU General Public License as
@@ -89,6 +89,9 @@
   if (!g_thread_supported ())
     g_thread_init (NULL);
 
+  /* initial the D-Bus threading system */
+  dbus_g_thread_init ();
+
   /* try to connect to the D-Bus session bus */
   connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
 
diff -Nru tumbler-0.1.23/tumblerd/Makefile.am tumbler-0.1.24/tumblerd/Makefile.am
--- tumbler-0.1.23/tumblerd/Makefile.am	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/tumblerd/Makefile.am	2012-03-28 16:14:25.000000000 +0000
@@ -62,10 +62,13 @@
 	$(GDK_PIXBUF_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
-	$(GTHREAD_CFLAGS)
+	$(GTHREAD_CFLAGS)						\
+	$(PLATFORM_CFLAGS)						\
+	$(PLATFORM_CPPFLAGS)
 
 tumblerd_LDFLAGS =							\
-	-no-undefined
+	-no-undefined							\
+	$(PLATFORM_LDFLAGS)
 
 tumblerd_DEPENDENCIES =							\
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
diff -Nru tumbler-0.1.23/tumblerd/Makefile.in tumbler-0.1.24/tumblerd/Makefile.in
--- tumbler-0.1.23/tumblerd/Makefile.in	2011-12-04 12:21:51.000000000 +0000
+++ tumbler-0.1.24/tumblerd/Makefile.in	2012-03-28 16:14:30.000000000 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -83,8 +83,8 @@
 	tumblerd-tumbler-group-scheduler.$(OBJEXT) $(am__objects_1)
 tumblerd_OBJECTS = $(am_tumblerd_OBJECTS)
 am__DEPENDENCIES_1 =
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 tumblerd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(tumblerd_CFLAGS) \
@@ -99,21 +99,21 @@
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(tumblerd_SOURCES)
 DIST_SOURCES = $(tumblerd_SOURCES)
@@ -138,6 +138,12 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
 DATA = $(service_DATA)
 ETAGS = etags
 CTAGS = ctags
@@ -192,6 +198,8 @@
 GIO_LIBS = @GIO_LIBS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+GMODULE_CFLAGS = @GMODULE_CFLAGS@
+GMODULE_LIBS = @GMODULE_LIBS@
 GMOFILES = @GMOFILES@
 GMSGFMT = @GMSGFMT@
 GREP = @GREP@
@@ -219,6 +227,10 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
@@ -312,6 +324,8 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
@@ -377,10 +391,13 @@
 	$(GDK_PIXBUF_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
-	$(GTHREAD_CFLAGS)
+	$(GTHREAD_CFLAGS)						\
+	$(PLATFORM_CFLAGS)						\
+	$(PLATFORM_CPPFLAGS)
 
 tumblerd_LDFLAGS = \
-	-no-undefined
+	-no-undefined							\
+	$(PLATFORM_LDFLAGS)
 
 tumblerd_DEPENDENCIES = \
 	$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
@@ -494,7 +511,7 @@
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 	echo " rm -f" $$list; \
 	rm -f $$list
-tumblerd$(EXEEXT): $(tumblerd_OBJECTS) $(tumblerd_DEPENDENCIES) 
+tumblerd$(EXEEXT): $(tumblerd_OBJECTS) $(tumblerd_DEPENDENCIES) $(EXTRA_tumblerd_DEPENDENCIES) 
 	@rm -f tumblerd$(EXEEXT)
 	$(AM_V_CCLD)$(tumblerd_LINK) $(tumblerd_OBJECTS) $(tumblerd_LDADD) $(LIBS)
 
@@ -519,202 +536,177 @@
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 tumblerd-main.o: main.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-main.o -MD -MP -MF $(DEPDIR)/tumblerd-main.Tpo -c -o tumblerd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-main.Tpo $(DEPDIR)/tumblerd-main.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='tumblerd-main.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='main.c' object='tumblerd-main.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
 
 tumblerd-main.obj: main.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-main.obj -MD -MP -MF $(DEPDIR)/tumblerd-main.Tpo -c -o tumblerd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-main.Tpo $(DEPDIR)/tumblerd-main.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='tumblerd-main.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='main.c' object='tumblerd-main.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
 
 tumblerd-tumbler-cache-service.o: tumbler-cache-service.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-cache-service.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-cache-service.Tpo -c -o tumblerd-tumbler-cache-service.o `test -f 'tumbler-cache-service.c' || echo '$(srcdir)/'`tumbler-cache-service.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-cache-service.Tpo $(DEPDIR)/tumblerd-tumbler-cache-service.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-cache-service.c' object='tumblerd-tumbler-cache-service.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-cache-service.c' object='tumblerd-tumbler-cache-service.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-cache-service.o `test -f 'tumbler-cache-service.c' || echo '$(srcdir)/'`tumbler-cache-service.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-cache-service.o `test -f 'tumbler-cache-service.c' || echo '$(srcdir)/'`tumbler-cache-service.c
 
 tumblerd-tumbler-cache-service.obj: tumbler-cache-service.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-cache-service.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-cache-service.Tpo -c -o tumblerd-tumbler-cache-service.obj `if test -f 'tumbler-cache-service.c'; then $(CYGPATH_W) 'tumbler-cache-service.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-cache-service.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-cache-service.Tpo $(DEPDIR)/tumblerd-tumbler-cache-service.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-cache-service.c' object='tumblerd-tumbler-cache-service.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-cache-service.c' object='tumblerd-tumbler-cache-service.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-cache-service.obj `if test -f 'tumbler-cache-service.c'; then $(CYGPATH_W) 'tumbler-cache-service.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-cache-service.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-cache-service.obj `if test -f 'tumbler-cache-service.c'; then $(CYGPATH_W) 'tumbler-cache-service.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-cache-service.c'; fi`
 
 tumblerd-tumbler-component.o: tumbler-component.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-component.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-component.Tpo -c -o tumblerd-tumbler-component.o `test -f 'tumbler-component.c' || echo '$(srcdir)/'`tumbler-component.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-component.Tpo $(DEPDIR)/tumblerd-tumbler-component.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-component.c' object='tumblerd-tumbler-component.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-component.c' object='tumblerd-tumbler-component.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-component.o `test -f 'tumbler-component.c' || echo '$(srcdir)/'`tumbler-component.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-component.o `test -f 'tumbler-component.c' || echo '$(srcdir)/'`tumbler-component.c
 
 tumblerd-tumbler-component.obj: tumbler-component.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-component.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-component.Tpo -c -o tumblerd-tumbler-component.obj `if test -f 'tumbler-component.c'; then $(CYGPATH_W) 'tumbler-component.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-component.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-component.Tpo $(DEPDIR)/tumblerd-tumbler-component.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-component.c' object='tumblerd-tumbler-component.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-component.c' object='tumblerd-tumbler-component.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-component.obj `if test -f 'tumbler-component.c'; then $(CYGPATH_W) 'tumbler-component.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-component.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-component.obj `if test -f 'tumbler-component.c'; then $(CYGPATH_W) 'tumbler-component.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-component.c'; fi`
 
 tumblerd-tumbler-lifecycle-manager.o: tumbler-lifecycle-manager.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-lifecycle-manager.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-lifecycle-manager.Tpo -c -o tumblerd-tumbler-lifecycle-manager.o `test -f 'tumbler-lifecycle-manager.c' || echo '$(srcdir)/'`tumbler-lifecycle-manager.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-lifecycle-manager.Tpo $(DEPDIR)/tumblerd-tumbler-lifecycle-manager.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-lifecycle-manager.c' object='tumblerd-tumbler-lifecycle-manager.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-lifecycle-manager.c' object='tumblerd-tumbler-lifecycle-manager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifecycle-manager.o `test -f 'tumbler-lifecycle-manager.c' || echo '$(srcdir)/'`tumbler-lifecycle-manager.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifecycle-manager.o `test -f 'tumbler-lifecycle-manager.c' || echo '$(srcdir)/'`tumbler-lifecycle-manager.c
 
 tumblerd-tumbler-lifecycle-manager.obj: tumbler-lifecycle-manager.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-lifecycle-manager.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-lifecycle-manager.Tpo -c -o tumblerd-tumbler-lifecycle-manager.obj `if test -f 'tumbler-lifecycle-manager.c'; then $(CYGPATH_W) 'tumbler-lifecycle-manager.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-lifecycle-manager.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-lifecycle-manager.Tpo $(DEPDIR)/tumblerd-tumbler-lifecycle-manager.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-lifecycle-manager.c' object='tumblerd-tumbler-lifecycle-manager.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-lifecycle-manager.c' object='tumblerd-tumbler-lifecycle-manager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifecycle-manager.obj `if test -f 'tumbler-lifecycle-manager.c'; then $(CYGPATH_W) 'tumbler-lifecycle-manager.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-lifecycle-manager.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifecycle-manager.obj `if test -f 'tumbler-lifecycle-manager.c'; then $(CYGPATH_W) 'tumbler-lifecycle-manager.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-lifecycle-manager.c'; fi`
 
 tumblerd-tumbler-manager.o: tumbler-manager.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-manager.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-manager.Tpo -c -o tumblerd-tumbler-manager.o `test -f 'tumbler-manager.c' || echo '$(srcdir)/'`tumbler-manager.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-manager.Tpo $(DEPDIR)/tumblerd-tumbler-manager.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-manager.c' object='tumblerd-tumbler-manager.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-manager.c' object='tumblerd-tumbler-manager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-manager.o `test -f 'tumbler-manager.c' || echo '$(srcdir)/'`tumbler-manager.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-manager.o `test -f 'tumbler-manager.c' || echo '$(srcdir)/'`tumbler-manager.c
 
 tumblerd-tumbler-manager.obj: tumbler-manager.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-manager.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-manager.Tpo -c -o tumblerd-tumbler-manager.obj `if test -f 'tumbler-manager.c'; then $(CYGPATH_W) 'tumbler-manager.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-manager.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-manager.Tpo $(DEPDIR)/tumblerd-tumbler-manager.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-manager.c' object='tumblerd-tumbler-manager.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-manager.c' object='tumblerd-tumbler-manager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-manager.obj `if test -f 'tumbler-manager.c'; then $(CYGPATH_W) 'tumbler-manager.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-manager.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-manager.obj `if test -f 'tumbler-manager.c'; then $(CYGPATH_W) 'tumbler-manager.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-manager.c'; fi`
 
 tumblerd-tumbler-registry.o: tumbler-registry.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-registry.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-registry.Tpo -c -o tumblerd-tumbler-registry.o `test -f 'tumbler-registry.c' || echo '$(srcdir)/'`tumbler-registry.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-registry.Tpo $(DEPDIR)/tumblerd-tumbler-registry.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-registry.c' object='tumblerd-tumbler-registry.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-registry.c' object='tumblerd-tumbler-registry.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-registry.o `test -f 'tumbler-registry.c' || echo '$(srcdir)/'`tumbler-registry.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-registry.o `test -f 'tumbler-registry.c' || echo '$(srcdir)/'`tumbler-registry.c
 
 tumblerd-tumbler-registry.obj: tumbler-registry.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-registry.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-registry.Tpo -c -o tumblerd-tumbler-registry.obj `if test -f 'tumbler-registry.c'; then $(CYGPATH_W) 'tumbler-registry.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-registry.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-registry.Tpo $(DEPDIR)/tumblerd-tumbler-registry.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-registry.c' object='tumblerd-tumbler-registry.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-registry.c' object='tumblerd-tumbler-registry.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-registry.obj `if test -f 'tumbler-registry.c'; then $(CYGPATH_W) 'tumbler-registry.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-registry.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-registry.obj `if test -f 'tumbler-registry.c'; then $(CYGPATH_W) 'tumbler-registry.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-registry.c'; fi`
 
 tumblerd-tumbler-scheduler.o: tumbler-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-scheduler.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-scheduler.Tpo -c -o tumblerd-tumbler-scheduler.o `test -f 'tumbler-scheduler.c' || echo '$(srcdir)/'`tumbler-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-scheduler.Tpo $(DEPDIR)/tumblerd-tumbler-scheduler.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-scheduler.c' object='tumblerd-tumbler-scheduler.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-scheduler.c' object='tumblerd-tumbler-scheduler.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-scheduler.o `test -f 'tumbler-scheduler.c' || echo '$(srcdir)/'`tumbler-scheduler.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-scheduler.o `test -f 'tumbler-scheduler.c' || echo '$(srcdir)/'`tumbler-scheduler.c
 
 tumblerd-tumbler-scheduler.obj: tumbler-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-scheduler.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-scheduler.Tpo -c -o tumblerd-tumbler-scheduler.obj `if test -f 'tumbler-scheduler.c'; then $(CYGPATH_W) 'tumbler-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-scheduler.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-scheduler.Tpo $(DEPDIR)/tumblerd-tumbler-scheduler.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-scheduler.c' object='tumblerd-tumbler-scheduler.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-scheduler.c' object='tumblerd-tumbler-scheduler.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-scheduler.obj `if test -f 'tumbler-scheduler.c'; then $(CYGPATH_W) 'tumbler-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-scheduler.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-scheduler.obj `if test -f 'tumbler-scheduler.c'; then $(CYGPATH_W) 'tumbler-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-scheduler.c'; fi`
 
 tumblerd-tumbler-service.o: tumbler-service.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-service.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-service.Tpo -c -o tumblerd-tumbler-service.o `test -f 'tumbler-service.c' || echo '$(srcdir)/'`tumbler-service.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-service.Tpo $(DEPDIR)/tumblerd-tumbler-service.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-service.c' object='tumblerd-tumbler-service.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-service.c' object='tumblerd-tumbler-service.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-service.o `test -f 'tumbler-service.c' || echo '$(srcdir)/'`tumbler-service.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-service.o `test -f 'tumbler-service.c' || echo '$(srcdir)/'`tumbler-service.c
 
 tumblerd-tumbler-service.obj: tumbler-service.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-service.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-service.Tpo -c -o tumblerd-tumbler-service.obj `if test -f 'tumbler-service.c'; then $(CYGPATH_W) 'tumbler-service.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-service.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-service.Tpo $(DEPDIR)/tumblerd-tumbler-service.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-service.c' object='tumblerd-tumbler-service.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-service.c' object='tumblerd-tumbler-service.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-service.obj `if test -f 'tumbler-service.c'; then $(CYGPATH_W) 'tumbler-service.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-service.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-service.obj `if test -f 'tumbler-service.c'; then $(CYGPATH_W) 'tumbler-service.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-service.c'; fi`
 
 tumblerd-tumbler-specialized-thumbnailer.o: tumbler-specialized-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-specialized-thumbnailer.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-specialized-thumbnailer.Tpo -c -o tumblerd-tumbler-specialized-thumbnailer.o `test -f 'tumbler-specialized-thumbnailer.c' || echo '$(srcdir)/'`tumbler-specialized-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-specialized-thumbnailer.Tpo $(DEPDIR)/tumblerd-tumbler-specialized-thumbnailer.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-specialized-thumbnailer.c' object='tumblerd-tumbler-specialized-thumbnailer.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-specialized-thumbnailer.c' object='tumblerd-tumbler-specialized-thumbnailer.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-specialized-thumbnailer.o `test -f 'tumbler-specialized-thumbnailer.c' || echo '$(srcdir)/'`tumbler-specialized-thumbnailer.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-specialized-thumbnailer.o `test -f 'tumbler-specialized-thumbnailer.c' || echo '$(srcdir)/'`tumbler-specialized-thumbnailer.c
 
 tumblerd-tumbler-specialized-thumbnailer.obj: tumbler-specialized-thumbnailer.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-specialized-thumbnailer.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-specialized-thumbnailer.Tpo -c -o tumblerd-tumbler-specialized-thumbnailer.obj `if test -f 'tumbler-specialized-thumbnailer.c'; then $(CYGPATH_W) 'tumbler-specialized-thumbnailer.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-specialized-thumbnailer.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-specialized-thumbnailer.Tpo $(DEPDIR)/tumblerd-tumbler-specialized-thumbnailer.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-specialized-thumbnailer.c' object='tumblerd-tumbler-specialized-thumbnailer.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-specialized-thumbnailer.c' object='tumblerd-tumbler-specialized-thumbnailer.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-specialized-thumbnailer.obj `if test -f 'tumbler-specialized-thumbnailer.c'; then $(CYGPATH_W) 'tumbler-specialized-thumbnailer.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-specialized-thumbnailer.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-specialized-thumbnailer.obj `if test -f 'tumbler-specialized-thumbnailer.c'; then $(CYGPATH_W) 'tumbler-specialized-thumbnailer.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-specialized-thumbnailer.c'; fi`
 
 tumblerd-tumbler-lifo-scheduler.o: tumbler-lifo-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-lifo-scheduler.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-lifo-scheduler.Tpo -c -o tumblerd-tumbler-lifo-scheduler.o `test -f 'tumbler-lifo-scheduler.c' || echo '$(srcdir)/'`tumbler-lifo-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-lifo-scheduler.Tpo $(DEPDIR)/tumblerd-tumbler-lifo-scheduler.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-lifo-scheduler.c' object='tumblerd-tumbler-lifo-scheduler.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-lifo-scheduler.c' object='tumblerd-tumbler-lifo-scheduler.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifo-scheduler.o `test -f 'tumbler-lifo-scheduler.c' || echo '$(srcdir)/'`tumbler-lifo-scheduler.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifo-scheduler.o `test -f 'tumbler-lifo-scheduler.c' || echo '$(srcdir)/'`tumbler-lifo-scheduler.c
 
 tumblerd-tumbler-lifo-scheduler.obj: tumbler-lifo-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-lifo-scheduler.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-lifo-scheduler.Tpo -c -o tumblerd-tumbler-lifo-scheduler.obj `if test -f 'tumbler-lifo-scheduler.c'; then $(CYGPATH_W) 'tumbler-lifo-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-lifo-scheduler.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-lifo-scheduler.Tpo $(DEPDIR)/tumblerd-tumbler-lifo-scheduler.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-lifo-scheduler.c' object='tumblerd-tumbler-lifo-scheduler.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-lifo-scheduler.c' object='tumblerd-tumbler-lifo-scheduler.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifo-scheduler.obj `if test -f 'tumbler-lifo-scheduler.c'; then $(CYGPATH_W) 'tumbler-lifo-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-lifo-scheduler.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-lifo-scheduler.obj `if test -f 'tumbler-lifo-scheduler.c'; then $(CYGPATH_W) 'tumbler-lifo-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-lifo-scheduler.c'; fi`
 
 tumblerd-tumbler-group-scheduler.o: tumbler-group-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-group-scheduler.o -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-group-scheduler.Tpo -c -o tumblerd-tumbler-group-scheduler.o `test -f 'tumbler-group-scheduler.c' || echo '$(srcdir)/'`tumbler-group-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-group-scheduler.Tpo $(DEPDIR)/tumblerd-tumbler-group-scheduler.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-group-scheduler.c' object='tumblerd-tumbler-group-scheduler.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-group-scheduler.c' object='tumblerd-tumbler-group-scheduler.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-group-scheduler.o `test -f 'tumbler-group-scheduler.c' || echo '$(srcdir)/'`tumbler-group-scheduler.c
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-group-scheduler.o `test -f 'tumbler-group-scheduler.c' || echo '$(srcdir)/'`tumbler-group-scheduler.c
 
 tumblerd-tumbler-group-scheduler.obj: tumbler-group-scheduler.c
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -MT tumblerd-tumbler-group-scheduler.obj -MD -MP -MF $(DEPDIR)/tumblerd-tumbler-group-scheduler.Tpo -c -o tumblerd-tumbler-group-scheduler.obj `if test -f 'tumbler-group-scheduler.c'; then $(CYGPATH_W) 'tumbler-group-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-group-scheduler.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tumblerd-tumbler-group-scheduler.Tpo $(DEPDIR)/tumblerd-tumbler-group-scheduler.Po
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tumbler-group-scheduler.c' object='tumblerd-tumbler-group-scheduler.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tumbler-group-scheduler.c' object='tumblerd-tumbler-group-scheduler.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-group-scheduler.obj `if test -f 'tumbler-group-scheduler.c'; then $(CYGPATH_W) 'tumbler-group-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-group-scheduler.c'; fi`
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumblerd_CFLAGS) $(CFLAGS) -c -o tumblerd-tumbler-group-scheduler.obj `if test -f 'tumbler-group-scheduler.c'; then $(CYGPATH_W) 'tumbler-group-scheduler.c'; else $(CYGPATH_W) '$(srcdir)/tumbler-group-scheduler.c'; fi`
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -738,9 +730,7 @@
 	@$(NORMAL_UNINSTALL)
 	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	test -n "$$files" || exit 0; \
-	echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \
-	cd "$(DESTDIR)$(servicedir)" && rm -f $$files
+	dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -843,10 +833,15 @@
 
 installcheck: installcheck-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
 mostlyclean-generic:
 
 clean-generic:
diff -Nru tumbler-0.1.23/tumblerd/tumbler-manager.c tumbler-0.1.24/tumblerd/tumbler-manager.c
--- tumbler-0.1.23/tumblerd/tumbler-manager.c	2011-12-04 12:21:45.000000000 +0000
+++ tumbler-0.1.24/tumblerd/tumbler-manager.c	2012-03-28 16:14:25.000000000 +0000
@@ -1433,6 +1433,7 @@
   GList           *delete_keys = NULL;
   GList          **list;
   GList           *lp;
+  GList           *next;
   gchar          **hash_keys;
   guint            n;
 
@@ -1454,9 +1455,10 @@
       g_assert (*list != NULL);
 
       /* iterate over all thumbnailers in the current list */
-      for (lp = *list; lp != NULL; lp = lp->next)
+      for (lp = *list; lp != NULL; )
         {
           info = lp->data;
+          next = lp->next;
 
           /* check if the thumbnailer info comes from the deleted directory */
           if (info->dir_index == dir_index)
@@ -1508,6 +1510,9 @@
               /* destroy the thumbnailer info */
               thumbnailer_info_free (info);
             }
+
+          /* advance to the next entry in the list */
+          lp = next;
         }
 
       if (*list == NULL)