Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2015-04-23 07:58:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cheese (Old)
 and      /work/SRC/openSUSE:Factory/.cheese.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cheese"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cheese/cheese.changes    2015-03-30 
19:20:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes       2015-04-23 
07:58:18.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Apr 15 08:02:02 UTC 2015 - [email protected]
+
+- Update to version 3.16.1:
+  + icon: install symbolic to symbolic size rather than installing
+    to scalable size, we install to symbolic due to the nominal
+    size of 16x16
+  + Provide a symbolic variant of the application icon.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  cheese-3.16.0.tar.xz

New:
----
  cheese-3.16.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cheese.spec ++++++
--- /var/tmp/diff_new_pack.Hw2wtt/_old  2015-04-23 07:58:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Hw2wtt/_new  2015-04-23 07:58:19.000000000 +0200
@@ -20,7 +20,7 @@
 %define lib_gtk_major 23
 
 Name:           cheese
-Version:        3.16.0
+Version:        3.16.1
 Release:        0
 Summary:        Webcam Booth for GNOME
 License:        GPL-2.0+
@@ -171,7 +171,7 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.Cheese.appdata.xml
 %{_datadir}/applications/org.gnome.Cheese.desktop
-%{_datadir}/icons/hicolor/*/apps/cheese.*
+%{_datadir}/icons/hicolor/*/apps/cheese*.*
 %{_mandir}/man1/cheese.1%{?ext_man}
 %{_datadir}/dbus-1/services/org.gnome.Cheese.service
 %{_datadir}/dbus-1/services/org.gnome.Camera.service

++++++ cheese-3.16.0.tar.xz -> cheese-3.16.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/ChangeLog new/cheese-3.16.1/ChangeLog
--- old/cheese-3.16.0/ChangeLog 2015-03-24 07:58:18.000000000 +0100
+++ new/cheese-3.16.1/ChangeLog 2015-04-13 23:23:09.000000000 +0200
@@ -1,6 +1,53 @@
+commit e0c1e7af878ba6c0bbfec85dc417a4c84ecbe223
+Author: David King <[email protected]>
+Date:   Mon Apr 13 22:22:09 2015 +0100
+
+    Update NEWS for 3.16.1 release
+
+M      NEWS
+M      configure.ac
+
+commit d1c0c076cec0b3e03b0872f75b7805c07b64a5b8
+Author: Jakub Steiner <[email protected]>
+Date:  Mon Apr 13 21:10:04 2015 +0200
+
+    icon: install symbolic to symbolic size
+
+    rather than installing to scalable size, we install
+    to symbolic due to the nominal size of 16x16
+
+M      Makefile.am
+R100   data/icons/scalable/cheese-symbolic.svg
+data/icons/symbolic/cheese-symbolic.svg
+
+commit 70af60455959d92ea369605627824c934fadba57
+Author: Jakub Steiner <[email protected]>
+Date:  Mon Mar 30 13:18:05 2015 +0200
+
+    Provide a symbolic variant of the application icon
+
+    Used for the High Contrast theme.
+
+    The symbolic size has been introduced to hicolor to cope with
+    the nominal size of 16x16 rather than the backward compatible
+    128x128.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=747013
+
+M      Makefile.am
+A      data/icons/scalable/cheese-symbolic.svg
+
+commit 4a11d4e648890acb5b0540625712d83c97181dcd
+Author: Victor Ibragimov <[email protected]>
+Date:  Tue Apr 7 05:36:39 2015 +0000
+
+    Updated Tajik translation
+
+M      po/tg.po
+
 commit 84e58f9e04ee8de0359c9d42680c37b72f96018a
 Author: David King <[email protected]>
-Date:   Tue Mar 24 07:56:42 2015 +0100
+Date:  Tue Mar 24 07:56:42 2015 +0100
 
     Update NEWS for 3.16.0 release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/Makefile.am 
new/cheese-3.16.1/Makefile.am
--- old/cheese-3.16.0/Makefile.am       2015-02-24 12:56:51.000000000 +0100
+++ new/cheese-3.16.1/Makefile.am       2015-04-13 21:20:24.000000000 +0200
@@ -395,6 +395,7 @@
 appsicon32dir = $(iconthemedir)/32x32/apps
 appsicon48dir = $(iconthemedir)/48x48/apps
 appsicon256dir = $(iconthemedir)/256x256/apps
+appsiconsymbolicdir = $(iconthemedir)/symbolic/apps
 
 dist_appsicon16_DATA = data/icons/16x16/cheese.png
 dist_appsicon22_DATA = data/icons/22x22/cheese.png
@@ -402,6 +403,7 @@
 dist_appsicon32_DATA = data/icons/32x32/cheese.png
 dist_appsicon48_DATA = data/icons/48x48/cheese.png
 dist_appsicon256_DATA = data/icons/256x256/cheese.png
+dist_appsiconsymbolic_DATA = data/icons/symbolic/cheese-symbolic.svg
 
 update_icon_cache = gtk-update-icon-cache --ignore-theme-index --force
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/Makefile.in 
new/cheese-3.16.1/Makefile.in
--- old/cheese-3.16.0/Makefile.in       2015-03-24 07:57:11.000000000 +0100
+++ new/cheese-3.16.1/Makefile.in       2015-04-13 23:22:33.000000000 +0200
@@ -116,8 +116,8 @@
        $(dist_appsicon16_DATA) $(dist_appsicon22_DATA) \
        $(dist_appsicon24_DATA) $(dist_appsicon256_DATA) \
        $(dist_appsicon32_DATA) $(dist_appsicon48_DATA) \
-       $(dist_noinst_DATA) $(cheese_HEADERS) $(noinst_HEADERS) \
-       $(am__DIST_COMMON)
+       $(dist_appsiconsymbolic_DATA) $(dist_noinst_DATA) \
+       $(cheese_HEADERS) $(noinst_HEADERS) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -157,9 +157,10 @@
        "$(DESTDIR)$(appsicon16dir)" "$(DESTDIR)$(appsicon22dir)" \
        "$(DESTDIR)$(appsicon24dir)" "$(DESTDIR)$(appsicon256dir)" \
        "$(DESTDIR)$(appsicon32dir)" "$(DESTDIR)$(appsicon48dir)" \
