Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ffmpegthumbs for openSUSE:Factory 
checked in at 2021-04-25 21:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpegthumbs (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpegthumbs"

Sun Apr 25 21:26:15 2021 rev:72 rq:887597 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes        
2021-03-08 15:18:54.262011059 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.12324/ffmpegthumbs.changes     
2021-04-25 21:26:31.268365403 +0200
@@ -1,0 +2,27 @@
+Fri Apr 16 16:11:10 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+-------------------------------------------------------------------
+Fri Apr  9 17:39:37 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:27:15 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Use FindTagLib from ECM
+  * ecm_qt_install_logging_categories() needs ECM 5.68.0
+  * Install a logging categories file for kdebugsettings
+  * Handle AV_LOG_TRACE messages at qCDebug() level
+
+-------------------------------------------------------------------

Old:
----
  ffmpegthumbs-20.12.3.tar.xz
  ffmpegthumbs-20.12.3.tar.xz.sig

New:
----
  ffmpegthumbs-21.04.0.tar.xz
  ffmpegthumbs-21.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ffmpegthumbs.spec ++++++
--- /var/tmp/diff_new_pack.iL85d7/_old  2021-04-25 21:26:32.860367318 +0200
+++ /var/tmp/diff_new_pack.iL85d7/_new  2021-04-25 21:26:32.864367322 +0200
@@ -21,20 +21,24 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ffmpegthumbs
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        FFmpeg-based thumbnail creator for video files
 License:        LGPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(Qt5Gui) >= 5.2.0
+BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavfilter)
 BuildRequires:  pkgconfig(libavformat)
@@ -42,10 +46,6 @@
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(taglib)
 Recommends:     %{name}-lang
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 
 %description
 FFmpeg-based thumbnail creator for video files.
@@ -53,7 +53,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build
@@ -70,9 +70,9 @@
 
 %files
 %license COPYING
-%dir %{_kf5_configkcfgdir}
 %{_kf5_appstreamdir}/org.kde.ffmpegthumbs.metainfo.xml
 %{_kf5_configkcfgdir}/ffmpegthumbnailersettings5.kcfg
+%{_kf5_debugdir}/ffmpegthumbs.categories
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 


++++++ ffmpegthumbs-20.12.3.tar.xz -> ffmpegthumbs-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/CMakeLists.txt 
new/ffmpegthumbs-21.04.0/CMakeLists.txt
--- old/ffmpegthumbs-20.12.3/CMakeLists.txt     2021-03-02 01:41:48.000000000 
+0100
+++ new/ffmpegthumbs-21.04.0/CMakeLists.txt     2021-04-16 10:40:08.000000000 
+0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.2.0")
 
-find_package(ECM 5.14.0 REQUIRED NO_MODULE)
+find_package(ECM 5.72.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}  ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -38,7 +38,15 @@
   ffmpegthumbnailer/videothumbnailer.cpp
 )
 
-ecm_qt_declare_logging_category(ffmpegthumbs_PART_SRCS HEADER 
ffmpegthumbs_debug.h IDENTIFIER ffmpegthumbs_LOG CATEGORY_NAME 
org.kde.kdemultimedia.ffmpegthumbs DEFAULT_SEVERITY Critical)
+ecm_qt_declare_logging_category(
+  ffmpegthumbs_PART_SRCS
+  HEADER ffmpegthumbs_debug.h
+  IDENTIFIER ffmpegthumbs_LOG
+  CATEGORY_NAME org.kde.kdemultimedia.ffmpegthumbs
+  DEFAULT_SEVERITY Critical
+  EXPORT ffmpegthumbs
+  DESCRIPTION "FFmpeg video thumbnailer"
+)
 
 kconfig_add_kcfg_files(ffmpegthumbs_PART_SRCS ffmpegthumbnailersettings5.kcfgc)
 add_library(ffmpegthumbs MODULE ${ffmpegthumbs_PART_SRCS})
