diff -Nru cheese-3.28.0/build-aux/compile cheese-3.30.0/build-aux/compile --- cheese-3.28.0/build-aux/compile 2018-03-12 13:29:56.000000000 +0000 +++ cheese-3.30.0/build-aux/compile 2018-09-04 07:47:43.000000000 +0000 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2016-01-11.22; # UTC diff -Nru cheese-3.28.0/build-aux/config.guess cheese-3.30.0/build-aux/config.guess --- cheese-3.28.0/build-aux/config.guess 2018-03-12 13:29:56.000000000 +0000 +++ cheese-3.30.0/build-aux/config.guess 2018-09-04 07:47:43.000000000 +0000 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. diff -Nru cheese-3.28.0/build-aux/config.sub cheese-3.30.0/build-aux/config.sub --- cheese-3.28.0/build-aux/config.sub 2018-03-12 13:29:56.000000000 +0000 +++ cheese-3.30.0/build-aux/config.sub 2018-09-04 07:47:43.000000000 +0000 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. diff -Nru cheese-3.28.0/build-aux/depcomp cheese-3.30.0/build-aux/depcomp --- cheese-3.28.0/build-aux/depcomp 2018-03-12 13:29:56.000000000 +0000 +++ cheese-3.30.0/build-aux/depcomp 2018-09-04 07:47:43.000000000 +0000 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2016-01-11.22; # UTC diff -Nru cheese-3.28.0/build-aux/ltmain.sh cheese-3.30.0/build-aux/ltmain.sh --- cheese-3.28.0/build-aux/ltmain.sh 2018-03-12 13:29:52.000000000 +0000 +++ cheese-3.30.0/build-aux/ltmain.sh 2018-09-04 07:47:39.000000000 +0000 @@ -7272,10 +7272,12 @@ # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ - -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) + -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ + -specs=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" diff -Nru cheese-3.28.0/build-aux/missing cheese-3.30.0/build-aux/missing --- cheese-3.28.0/build-aux/missing 2018-03-12 13:29:56.000000000 +0000 +++ cheese-3.30.0/build-aux/missing 2018-09-04 07:47:43.000000000 +0000 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2016-01-11.22; # UTC diff -Nru cheese-3.28.0/build-aux/test-driver cheese-3.30.0/build-aux/test-driver --- cheese-3.28.0/build-aux/test-driver 2018-03-12 13:29:56.000000000 +0000 +++ cheese-3.30.0/build-aux/test-driver 2018-09-04 07:47:44.000000000 +0000 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # test-driver - basic testsuite driver script. scriptversion=2016-01-11.22; # UTC diff -Nru cheese-3.28.0/ChangeLog cheese-3.30.0/ChangeLog --- cheese-3.28.0/ChangeLog 2018-03-12 13:31:53.000000000 +0000 +++ cheese-3.30.0/ChangeLog 2018-09-04 07:57:29.000000000 +0000 @@ -1,6 +1,98 @@ +commit ab4bbb9ec65ae84607b95f0ca5bca61f7a8ac71f +Author: David King +Date: Tue Sep 4 08:47:25 2018 +0100 + + Update NEWS for 3.30.0 release + +M NEWS +M configure.ac + +commit 125f55e734b5f93f3908879c5d693396514b2cdc +Author: Madis O +Date: Sat Sep 1 22:29:18 2018 +0000 + + Update Estonian translation + +M po/et.po + +commit 67050015c1a19e4e358b015602cf1a3dfda1fd6c +Author: Cheng-Chia Tseng +Date: Tue Aug 21 16:08:18 2018 +0000 + + Update Chinese (Taiwan) translation + +M po/zh_TW.po + +commit 9b03a823f403f8bff4f6d8d058693c8e83d1ce32 +Author: Waldo Luís Ribeiro +Date: Tue Aug 14 19:12:17 2018 +0000 + + Update British English translation + +M po/en_GB.po + +commit b1dccccafedd4025650a32aa8d915dc3415d5121 +Author: Jan-Michael Brummer +Date: Tue May 1 22:48:43 2018 +0200 + + cheese-window: Add camera toggle button + + Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=750285 + +M data/cheese-main-window.ui +M src/cheese-window.vala + +commit 92e84f9651dc51138efd18337d8d2552e903248b +Author: Jordi Mas +Date: Sat May 12 18:59:15 2018 +0200 + + Update Catalan translation + +M help/ca/ca.po + +commit fe595616b26436acc6d3202c84411449d9ea78f3 +Author: Matej Urbančič +Date: Fri Apr 6 21:32:08 2018 +0200 + + Updated Slovenian translation + +M po/sl.po + +commit 6b3a4bedb41190997451d443af876321b62710bb +Author: Daniel Șerbănescu +Date: Sat Mar 24 21:15:20 2018 +0000 + + Update Romanian translation + +M po/ro.po + +commit 405c32e50dbd8d97599b90999ab62e749a2e99ea +Author: Nathan Follens +Date: Sat Mar 24 18:59:56 2018 +0000 + + Update Dutch translation + +M po/nl.po + +commit 41447a2adbbba31f2121054778f2b7bc4e130518 +Author: Mingcong Bai +Date: Tue Mar 20 17:10:19 2018 +0800 + + Update zh_CN translation + +M po/zh_CN.po + +commit 34c71968f2878c26b2151c1b36171ca7e0610b72 +Author: Marcos Lans +Date: Wed Mar 14 22:48:06 2018 +0000 + + Update Galician translation + +M help/gl/gl.po + commit 355c121cd032837cad1bd54e1a560afc0712acba Author: David King -Date: Mon Mar 12 13:29:22 2018 +0000 +Date: Mon Mar 12 13:29:22 2018 +0000 Update NEWS for 3.28.0 release diff -Nru cheese-3.28.0/configure cheese-3.30.0/configure --- cheese-3.28.0/configure 2018-03-12 13:29:56.000000000 +0000 +++ cheese-3.30.0/configure 2018-09-04 07:47:43.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Cheese 3.28.0. +# Generated by GNU Autoconf 2.69 for Cheese 3.30.0. # # Report bugs to . # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='Cheese' PACKAGE_TARNAME='cheese' -PACKAGE_VERSION='3.28.0' -PACKAGE_STRING='Cheese 3.28.0' +PACKAGE_VERSION='3.30.0' +PACKAGE_STRING='Cheese 3.30.0' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=cheese' PACKAGE_URL='https://wiki.gnome.org/Apps/Cheese' @@ -1513,7 +1513,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.28.0 to adapt to many kinds of systems. +\`configure' configures Cheese 3.30.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1583,7 +1583,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Cheese 3.28.0:";; + short | recursive ) echo "Configuration of Cheese 3.30.0:";; esac cat <<\_ACEOF @@ -1735,7 +1735,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Cheese configure 3.28.0 +Cheese configure 3.30.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2104,7 +2104,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.28.0, which was +It was created by Cheese $as_me 3.30.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2973,7 +2973,7 @@ # Define the identity of the package. PACKAGE='cheese' - VERSION='3.28.0' + VERSION='3.30.0' # Some tools Automake needs. @@ -15866,7 +15866,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.28.0, which was +This file was extended by Cheese $as_me 3.30.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15933,7 +15933,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.28.0 +Cheese config.status 3.30.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru cheese-3.28.0/configure.ac cheese-3.30.0/configure.ac --- cheese-3.28.0/configure.ac 2018-03-12 13:28:59.000000000 +0000 +++ cheese-3.30.0/configure.ac 2018-09-04 07:46:09.000000000 +0000 @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) AC_INIT([Cheese], - [3.28.0], + [3.30.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese], [cheese], [https://wiki.gnome.org/Apps/Cheese]) diff -Nru cheese-3.28.0/data/cheese-main-window.ui cheese-3.30.0/data/cheese-main-window.ui --- cheese-3.28.0/data/cheese-main-window.ui 2014-10-08 19:35:04.000000000 +0000 +++ cheese-3.30.0/data/cheese-main-window.ui 2018-05-18 12:11:06.000000000 +0000 @@ -35,12 +35,12 @@ 6 horizontal + 6 True horizontal start - True True @@ -107,7 +123,6 @@ horizontal end - True True