-       "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" \
-       "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(typelibdir)" \
-       "$(DESTDIR)$(cheesedir)" "$(DESTDIR)$(cheesedir)"
+       "$(DESTDIR)$(appsiconsymbolicdir)" "$(DESTDIR)$(girdir)" \
+       "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(servicedir)" \
+       "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(cheesedir)" \
+       "$(DESTDIR)$(cheesedir)"
 LTLIBRARIES = $(lib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
 libcheese_gtk_la_DEPENDENCIES = libcheese.la $(am__DEPENDENCIES_1) \
@@ -371,8 +372,8 @@
 DATA = $(desktop_DATA) $(dist_appsicon16_DATA) $(dist_appsicon22_DATA) \
        $(dist_appsicon24_DATA) $(dist_appsicon256_DATA) \
        $(dist_appsicon32_DATA) $(dist_appsicon48_DATA) \
-       $(dist_noinst_DATA) $(gir_DATA) $(pkgconfig_DATA) \
-       $(service_DATA) $(typelib_DATA)
+       $(dist_appsiconsymbolic_DATA) $(dist_noinst_DATA) $(gir_DATA) \
+       $(pkgconfig_DATA) $(service_DATA) $(typelib_DATA)
 HEADERS = $(cheese_HEADERS) $(nodist_cheese_HEADERS) $(noinst_HEADERS)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
   distclean-recursive maintainer-clean-recursive
@@ -974,12 +975,14 @@
 appsicon32dir = $(iconthemedir)/32x32/apps
 appsicon48dir = $(iconthemedir)/48x48/apps
 appsicon256dir = $(iconthemedir)/256x256/apps
+appsiconsymbolicdir = $(iconthemedir)/symbolic/apps
 dist_appsicon16_DATA = data/icons/16x16/cheese.png
 dist_appsicon22_DATA = data/icons/22x22/cheese.png
 dist_appsicon24_DATA = data/icons/24x24/cheese.png
 dist_appsicon32_DATA = data/icons/32x32/cheese.png
 dist_appsicon48_DATA = data/icons/48x48/cheese.png
 dist_appsicon256_DATA = data/icons/256x256/cheese.png
+dist_appsiconsymbolic_DATA = data/icons/symbolic/cheese-symbolic.svg
 update_icon_cache = gtk-update-icon-cache --ignore-theme-index --force
 tests_test_libcheese_gtk_SOURCES = \
        libcheese/um-crop-area.c \
@@ -2199,6 +2202,27 @@
        @list='$(dist_appsicon48_DATA)'; test -n "$(appsicon48dir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(appsicon48dir)'; $(am__uninstall_files_from_dir)
+install-dist_appsiconsymbolicDATA: $(dist_appsiconsymbolic_DATA)
+       @$(NORMAL_INSTALL)
+       @list='$(dist_appsiconsymbolic_DATA)'; test -n "$(appsiconsymbolicdir)" 
|| list=; \
+       if test -n "$$list"; then \
+         echo " $(MKDIR_P) '$(DESTDIR)$(appsiconsymbolicdir)'"; \
+         $(MKDIR_P) "$(DESTDIR)$(appsiconsymbolicdir)" || exit 1; \
+       fi; \
+       for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         echo "$$d$$p"; \
+       done | $(am__base_list) | \
+       while read files; do \
+         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appsiconsymbolicdir)'"; \
+         $(INSTALL_DATA) $$files "$(DESTDIR)$(appsiconsymbolicdir)" || exit 
$$?; \
+       done
+
+uninstall-dist_appsiconsymbolicDATA:
+       @$(NORMAL_UNINSTALL)
+       @list='$(dist_appsiconsymbolic_DATA)'; test -n "$(appsiconsymbolicdir)" 
|| list=; \
+       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+       dir='$(DESTDIR)$(appsiconsymbolicdir)'; $(am__uninstall_files_from_dir)
 install-girDATA: $(gir_DATA)
        @$(NORMAL_INSTALL)
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
@@ -2633,7 +2657,7 @@
 
 installdirs: installdirs-recursive
 installdirs-am:
-       for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" 
"$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(desktopdir)" 
"$(DESTDIR)$(appsicon16dir)" "$(DESTDIR)$(appsicon22dir)" 
"$(DESTDIR)$(appsicon24dir)" "$(DESTDIR)$(appsicon256dir)" 
"$(DESTDIR)$(appsicon32dir)" "$(DESTDIR)$(appsicon48dir)" "$(DESTDIR)$(girdir)" 
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(typelibdir)" 
"$(DESTDIR)$(cheesedir)" "$(DESTDIR)$(cheesedir)"; do \
+       for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" 
"$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(desktopdir)" 
"$(DESTDIR)$(appsicon16dir)" "$(DESTDIR)$(appsicon22dir)" 
"$(DESTDIR)$(appsicon24dir)" "$(DESTDIR)$(appsicon256dir)" 
"$(DESTDIR)$(appsicon32dir)" "$(DESTDIR)$(appsicon48dir)" 
"$(DESTDIR)$(appsiconsymbolicdir)" "$(DESTDIR)$(girdir)" 
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(typelibdir)" 
"$(DESTDIR)$(cheesedir)" "$(DESTDIR)$(cheesedir)"; do \
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        done
 install: $(BUILT_SOURCES)
@@ -2723,9 +2747,9 @@
        install-desktopDATA install-dist_appsicon16DATA \
        install-dist_appsicon22DATA install-dist_appsicon24DATA \
        install-dist_appsicon256DATA install-dist_appsicon32DATA \
-       install-dist_appsicon48DATA install-girDATA \
-       install-nodist_cheeseHEADERS install-pkgconfigDATA \
-       install-serviceDATA install-typelibDATA
+       install-dist_appsicon48DATA install-dist_appsiconsymbolicDATA \
+       install-girDATA install-nodist_cheeseHEADERS \
+       install-pkgconfigDATA install-serviceDATA install-typelibDATA
        @$(NORMAL_INSTALL)
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 install-dvi: install-dvi-recursive
@@ -2779,7 +2803,8 @@
        uninstall-desktopDATA uninstall-dist_appsicon16DATA \
        uninstall-dist_appsicon22DATA uninstall-dist_appsicon24DATA \
        uninstall-dist_appsicon256DATA uninstall-dist_appsicon32DATA \