@@ -48,6 +56,11 @@
 install(FILES ffmpegthumbnailersettings5.kcfg DESTINATION ${KCFG_INSTALL_DIR})
 install(TARGETS ffmpegthumbs DESTINATION ${PLUGIN_INSTALL_DIR})
 
+ecm_qt_install_logging_categories(
+  EXPORT ffmpegthumbs
+  DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
+)
+
 ########### install files ###############
 
 install(FILES  ffmpegthumbs.desktop DESTINATION ${SERVICES_INSTALL_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/cmake/FindTaglib.cmake 
new/ffmpegthumbs-21.04.0/cmake/FindTaglib.cmake
--- old/ffmpegthumbs-20.12.3/cmake/FindTaglib.cmake     2021-01-23 
08:54:16.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/cmake/FindTaglib.cmake     1970-01-01 
01:00:00.000000000 +0100
@@ -1,90 +0,0 @@
-#.rst:
-# FindTaglib
-#-----------
-#
-# Try to find the Taglib library.
-#
-# This will define the following variables:
-#
-# ``Taglib_FOUND``
-#       True if the system has the taglib library of at least the minimum
-#       version specified by the version parameter to find_package()
-# ``Taglib_INCLUDE_DIRS``
-#       The taglib include dirs for use with target_include_directories
-# ``Taglib_LIBRARIES``
-#       The taglib libraries for use with target_link_libraries()
-# ``Taglib_VERSION``
-#       The version of taglib that was found
-#
-# If ``Taglib_FOUND is TRUE, it will also define the following imported
-# target:
-#
-# ``Taglib::Taglib``
-#       The Taglib library
-#
-# Since 5.72.0
-#
-# SPDX-FileCopyrightText: 2006 Laurent Montel <[email protected]>
-# SPDX-FileCopyrightText: 2019 Heiko Becker <[email protected]>
-# SPDX-FileCopyrightText: 2020 Elvis Angelaccio <[email protected]>
-# SPDX-License-Identifier: BSD-3-Clause
-
-find_package(PkgConfig QUIET)
-
-pkg_search_module(PC_TAGLIB QUIET taglib)
-
-find_path(Taglib_INCLUDE_DIRS
-    NAMES tag.h
-    PATH_SUFFIXES taglib
-    HINTS ${PC_TAGLIB_INCLUDEDIR}
-)
-
-find_library(Taglib_LIBRARIES
-    NAMES tag
-    HINTS ${PC_TAGLIB_LIBDIR}
-)
-
-set(Taglib_VERSION ${PC_TAGLIB_VERSION})
-
-if (Taglib_INCLUDE_DIRS AND NOT Taglib_VERSION)
-    if(EXISTS "${Taglib_INCLUDE_DIRS}/taglib.h")
-        file(READ "${Taglib_INCLUDE_DIRS}/taglib.h" TAGLIB_H)
-
-        string(REGEX MATCH "#define TAGLIB_MAJOR_VERSION[ ]+[0-9]+" 
TAGLIB_MAJOR_VERSION_MATCH ${TAGLIB_H})
-        string(REGEX MATCH "#define TAGLIB_MINOR_VERSION[ ]+[0-9]+" 
TAGLIB_MINOR_VERSION_MATCH ${TAGLIB_H})
-        string(REGEX MATCH "#define TAGLIB_PATCH_VERSION[ ]+[0-9]+" 
TAGLIB_PATCH_VERSION_MATCH ${TAGLIB_H})
-
-        string(REGEX REPLACE ".*_MAJOR_VERSION[ ]+(.*)" "\\1" 
TAGLIB_MAJOR_VERSION "${TAGLIB_MAJOR_VERSION_MATCH}")
-        string(REGEX REPLACE ".*_MINOR_VERSION[ ]+(.*)" "\\1" 
TAGLIB_MINOR_VERSION "${TAGLIB_MINOR_VERSION_MATCH}")
-        string(REGEX REPLACE ".*_PATCH_VERSION[ ]+(.*)" "\\1" 
TAGLIB_PATCH_VERSION "${TAGLIB_PATCH_VERSION_MATCH}")
-
-        set(Taglib_VERSION 
"${TAGLIB_MAJOR_VERSION}.${TAGLIB_MINOR_VERSION}.${TAGLIB_PATCH_VERSION}")
-    endif()
-endif()
-
-include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(Taglib
-    FOUND_VAR
-        Taglib_FOUND
-    REQUIRED_VARS
-        Taglib_LIBRARIES
-        Taglib_INCLUDE_DIRS
-    VERSION_VAR
-        Taglib_VERSION
-)
-
-if (Taglib_FOUND AND NOT TARGET Taglib::Taglib)
-    add_library(Taglib::Taglib UNKNOWN IMPORTED)
-    set_target_properties(Taglib::Taglib PROPERTIES
-        IMPORTED_LOCATION "${Taglib_LIBRARIES}"
-        INTERFACE_INCLUDE_DIRECTORIES "${Taglib_INCLUDE_DIRS}"
-    )
-endif()
-
-mark_as_advanced(Taglib_LIBRARIES Taglib_INCLUDE_DIRS)
-
-include(FeatureSummary)
-set_package_properties(Taglib PROPERTIES
-    URL "https://taglib.org/";
-    DESCRIPTION "A library for reading and editing the meta-data of audio 
formats"
-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/ffmpegthumbnailer.cpp 
new/ffmpegthumbs-21.04.0/ffmpegthumbnailer.cpp
--- old/ffmpegthumbs-20.12.3/ffmpegthumbnailer.cpp      2021-01-23 
08:54:16.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/ffmpegthumbnailer.cpp      2021-02-10 
17:24:07.000000000 +0100
@@ -50,6 +50,7 @@
             break;
         case AV_LOG_VERBOSE:
         case AV_LOG_DEBUG:
+        case AV_LOG_TRACE:
             qCDebug(ffmpegthumbs_LOG) << message;
             break;
         default:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/ca/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/ca/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/ca/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/ca/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-27 13:12+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -20,7 +20,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/ca@valencia/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/ca@valencia/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/ca@valencia/ffmpegthumbs.po     2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/ca@valencia/ffmpegthumbs.po     2021-04-16 
10:40:08.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-27 13:12+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -20,7 +20,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/cs/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/cs/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/cs/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/cs/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-01-25 16:59+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Lokalize 18.12.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/da/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/da/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/da/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/da/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2020-07-22 12:07+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 20.04.2\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/de/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/de/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/de/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/de/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-07-01 18:48+0200\n"
 "Last-Translator: Frederik Schwarzer <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.04.2\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/el/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/el/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/el/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/el/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-08-07 10:25+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 18.12.3\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/en_GB/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/en_GB/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/en_GB/ffmpegthumbs.po   2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/en_GB/ffmpegthumbs.po   2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-03-24 19:56+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.07.70\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/es/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/es/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/es/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/es/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-01-02 17:35+0100\n"
 "Last-Translator: V??ctor Rodrigo C??rdoba <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
@@ -19,7 +19,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/et/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/et/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/et/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/et/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-11-13 14:01+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.08.1\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/eu/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/eu/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/eu/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/eu/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-07-03 22:57+0200\n"
 "Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
@@ -20,7 +20,7 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 19.04.2\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/fi/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/fi/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/fi/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/fi/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-04-01 17:17+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/fr/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/fr/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/fr/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/fr/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2020-12-29 14:52+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
@@ -18,7 +18,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/gl/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/gl/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/gl/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/gl/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-28 19:32+0100\n"
 "Last-Translator: Adri??n Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/hi/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/hi/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/hi/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/hi/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2020-08-27 00:28+0530\n"
 "Last-Translator: G Karunakar <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/ia/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/ia/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/ia/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/ia/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
-"PO-Revision-Date: 2021-01-22 22:32+0100\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
+"PO-Revision-Date: 2021-01-24 21:16+0100\n"
 "Last-Translator: Giovanni Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/it/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/it/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/it/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/it/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -1,12 +1,12 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the ffmpegthumbs package.
-# Vincenzo Reale <[email protected]>, 2018.
+# Vincenzo Reale <[email protected]>, 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-27 19:52+0100\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 18.12.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/ja/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/ja/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/ja/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/ja/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-30 22:21-0800\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
@@ -14,7 +14,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/ko/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/ko/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/ko/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/ko/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-04-22 01:55+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 18.12.3\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/lt/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/lt/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/lt/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/lt/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-27 03:15+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: lt\n"
@@ -18,7 +18,7 @@
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/nl/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/nl/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/nl/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/nl/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-27 12:49+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/nn/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/nn/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/nn/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/nn/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2020-05-25 21:51+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/pl/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/pl/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/pl/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/pl/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-01-27 10:20+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
@@ -18,7 +18,7 @@
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Lokalize 19.03.70\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/pt/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/pt/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/pt/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/pt/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-28 18:18+0000\n"
 "Last-Translator: Jos?? Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
@@ -12,7 +12,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/pt_BR/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/pt_BR/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/pt_BR/ffmpegthumbs.po   2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/pt_BR/ffmpegthumbs.po   2021-04-16 
10:40:08.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-30 22:09-0300\n"
 "Last-Translator: Andr?? Marcelo Alvarenga <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
@@ -18,7 +18,7 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/ro/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/ro/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/ro/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/ro/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2020-09-20 13:06+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian\n"
@@ -18,7 +18,7 @@
 "20)) ? 1 : 2;\n"
 "X-Generator: Lokalize 19.12.3\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/ru/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/ru/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/ru/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/ru/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-02-05 21:27+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
@@ -18,7 +18,7 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 18.12.1\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/sk/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/sk/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/sk/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/sk/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-29 22:32+0100\n"
 "Last-Translator: iRoman Pahol??k <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -15,7 +15,7 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/sl/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/sl/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/sl/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/sl/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2020-01-23 16:22+0100\n"
 "Last-Translator: Matja?? Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
@@ -18,7 +18,7 @@
 "%100==4 ? 3 : 0);\n"
 "X-Generator: Poedit 2.2.4\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/sv/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/sv/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/sv/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/sv/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-27 09:59+0100\n"
 "Last-Translator: Stefan Asserh??ll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/uk/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/uk/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/uk/ffmpegthumbs.po      2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/uk/ffmpegthumbs.po      2021-04-16 
10:40:08.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2018-12-27 07:50+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
@@ -20,7 +20,7 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/zh_CN/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/zh_CN/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/zh_CN/ffmpegthumbs.po   2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/zh_CN/ffmpegthumbs.po   2021-04-16 
10:40:08.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -22,7 +22,7 @@
 "X-Crowdin-File: /kf5-stable/messages/ffmpegthumbs/ffmpegthumbs.pot\n"
 "X-Crowdin-File-ID: 8178\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-20.12.3/po/zh_TW/ffmpegthumbs.po 
new/ffmpegthumbs-21.04.0/po/zh_TW/ffmpegthumbs.po
--- old/ffmpegthumbs-20.12.3/po/zh_TW/ffmpegthumbs.po   2021-03-02 
01:41:48.000000000 +0100
+++ new/ffmpegthumbs-21.04.0/po/zh_TW/ffmpegthumbs.po   2021-04-16 
10:40:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ffmpegthumbs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-17 02:12+0200\n"
+"POT-Creation-Date: 2020-12-04 02:23+0100\n"
 "PO-Revision-Date: 2019-01-04 01:38+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 18.12.0\n"
 
-#: ffmpegthumbnailer.cpp:130
+#: ffmpegthumbnailer.cpp:131
 #, kde-format
 msgctxt "@option:check"
 msgid "Embed filmstrip effect"

Reply via email to