-       uninstall-dist_appsicon48DATA uninstall-girDATA \
+       uninstall-dist_appsicon48DATA \
+       uninstall-dist_appsiconsymbolicDATA uninstall-girDATA \
        uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
        uninstall-local uninstall-nodist_cheeseHEADERS \
        uninstall-pkgconfigDATA uninstall-serviceDATA \
@@ -2805,11 +2830,12 @@
        install-dist_appsicon16DATA install-dist_appsicon22DATA \
        install-dist_appsicon24DATA install-dist_appsicon256DATA \
        install-dist_appsicon32DATA install-dist_appsicon48DATA \
-       install-dvi install-dvi-am install-exec install-exec-am \
-       install-girDATA install-html install-html-am install-info \
-       install-info-am install-libLTLIBRARIES install-libexecPROGRAMS \
-       install-man install-nodist_cheeseHEADERS install-pdf \
-       install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
+       install-dist_appsiconsymbolicDATA install-dvi install-dvi-am \
+       install-exec install-exec-am install-girDATA install-html \
+       install-html-am install-info install-info-am \
+       install-libLTLIBRARIES install-libexecPROGRAMS install-man \
+       install-nodist_cheeseHEADERS install-pdf install-pdf-am \
+       install-pkgconfigDATA install-ps install-ps-am \
        install-serviceDATA install-strip install-typelibDATA \
        installcheck installcheck-am installdirs installdirs-am \
        maintainer-clean maintainer-clean-generic mostlyclean \
@@ -2819,11 +2845,12 @@
        uninstall-desktopDATA uninstall-dist_appsicon16DATA \
        uninstall-dist_appsicon22DATA uninstall-dist_appsicon24DATA \
        uninstall-dist_appsicon256DATA uninstall-dist_appsicon32DATA \
-       uninstall-dist_appsicon48DATA uninstall-girDATA uninstall-hook \
-       uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
-       uninstall-local uninstall-nodist_cheeseHEADERS \
-       uninstall-pkgconfigDATA uninstall-serviceDATA \
-       uninstall-typelibDATA
+       uninstall-dist_appsicon48DATA \
+       uninstall-dist_appsiconsymbolicDATA uninstall-girDATA \
+       uninstall-hook uninstall-libLTLIBRARIES \
+       uninstall-libexecPROGRAMS uninstall-local \
+       uninstall-nodist_cheeseHEADERS uninstall-pkgconfigDATA \
+       uninstall-serviceDATA uninstall-typelibDATA
 
 .PRECIOUS: Makefile
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/NEWS new/cheese-3.16.1/NEWS
--- old/cheese-3.16.0/NEWS      2015-03-24 07:56:00.000000000 +0100
+++ new/cheese-3.16.1/NEWS      2015-04-13 23:22:03.000000000 +0200
@@ -1,6 +1,21 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.16.1
+  - icon: install symbolic to symbolic size
+    rather than installing to scalable size, we install
+    to symbolic due to the nominal size of 16x16
+  - Provide a symbolic variant of the application icon
+    Used for the High Contrast theme.
+
+    The symbolic size has been introduced to hicolor to cope with
+    the nominal size of 16x16 rather than the backward compatible
+    128x128.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=747013
+  - Added/Updated Translations
+    - tg, courtesy of Victor Ibragimov
+
 version 3.16.0
   - Added/Updated Translations
     - vi, courtesy of Trần Ngọc Quân
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/configure new/cheese-3.16.1/configure
--- old/cheese-3.16.0/configure 2015-03-24 07:57:09.000000000 +0100
+++ new/cheese-3.16.1/configure 2015-04-13 23:22:32.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Cheese 3.16.0.
+# Generated by GNU Autoconf 2.69 for Cheese 3.16.1.
 #
 # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=cheese>.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='Cheese'
 PACKAGE_TARNAME='cheese'
-PACKAGE_VERSION='3.16.0'
-PACKAGE_STRING='Cheese 3.16.0'
+PACKAGE_VERSION='3.16.1'
+PACKAGE_STRING='Cheese 3.16.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=cheese'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Cheese'
 
@@ -1514,7 +1514,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 Cheese 3.16.0 to adapt to many kinds of systems.
+\`configure' configures Cheese 3.16.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1584,7 +1584,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Cheese 3.16.0:";;
+     short | recursive ) echo "Configuration of Cheese 3.16.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1736,7 +1736,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Cheese configure 3.16.0
+Cheese configure 3.16.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2105,7 +2105,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Cheese $as_me 3.16.0, which was
+It was created by Cheese $as_me 3.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2974,7 +2974,7 @@
 
 # Define the identity of the package.
  PACKAGE='cheese'
- VERSION='3.16.0'
+ VERSION='3.16.1'
 
 
 # Some tools Automake needs.
@@ -12768,9 +12768,9 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBCHEESE_LT_VERSION=7:38:0
+LIBCHEESE_LT_VERSION=7:39:0
 
-LIBCHEESE_GTK_LT_VERSION=24:22:1
+LIBCHEESE_GTK_LT_VERSION=24:23:1
 
 
 
#*******************************************************************************
@@ -15935,7 +15935,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Cheese $as_me 3.16.0, which was
+This file was extended by Cheese $as_me 3.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16002,7 +16002,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Cheese config.status 3.16.0
+Cheese config.status 3.16.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/configure.ac 
new/cheese-3.16.1/configure.ac
--- old/cheese-3.16.0/configure.ac      2015-03-24 07:56:18.000000000 +0100
+++ new/cheese-3.16.1/configure.ac      2015-04-13 23:21:45.000000000 +0200
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([Cheese],
-        [3.16.0],
+        [3.16.1],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -44,8 +44,8 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-AC_SUBST([LIBCHEESE_LT_VERSION], [7:38:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:22:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:39:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:23:1])
 
 
#*******************************************************************************
 # Internationalization
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cheese-3.16.0/data/icons/symbolic/cheese-symbolic.svg 
new/cheese-3.16.1/data/icons/symbolic/cheese-symbolic.svg
--- old/cheese-3.16.0/data/icons/symbolic/cheese-symbolic.svg   1970-01-01 
01:00:00.000000000 +0100
+++ new/cheese-3.16.1/data/icons/symbolic/cheese-symbolic.svg   2015-04-13 
21:20:24.000000000 +0200
@@ -0,0 +1,29 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg xmlns:cc='http://creativecommons.org/ns#' 
xmlns:dc='http://purl.org/dc/elements/1.1/' 
sodipodi:docname='cheese-symbolic.svg' height='16' id='svg7384' 
xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' 
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' 
xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' 
xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.2 r9819' 
version='1.1' width='16' xmlns='http://www.w3.org/2000/svg'>
+  <metadata id='metadata90'>
+    <rdf:RDF>
+      <cc:Work rdf:about=''>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
+        <dc:title>Gnome Symbolic Icon Theme</dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview inkscape:bbox-paths='true' bordercolor='#666666' 
borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='-10.23294' 
inkscape:cy='-35.428804' gridtolerance='10' inkscape:guide-bbox='true' 
guidetolerance='10' id='namedview88' inkscape:object-nodes='false' 
inkscape:object-paths='false' objecttolerance='10' pagecolor='#555753' 
inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' 
showgrid='true' showguides='true' inkscape:snap-bbox='false' 
inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' 
inkscape:snap-grids='true' inkscape:snap-nodes='true' 
inkscape:snap-others='false' inkscape:snap-to-guides='true' 
inkscape:window-height='1381' inkscape:window-maximized='1' 
inkscape:window-width='2560' inkscape:window-x='1600' inkscape:window-y='27' 
inkscape:zoom='16'>
+    <inkscape:grid empspacing='2' enabled='true' id='grid4866' 
snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' 
visible='true'/>
+  </sodipodi:namedview>
+  <title id='title9167'>Gnome Symbolic Icon Theme</title>
+  <defs id='defs7386'/>
+  <g inkscape:groupmode='layer' id='layer9' inkscape:label='apps' 
style='display:inline' transform='translate(-143.0002,-175)'>
+    
+    <path sodipodi:cx='14.75' sodipodi:cy='22.6875' d='m 16.5,22.6875 a 
1.75,1.8125 0 1 1 -3.5,0 1.75,1.8125 0 1 1 3.5,0 z' id='path10037' 
sodipodi:rx='1.75' sodipodi:ry='1.8125' 
style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Bitstream
 Vera Sans' transform='matrix(0.29306971,0,0,0.27586073,151.16455,179.24141)' 
sodipodi:type='arc'/>
+    <path inkscape:connector-curvature='0' d='m 153.0002,191 5,0 c 0,0 
0.33504,-1 0,-2 -0.18036,0.15698 -1.56557,1 -2.5,1 -0.93443,0 -2.13928,-0.68603 
-2.5,-1 -0.31243,1.22576 0,2 0,2 z' id='path10041' sodipodi:nodetypes='cccscc' 
style='fill:#bebebe;fill-opacity:1;stroke:none'/>
+    <path inkscape:connector-curvature='0' d='m 143.0002,175 0,16 8.5,0 0,-2 
-6.5,0 0,-12 12,0 0,4 2,0 0,-6 z' id='rect22385' 
sodipodi:nodetypes='ccccccccccc' 
style='fill:#bebebe;fill-opacity:1;stroke:none'/>
+    <path inkscape:connector-curvature='0' d='m 145.0002,181 0,2.21875 c 
0,2.31865 2.78142,4.58596 6.5625,4.75 -0.62469,-0.74109 -1.03125,-1.67164 
-1.03125,-2.71875 0,-1.24613 0.61867,-2.47207 1.46875,-3.25 -6,0.76452 -7,-1 
-7,-1 z' id='path22396' sodipodi:nodetypes='cscscc' 
style='fill:#bebebe;fill-opacity:1;stroke:none'/>
+    <path inkscape:connector-curvature='0' d='m 150.0002,180 c 
-1.66667,-1.43664 -3.33333,-1.39359 -5,0 0,-1.10458 1.11929,-2 2.5,-2 1.38071,0 
2.5,0.89542 2.5,2 z' id='path22402' sodipodi:nodetypes='ccsc' 
style='fill:#bebebe;fill-opacity:1;stroke:none'/>
+    <path inkscape:connector-curvature='0' d='m 152.0002,180 c 
1.66667,-1.43664 3.33333,-1.39359 5,0 0,-1.10458 -1.11929,-2 -2.5,-2 -1.38071,0 
-2.5,0.89542 -2.5,2 z' id='path22405' sodipodi:nodetypes='ccsc' 
style='fill:#bebebe;fill-opacity:1;stroke:none'/>
+    <path inkscape:connector-curvature='0' d='m 155.5002,182 c -1.933,0 
-3.5,1.567 -3.5,3.5 0,1.933 1.567,3.5 3.5,3.5 1.933,0 3.5,-1.567 3.5,-3.5 
0,-1.933 -1.567,-3.5 -3.5,-3.5 z m 0,2 c 0.82955,0 1.5,0.67158 1.5,1.5 
0,0.82842 -0.67045,1.5 -1.5,1.5 -0.82955,0 -1.5,-0.67158 -1.5,-1.5 0,-0.82842 
0.67045,-1.5 1.5,-1.5 z' id='path22411' 
style='fill:#bebebe;fill-opacity:1;stroke:none'/>
+  </g>
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/data/org.gnome.Cheese.desktop.in 
new/cheese-3.16.1/data/org.gnome.Cheese.desktop.in
--- old/cheese-3.16.0/data/org.gnome.Cheese.desktop.in  2015-03-24 
07:57:19.000000000 +0100
+++ new/cheese-3.16.1/data/org.gnome.Cheese.desktop.in  2015-04-13 
23:22:35.000000000 +0200
@@ -12,5 +12,5 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=cheese
 X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=3.16.0
+X-GNOME-Bugzilla-Version=3.16.1
 DBusActivatable=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/docs/reference/html/index.html 
new/cheese-3.16.1/docs/reference/html/index.html
--- old/cheese-3.16.0/docs/reference/html/index.html    2015-03-24 
07:58:18.000000000 +0100
+++ new/cheese-3.16.1/docs/reference/html/index.html    2015-04-13 
23:23:09.000000000 +0200
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Cheese Reference 
Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for cheese 3.16.0
+      for cheese 3.16.1
 .
       The latest version of this documentation can be found on-line at
       <a class="ulink" href="http://developer.gnome.org/cheese/unstable/"; 
target="_top">http://developer.gnome.org/cheese/unstable/</a>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/po/tg.po new/cheese-3.16.1/po/tg.po
--- old/cheese-3.16.0/po/tg.po  2014-10-08 21:35:04.000000000 +0200
+++ new/cheese-3.16.1/po/tg.po  2015-04-13 23:20:41.000000000 +0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: cheese master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=cheese&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2013-12-18 14:38+0000\n"
-"PO-Revision-Date: 2014-01-07 16:22+0500\n"
+"POT-Creation-Date: 2015-04-07 03:09+0000\n"
+"PO-Revision-Date: 2015-04-07 10:35+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team: Tajik <[email protected]>\n"
 "Language: tg\n"
@@ -17,78 +17,53 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.6.3\n"
+"X-Generator: Poedit 1.7.5\n"
 
-#: ../data/cheese-appmenu.ui.h:1
-msgid "_Fullscreen"
-msgstr "_Экрани пурра"
-
-#: ../data/cheese-appmenu.ui.h:2
-msgid "P_references"
-msgstr "_Бартариҳо"
-
-#: ../data/cheese-appmenu.ui.h:3 ../data/cheese-prefs.ui.h:18
-msgid "_Help"
-msgstr "_Кумак"
-
-#: ../data/cheese-appmenu.ui.h:4
-msgid "_About"
-msgstr "_Дар бораи барнома"
-
-#: ../data/cheese-appmenu.ui.h:5
-msgid "_Quit"
-msgstr "_Ҳориҷ шудан"
-
-#: ../data/cheese-main-window.ui.h:1 ../libcheese/cheese-avatar-chooser.c:95
-#: ../src/cheese-window.vala:1311
-msgid "Take a Photo"
-msgstr "Гирифтани сурат"
-
-#: ../data/cheese-main-window.ui.h:2
+#: ../data/cheese-main-window.ui.h:1
 msgid "Photo mode"
 msgstr "Ҳолати сабти сурат"
 
-#: ../data/cheese-main-window.ui.h:3
+#: ../data/cheese-main-window.ui.h:2
 msgid "Photo"
 msgstr "Сурат"
 
-#: ../data/cheese-main-window.ui.h:4
+#: ../data/cheese-main-window.ui.h:3
 msgid "Video mode"
 msgstr "Ҳолати сабти видео"
 
-#: ../data/cheese-main-window.ui.h:5
+#: ../data/cheese-main-window.ui.h:4
 msgid "Video"
 msgstr "Видео"
 
-#: ../data/cheese-main-window.ui.h:6
+#: ../data/cheese-main-window.ui.h:5
 msgid "Photo burst mode"
 msgstr "Ҳолати таркониши сурат"
 
-#: ../data/cheese-main-window.ui.h:7
+#: ../data/cheese-main-window.ui.h:6
 msgid "Burst"
 msgstr "Таркониш"
 
-#: ../data/cheese-main-window.ui.h:8 ../src/cheese-window.vala:1282
+#: ../data/cheese-main-window.ui.h:7 ../src/cheese-window.vala:1320
 msgid "Take a photo using a webcam"
 msgstr "Гирифтани сурат тавассути вебкамера"
 
-#: ../data/cheese-main-window.ui.h:9
+#: ../data/cheese-main-window.ui.h:8
 msgid "Navigate to the previous page of effects"
 msgstr "Гузариш ба саҳифаи қаблӣ бо таъсирҳо"
 
-#: ../data/cheese-main-window.ui.h:10
+#: ../data/cheese-main-window.ui.h:9
 msgid "Effects"
 msgstr "Таъсирҳо"
 
-#: ../data/cheese-main-window.ui.h:11
+#: ../data/cheese-main-window.ui.h:10
 msgid "_Effects"
 msgstr "_Таъсирҳо"
 
-#: ../data/cheese-main-window.ui.h:12
+#: ../data/cheese-main-window.ui.h:11
 msgid "Navigate to the next page of effects"
 msgstr "Гузариш ба саҳифаи навбатӣ бо таъсирҳо"
 
-#: ../data/cheese-main-window.ui.h:13
+#: ../data/cheese-main-window.ui.h:12
 msgid "Leave fullscreen mode and go back to windowed mode"
 msgstr "Ҳолати экрани пурраро истифода бурда ба ҳолати равзанадор баргардед"
 
@@ -96,75 +71,131 @@
 msgid "Preferences"
 msgstr "Бартариҳо"
 
-#: ../data/cheese-prefs.ui.h:2
+#: ../data/cheese-prefs.ui.h:2 ../data/menus.ui.h:3
+msgid "_Help"
+msgstr "_Кумак"
+
+#: ../data/cheese-prefs.ui.h:3
+msgid "_Close"
+msgstr "_Пӯшидан"
+
+#: ../data/cheese-prefs.ui.h:4
 msgid "Device"
 msgstr "Дастгоҳ"
 
-#: ../data/cheese-prefs.ui.h:3
+#: ../data/cheese-prefs.ui.h:5
 msgid "Photo resolution"
 msgstr "Возеҳии сурат"
 
-#: ../data/cheese-prefs.ui.h:4
+#: ../data/cheese-prefs.ui.h:6
 msgid "Video resolution"
 msgstr "Возеҳии видео"
 
-#: ../data/cheese-prefs.ui.h:5
+#: ../data/cheese-prefs.ui.h:7
 msgid "Webcam"
 msgstr "Вебкамера"
 
-#: ../data/cheese-prefs.ui.h:6
+#: ../data/cheese-prefs.ui.h:8
 msgid "Brightness"
 msgstr "Дурахшонӣ"
 
-#: ../data/cheese-prefs.ui.h:7
+#: ../data/cheese-prefs.ui.h:9
 msgid "Saturation"
 msgstr "Ғализии ранг"
 
-#: ../data/cheese-prefs.ui.h:8
+#: ../data/cheese-prefs.ui.h:10
 msgid "Hue"
 msgstr "Навъи ранг"
 
-#: ../data/cheese-prefs.ui.h:9
+#: ../data/cheese-prefs.ui.h:11
 msgid "Contrast"
 msgstr "Контраст"
 
-#: ../data/cheese-prefs.ui.h:10
+#: ../data/cheese-prefs.ui.h:12
 msgid "Image"
 msgstr "Тасвир"
 
-#: ../data/cheese-prefs.ui.h:11
+#: ../data/cheese-prefs.ui.h:13
 msgid "Shutter"
 msgstr "Дарича"
 
-#: ../data/cheese-prefs.ui.h:12
+#: ../data/cheese-prefs.ui.h:14
 msgid "_Countdown"
 msgstr "_Сониясанҷ"
 
-#: ../data/cheese-prefs.ui.h:13
+#: ../data/cheese-prefs.ui.h:15
 msgid "Fire _flash"
 msgstr "Чароғ"
 
-#: ../data/cheese-prefs.ui.h:14
+#: ../data/cheese-prefs.ui.h:16
 msgid "Burst mode"
 msgstr "Ҳолати таркониш"
 
-#: ../data/cheese-prefs.ui.h:15
+#: ../data/cheese-prefs.ui.h:17
 msgid "Number of photos"
 msgstr "Миқдори суратҳо"
 
-#: ../data/cheese-prefs.ui.h:16
+#: ../data/cheese-prefs.ui.h:18
 msgid "Delay between photos (seconds)"
 msgstr "Таъхир байни суратҳо (дар сонияҳо)"
 
-#: ../data/cheese-prefs.ui.h:17
+#: ../data/cheese-prefs.ui.h:19
 msgid "Capture"
 msgstr "Сабт кардан"
 
-#: ../data/cheese-prefs.ui.h:19
-msgid "_Close"
-msgstr "_Пӯшидан"
+#: ../data/headerbar.ui.h:1 ../libcheese/cheese-avatar-chooser.c:85
+#: ../src/cheese-window.vala:1349
+msgid "Take a Photo"
+msgstr "Гирифтани сурат"
+
+#: ../data/menus.ui.h:1
+msgid "_Fullscreen"
+msgstr "_Экрани пурра"
+
+#: ../data/menus.ui.h:2
+msgid "P_references"
+msgstr "_Бартариҳо"
+
+#: ../data/menus.ui.h:4
+msgid "_About"
+msgstr "_Дар бораи барнома"
+
+#: ../data/menus.ui.h:5
+msgid "_Quit"
+msgstr "_Ҳориҷ шудан"
+
+#: ../data/menus.ui.h:6
+msgid "Open"
+msgstr "Кушодан"
+
+#: ../data/menus.ui.h:7
+msgid "Save _As…"
+msgstr "Захира _кардан ҳамчун..."
+
+#: ../data/menus.ui.h:8
+msgid "Move to _Trash"
+msgstr "Интиқол ба _сабад"
 
-#: ../data/cheese.appdata.xml.in.h:1
+#: ../data/menus.ui.h:9
+msgid "Delete"
+msgstr "Нест кардан"
+
+#. Both taken from the desktop file.
+#: ../data/org.gnome.Cheese.appdata.xml.in.h:2
+#: ../data/org.gnome.Cheese.desktop.in.in.h:1
+#: ../src/cheese-application.vala:113 ../src/cheese-application.vala:543
+msgid "Cheese"
+msgstr "Табассум"
+
+#: ../data/org.gnome.Cheese.appdata.xml.in.h:3
+#: ../data/org.gnome.Cheese.desktop.in.in.h:3
+#: ../src/cheese-application.vala:538
+msgid "Take photos and videos with your webcam, with fun graphical effects"
+msgstr ""
+"Суратҳо ва видеоҳоро тавассути вебкамераи худ бо истифодаи таъсирҳои графикӣ "
+"сабт намоед."
+
+#: ../data/org.gnome.Cheese.appdata.xml.in.h:4
 msgid ""
 "Cheese uses your webcam to take photos and videos, applies fancy special "
 "effects and lets you share the fun with others."
@@ -173,7 +204,7 @@
 "вебкамераи шуморо истифода мебарад, таъсирҳои махсусро татбиқ мекунад ва "
 "имкон медиҳад, ки шумо тавонед сурату видеоро бо дӯстон мубодила кунед."
 
-#: ../data/cheese.appdata.xml.in.h:2
+#: ../data/org.gnome.Cheese.appdata.xml.in.h:5
 msgid ""
 "Take multiple photos in quick succession with burst mode. Use the countdown "
 "to give yourself time to strike a pose, and wait for the flash!"
@@ -182,7 +213,7 @@
 "сурат дар ҳолати махсус байни суратҳо имкони сониясанҷро истифода баред ва "
 "барои чароғ интизор шавед! "
 
-#: ../data/cheese.appdata.xml.in.h:3
+#: ../data/org.gnome.Cheese.appdata.xml.in.h:6
 msgid ""
 "Under the hood, Cheese uses GStreamer to apply fancy effects to photos and "
 "videos. With Cheese it is easy to take photos of you, your friends, pets or "
@@ -194,22 +225,11 @@
 "дилхоҳро ба осонӣ сабт намоед ва сурату видеои сабтшударо бо дигарон "
 "мубодила кунед."
 
-#: ../data/cheese.desktop.in.in.h:1 ../src/cheese-application.vala:112
-#: ../src/cheese-application.vala:584
-msgid "Cheese"
-msgstr "Табассум"
-
-#: ../data/cheese.desktop.in.in.h:2
+#: ../data/org.gnome.Cheese.desktop.in.in.h:2
 msgid "Cheese Webcam Booth"
 msgstr "Вебкамераи \"Табассум\""
 
-#: ../data/cheese.desktop.in.in.h:3 ../src/cheese-application.vala:579
-msgid "Take photos and videos with your webcam, with fun graphical effects"
-msgstr ""
-"Суратҳо ва видеоҳоро тавассути вебкамераи худ бо истифодаи таъсирҳои графикӣ "
-"сабт намоед."
-
-#: ../data/cheese.desktop.in.in.h:4
+#: ../data/org.gnome.Cheese.desktop.in.in.h:4
 msgid "photo;video;webcam;"
 msgstr "вебкамера;видео;сурат;"
 
@@ -370,28 +390,28 @@
 msgid "The number of photos to take in a single burst."
 msgstr "Миқдори суратҳо барои гирифтан дар таркониши яквақта."
 
-#: ../libcheese/cheese-avatar-chooser.c:90 ../src/cheese-window.vala:233
-#: ../src/cheese-window.vala:262 ../src/cheese-window.vala:337
+#: ../libcheese/cheese-avatar-chooser.c:80 ../src/cheese-window.vala:264
+#: ../src/cheese-window.vala:293 ../src/cheese-window.vala:368
 msgid "_Cancel"
 msgstr "_Бекор кардан"
 
-#: ../libcheese/cheese-avatar-chooser.c:92
+#: ../libcheese/cheese-avatar-chooser.c:82
 msgid "_Select"
 msgstr "_Интихоб кардан"
 
-#: ../libcheese/cheese-avatar-widget.c:131 ../src/cheese-window.vala:661
+#: ../libcheese/cheese-avatar-widget.c:128 ../src/cheese-window.vala:692
 msgid "Shutter sound"
 msgstr "Садои чароғ"
 
-#: ../libcheese/cheese-avatar-widget.c:268
+#: ../libcheese/cheese-avatar-widget.c:270
 msgid "_Take Another Picture"
 msgstr "_Гирифтани сурати нав"
 
-#: ../libcheese/cheese-camera.c:446 ../libcheese/cheese-camera.c:1625
+#: ../libcheese/cheese-camera.c:438 ../libcheese/cheese-camera.c:1615
 msgid "One or more needed GStreamer elements are missing: "
 msgstr "Як ё якчанд унсурҳои лозимии GStreamer вуҷуд надоранд: "
 
-#: ../libcheese/cheese-camera.c:1584
+#: ../libcheese/cheese-camera.c:1574
 #, c-format
 msgid "No device found"
 msgstr "Ягон дастгоҳ ёфт нашуд"
@@ -401,65 +421,58 @@
 #. * the separator that your locale uses or use "%Id" instead
 #. * of "%d" if your locale uses localized digits.
 #.
-#: ../libcheese/cheese-camera.c:1860
+#: ../libcheese/cheese-camera.c:1850
 #, c-format
 msgctxt "time format"
 msgid "%02i:%02i:%02i"
 msgstr "%02i:%02i:%02i"
 
-#: ../libcheese/cheese-camera-device.c:562
+#: ../libcheese/cheese-camera-device.c:568
 msgid "Device capabilities not supported"
 msgstr "Қобилияти дастгоҳ дастгирӣ намешавад."
 
-#: ../libcheese/cheese-camera-device.c:591
+#: ../libcheese/cheese-camera-device.c:597
 #, c-format
 msgid "Failed to initialize device %s for capability probing"
 msgstr "Омодасозии дастгоҳи %s барои санҷиши қобилиятҳо қатъ шудааст"
 
-#: ../libcheese/cheese-camera-device.c:780
+#: ../libcheese/cheese-camera-device.c:781
 msgid "Unknown device"
 msgstr "Дастгоҳи номаълум"
 
-#: ../libcheese/cheese-camera-device.c:803
+#: ../libcheese/cheese-camera-device.c:800
 msgid "Cancellable initialization not supported"
 msgstr "Несткунии омодасозӣ дастгирӣ намешавад"
 
-#: ../src/cheese-application.vala:55
+#: ../src/cheese-application.vala:53
 msgid "Start in wide mode"
 msgstr "Оғоз кардан дар ҳолати васеъ"
 
-#: ../src/cheese-application.vala:58
+#: ../src/cheese-application.vala:56
 msgid "Device to use as a camera"
 msgstr "Интихоби дастгоҳи камера"
 
-#: ../src/cheese-application.vala:58
+#: ../src/cheese-application.vala:56
 msgid "DEVICE"
 msgstr "ДАСТГОҲ"
 
-#: ../src/cheese-application.vala:60
+#: ../src/cheese-application.vala:58
 msgid "Output version information and exit"
 msgstr "Чоп кардани иттилооти версия ва хориҷ шудан"
 
-#: ../src/cheese-application.vala:62
+#: ../src/cheese-application.vala:60
 msgid "Start in fullscreen mode"
 msgstr "Оғоз кардан дар ҳолати экрани пурра"
 
-#: ../src/cheese-application.vala:192
-msgid "- Take photos and videos from your webcam"
-msgstr "- Суратҳо ва видеоҳоро тавассути вебкамера сабт намоед"
+#: ../src/cheese-application.vala:310
+msgid "Webcam in use"
+msgstr "Веб-камера дар ҳоли истифода аст"
 
-#: ../src/cheese-application.vala:201
-#, c-format
-msgid "Run '%s --help' to see a full list of available command line options."
-msgstr ""
-"Барои дидани рӯйхати пурра бо имконоти сатри фармон, фармони \"%s --help\"-"
-"ро иҷро кунед."
-
-#: ../src/cheese-application.vala:585
+#: ../src/cheese-application.vala:544
 msgid "translator-credits"
 msgstr "Victor Ibragimov, [email protected]"
 
-#: ../src/cheese-application.vala:587
+#: ../src/cheese-application.vala:546
 msgid "Cheese Website"
 msgstr "Вебсайти барномаи \"Табассум\""
 
@@ -469,105 +482,98 @@
 msgid "No Effect"
 msgstr "Бе таъсир"
 
-#: ../src/cheese-window.vala:205
+#: ../src/cheese-window.vala:236
 #, c-format
 msgid "Could not open %s"
 msgstr "%s кушода намешавад"
 
-#: ../src/cheese-window.vala:230
+#: ../src/cheese-window.vala:261
 #, c-format
 msgid "Are you sure you want to permanently delete the file?"
 msgid_plural "Are you sure you want to permanently delete %d files?"
 msgstr[0] "Шумо мутмаин ҳастед, ки мехоҳед ин файлро бебозгашт нест кунед?"
 msgstr[1] "Шумо мутмаин ҳастед, ки мехоҳед %d файлро бебозгашт нест кунед?"
 
-#: ../src/cheese-window.vala:234
+#: ../src/cheese-window.vala:265
 msgid "_Delete"
 msgstr "_Нест кардан"
 
-#: ../src/cheese-window.vala:236
+#: ../src/cheese-window.vala:267
 msgid "If you delete an item, it will be permanently lost"
 msgid_plural "If you delete the items, they will be permanently lost"
 msgstr[0] "Агар шумо ин объектро нест кунед, шумо онро бебозгашт гум мекунед"
 msgstr[1] ""
 "Агар шумо ин объектҳоро нест кунед, шумо онҳоро бебозгашт гум мекунед"
 
-#: ../src/cheese-window.vala:309
+#: ../src/cheese-window.vala:340
 #, c-format
 msgid "Could not move %s to trash"
 msgstr "%s ба сабад интиқол намешавад"
 
 #. Nothing selected.
-#: ../src/cheese-window.vala:334
+#: ../src/cheese-window.vala:365
 msgid "Save File"
 msgstr "Захира кардани файл"
 
-#: ../src/cheese-window.vala:338
+#: ../src/cheese-window.vala:369
 msgid "Save"
 msgstr "Захира кардан"
 
-#: ../src/cheese-window.vala:368
+#: ../src/cheese-window.vala:399
 #, c-format
 msgid "Could not save %s"
 msgstr "%s захира намешавад"
 
-#: ../src/cheese-window.vala:771
+#: ../src/cheese-window.vala:820
 msgid "Stop recording"
 msgstr "Истодани сабт"
 
-#: ../src/cheese-window.vala:786
+#: ../src/cheese-window.vala:835
 msgid "Record a video"
 msgstr "Сабт кардани видео"
 
 #. FIXME: Set the effects action to be inactive.
-#: ../src/cheese-window.vala:821
+#: ../src/cheese-window.vala:870
 msgid "Stop taking pictures"
 msgstr "Истодани гирифтани суратҳо"
 
-#: ../src/cheese-window.vala:844
+#: ../src/cheese-window.vala:893
 msgid "Take multiple photos"
 msgstr "Гирифтани якчанд сурат"
 
-#: ../src/cheese-window.vala:1038
+#: ../src/cheese-window.vala:1087
 msgid "No effects found"
 msgstr "Ягон таъсир ёфт нашуд"
 
-#: ../src/cheese-window.vala:1158
+#: ../src/cheese-window.vala:1209
 msgid "There was an error playing video from the webcam"
 msgstr "Ҳангоми пахши видео тавассути вебкамера хатогӣ ба вуҷуд омад"
 
-#: ../src/cheese-window.vala:1175
-msgid "Open"
-msgstr "Кушодан"
-
-#: ../src/cheese-window.vala:1178
-msgid "Save _As…"
-msgstr "Захира _кардан ҳамчун..."
-
-#: ../src/cheese-window.vala:1181
-msgid "Move to _Trash"
-msgstr "Интиқол ба _сабад"
-
-#: ../src/cheese-window.vala:1184
-msgid "Delete"
-msgstr "Нест кардан"
-
-#: ../src/cheese-window.vala:1286
+#: ../src/cheese-window.vala:1324
 msgid "Record a video using a webcam"
 msgstr "Сабт кардани видео тавассути вебкамера"
 
-#: ../src/cheese-window.vala:1292
+#: ../src/cheese-window.vala:1330
 msgid "Take multiple photos using a webcam"
 msgstr "Якчанд суратро тавассути вебкамера сабт намоед"
 
-#: ../src/cheese-window.vala:1304
+#: ../src/cheese-window.vala:1342
 msgid "Choose an Effect"
 msgstr "Интихоби таъсир"
 
-#: ../src/cheese-window.vala:1315
+#: ../src/cheese-window.vala:1353
 msgid "Record a Video"
 msgstr "Сабт кардани видео"
 
-#: ../src/cheese-window.vala:1319
+#: ../src/cheese-window.vala:1357
 msgid "Take Multiple Photos"
 msgstr "Гирифтани якчанд сурат"
+
+#~ msgid "- Take photos and videos from your webcam"
+#~ msgstr "- Суратҳо ва видеоҳоро тавассути вебкамера сабт намоед"
+
+#~ msgid ""
+#~ "Run '%s --help' to see a full list of available command line options."
+#~ msgstr ""
+#~ "Барои дидани рӯйхати пурра бо имконоти сатри фармон, фармони \"%s --help"
+#~ "\"-ро иҷро кунед."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/src/cheese-application.c 
new/cheese-3.16.1/src/cheese-application.c
--- old/cheese-3.16.0/src/cheese-application.c  2015-03-24 07:57:26.000000000 
+0100
+++ new/cheese-3.16.1/src/cheese-application.c  2015-04-13 23:22:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* cheese-application.c generated by valac 0.27.1.25-e19e9, the Vala compiler
+/* cheese-application.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from cheese-application.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/src/cheese-countdown.c 
new/cheese-3.16.1/src/cheese-countdown.c
--- old/cheese-3.16.0/src/cheese-countdown.c    2015-03-24 07:57:26.000000000 
+0100
+++ new/cheese-3.16.1/src/cheese-countdown.c    2015-04-13 23:22:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* cheese-countdown.c generated by valac 0.27.1.25-e19e9, the Vala compiler
+/* cheese-countdown.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from cheese-countdown.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/src/cheese-effects-manager.c 
new/cheese-3.16.1/src/cheese-effects-manager.c
--- old/cheese-3.16.0/src/cheese-effects-manager.c      2015-03-24 
07:57:26.000000000 +0100
+++ new/cheese-3.16.1/src/cheese-effects-manager.c      2015-04-13 
23:22:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* cheese-effects-manager.c generated by valac 0.27.1.25-e19e9, the Vala 
compiler
+/* cheese-effects-manager.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from cheese-effects-manager.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/src/cheese-main.c 
new/cheese-3.16.1/src/cheese-main.c
--- old/cheese-3.16.0/src/cheese-main.c 2015-03-24 07:57:26.000000000 +0100
+++ new/cheese-3.16.1/src/cheese-main.c 2015-04-13 23:22:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* cheese-main.c generated by valac 0.27.1.25-e19e9, the Vala compiler
+/* cheese-main.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from cheese-main.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/src/cheese-preferences.c 
new/cheese-3.16.1/src/cheese-preferences.c
--- old/cheese-3.16.0/src/cheese-preferences.c  2015-03-24 07:57:26.000000000 
+0100
+++ new/cheese-3.16.1/src/cheese-preferences.c  2015-04-13 23:22:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* cheese-preferences.c generated by valac 0.27.1.25-e19e9, the Vala compiler
+/* cheese-preferences.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from cheese-preferences.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.16.0/src/cheese-window.c 
new/cheese-3.16.1/src/cheese-window.c
--- old/cheese-3.16.0/src/cheese-window.c       2015-03-24 07:57:26.000000000 
+0100
+++ new/cheese-3.16.1/src/cheese-window.c       2015-04-13 23:22:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* cheese-window.c generated by valac 0.27.1.25-e19e9, the Vala compiler
+/* cheese-window.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from cheese-window.vala, do not modify */
 
 /*


Reply via email to