Hello community, here is the log from the commit of package ffmpegthumbs for openSUSE:Factory checked in at 2019-12-14 12:05:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpegthumbs (Old) and /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpegthumbs" Sat Dec 14 12:05:41 2019 rev:56 rq:756160 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes 2019-11-13 13:15:42.994909941 +0100 +++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.4691/ffmpegthumbs.changes 2019-12-14 12:07:36.811359925 +0100 @@ -1,0 +2,30 @@ +Tue Dec 10 06:38:09 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- No code change since 19.11.90 + +------------------------------------------------------------------- +Sat Nov 30 09:11:31 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- No code change since 19.11.80 + +------------------------------------------------------------------- +Sun Nov 24 13:29:02 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Changes since 19.08.3: + * Fix minor issue found by EBN + * screenshot + * use a category which exists + * rename for spec compliance + * add an appstream file for use in kde.org/applications + +------------------------------------------------------------------- Old: ---- ffmpegthumbs-19.08.3.tar.xz ffmpegthumbs-19.08.3.tar.xz.sig New: ---- ffmpegthumbs-19.12.0.tar.xz ffmpegthumbs-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpegthumbs.spec ++++++ --- /var/tmp/diff_new_pack.f2nHTj/_old 2019-12-14 12:07:38.271359672 +0100 +++ /var/tmp/diff_new_pack.f2nHTj/_new 2019-12-14 12:07:38.271359672 +0100 @@ -1,7 +1,7 @@ # # spec file for package ffmpegthumbs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,28 +18,28 @@ %bcond_without lang -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Name: ffmpegthumbs -Version: 19.08.3 +Version: 19.12.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/applications/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +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: ki18n-devel -BuildRequires: kio-devel BuildRequires: pkgconfig BuildRequires: xz -BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavfilter) BuildRequires: pkgconfig(libavformat) @@ -70,10 +70,11 @@ %files %license COPYING -%{_kf5_servicesdir}/ -%{_kf5_plugindir}/ %dir %{_kf5_configkcfgdir} +%{_kf5_appstreamdir}/org.kde.ffmpegthumbs.metainfo.xml %{_kf5_configkcfgdir}/ffmpegthumbnailersettings5.kcfg +%{_kf5_plugindir}/ +%{_kf5_servicesdir}/ %if %{with lang} %files lang -f %{name}.lang ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.f2nHTj/_old and /var/tmp/diff_new_pack.f2nHTj/_new differ ++++++ ffmpegthumbs-19.08.3.tar.xz -> ffmpegthumbs-19.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/CMakeLists.txt new/ffmpegthumbs-19.12.0/CMakeLists.txt --- old/ffmpegthumbs-19.08.3/CMakeLists.txt 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/CMakeLists.txt 2019-12-06 01:33:10.000000000 +0100 @@ -48,6 +48,9 @@ install(FILES ffmpegthumbs.desktop DESTINATION ${SERVICES_INSTALL_DIR}) +install(FILES org.kde.ffmpegthumbs.metainfo.xml + DESTINATION ${KDE_INSTALL_METAINFODIR}) + if(BUILD_TESTING) add_subdirectory(tests) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/ffmpegthumbnailersettings5.kcfg new/ffmpegthumbs-19.12.0/ffmpegthumbnailersettings5.kcfg --- old/ffmpegthumbs-19.08.3/ffmpegthumbnailersettings5.kcfg 2019-06-19 05:26:28.000000000 +0200 +++ new/ffmpegthumbs-19.12.0/ffmpegthumbnailersettings5.kcfg 2019-11-20 08:10:05.000000000 +0100 @@ -5,7 +5,7 @@ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > <kcfgfile name="ffmpegthumbsrc"/> <group name="General"> - <entry name="filmstrip" type="bool"> + <entry name="filmstrip" type="Bool"> <label>Embed filmstrip effect</label> <default>true</default> </entry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/org.kde.ffmpegthumbs.metainfo.xml new/ffmpegthumbs-19.12.0/org.kde.ffmpegthumbs.metainfo.xml --- old/ffmpegthumbs-19.08.3/org.kde.ffmpegthumbs.metainfo.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/org.kde.ffmpegthumbs.metainfo.xml 2019-11-20 08:10:05.000000000 +0100 @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="utf-8"?> +<component type="addon"> + <id>org.kde.ffmpegthumbs</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <extends>org.kde.dolphin.desktop</extends> + <extends>org.kde.konqueror.desktop</extends> + <extends>org.kde.krusader.desktop</extends> + <name>FFmpeg Thumbnailer</name> + <name xml:lang="ca">Generador de miniatures amb FFmpeg</name> + <name xml:lang="cs">Generátor náhledů pro FFmpeg</name> + <name xml:lang="de">FFmpeg-Vorschaugenerator</name> + <name xml:lang="el">Πρόγραμμα εικόνων επισκόπησης FFmpeg</name> + <name xml:lang="en-GB">FFmpeg Thumbnailer</name> + <name xml:lang="es">Creador de vistas previas FFmpeg</name> + <name xml:lang="eu">FFmpeg koadro-txiki egilea</name> + <name xml:lang="fi">FFmpeg-pienoiskuvien luonti</name> + <name xml:lang="fr">Créateur de vignettes FFmpeg</name> + <name xml:lang="it">Generatore di miniature FFmpeg</name> + <name xml:lang="ko">FFmpeg 미리 보기 생성기</name> + <name xml:lang="nl">FFmpeg miniatuurmaker</name> + <name xml:lang="pl">Twórca miniatur FFmpeg</name> + <name xml:lang="pt">Miniaturas do FFmpeg</name> + <name xml:lang="pt-BR">Miniaturas do FFmpeg</name> + <name xml:lang="sk">FFmpeg Thumbnailer</name> + <name xml:lang="sv">FFmpeg miniatyrbilder</name> + <name xml:lang="uk">Засіб створення мініатюр FFmpeg</name> + <name xml:lang="x-test">xxFFmpeg Thumbnailerxx</name> + <name xml:lang="zh-CN">FFmpeg 缩略图提供程序</name> + <name xml:lang="zh-TW">FFmpeg 縮圖產生工具</name> + <summary>Video thumbnail generator using FFmpeg</summary> + <summary xml:lang="ca">Generador de miniatures de vídeo amb FFmpeg</summary> + <summary xml:lang="de">Erstellt Video-Vorschaubilder mit FFmpeg</summary> + <summary xml:lang="el">Παραγωγός εικόνων επισκόπησης βίντεο με το FFmpeg</summary> + <summary xml:lang="en-GB">Video thumbnail generator using FFmpeg</summary> + <summary xml:lang="es">Generador de vistas previas de vídeo usando FFmpeg</summary> + <summary xml:lang="eu">Bideoen koadro-txiki sortzailea FFmpeg erabiliz</summary> + <summary xml:lang="fi">Luo FFmpegiä käyttäen videopienoiskuvia</summary> + <summary xml:lang="fr">Générateur de vignettes vidéo à l'aide de FFmpeg</summary> + <summary xml:lang="it">Generatore di miniature video che usa FFmpeg</summary> + <summary xml:lang="ko">FFmpeg를 사용하여 동영상 미리 보기 생성</summary> + <summary xml:lang="nl">Generator van videominiatuur met behulp van FFmpeg</summary> + <summary xml:lang="pl">Twórca miniatur filmów wykorzystujący FFmpeg</summary> + <summary xml:lang="pt">Gerador de miniaturas em vídeo que usa o FFmpeg</summary> + <summary xml:lang="pt-BR">Gerador de miniaturas em vídeo que usa o FFmpeg</summary> + <summary xml:lang="sk">Generátor video miniatúr pomocou FFmpeg</summary> + <summary xml:lang="sv">Generering av videominiatyrbilder med användning av FFmpeg</summary> + <summary xml:lang="uk">Засіб створення мініатюр відеоданих за допомогою FFmpeg</summary> + <summary xml:lang="x-test">xxVideo thumbnail generator using FFmpegxx</summary> + <summary xml:lang="zh-CN">使用 FFmpeg 的视频缩略图生成器</summary> + <summary xml:lang="zh-TW">使用 FFmpeg 的影片縮圖產生工具</summary> + <description> + <p>FFmpeg Thumbnailer is a video thumbnail generator for KDE file managers.</p> + <p xml:lang="ca">El Generador de miniatures amb FFmpeg és un generador de miniatures de vídeo per als gestors de fitxers del KDE.</p> + <p xml:lang="de">FFmpeg-Vorschaugenerator erstellt Video.Vorschaubilder für KDE-Dateiverwaltungsprogramme.</p> + <p xml:lang="el">Το πρόγραμμαεικόνων επισκόπησης FFmpeg είναι ένας παραγωγός εικόνων επισκόπησης βίντεο για τους διαχειριστές αρχείων του KDE.</p> + <p xml:lang="en-GB">FFmpeg Thumbnailer is a video thumbnail generator for KDE file managers.</p> + <p xml:lang="es">El creador de vistas previas FFmpeg es un generador para los sistemas de archivo de KDE.</p> + <p xml:lang="eu">FFmpeg koadro-txiki egilea KDE fitxategi-kudeatzaileentzako bideoen koadro-txiki sortzaile bat da.</p> + <p xml:lang="fi">FFmpeg-pienoiskuvien luonti luo videopienoiskuvia KDE:n tiedostonhallintaohjelmille.</p> + <p xml:lang="fr">Le créateur de vignettes FFmpeg est un générateur de vignettes de vidéo pour les gestionnaires de fichiers KDE.</p> + <p xml:lang="it">Il generatore di miniature FFmpeg è un generatore di miniature video per i gestori di file di KDE.</p> + <p xml:lang="ko">FFmpeg 미리 보기 생성기는 KDE 파일 관리자의 동영상 미리 보기 생성기입니다.</p> + <p xml:lang="nl">FFmpeg miniatuurmaker is een generator voor een videominiatuur voor KDE bestandsbeheerders.</p> + <p xml:lang="pl">Twórca miniatur FFmpeg jest twórcą miniatur filmów dla przeglądarek plików KDE.</p> + <p xml:lang="pt">As Miniaturas do FFmpeg são um gerador de miniaturas de vídeo para os gestores de ficheiros do KDE.</p> + <p xml:lang="pt-BR">Miniaturas do FFmpeg é um gerador de miniaturas de vídeo para os gerenciadores de arquivos do KDE.</p> + <p xml:lang="sk">FFmpeg Thumbnailer je generátor video miniatúr pre KDE správcov súborov.</p> + <p xml:lang="sv">FFmpeg miniatyrbilder är en generator av videominiatyrbilder för KDE filhanterare.</p> + <p xml:lang="uk">Засіб створення мініатюр FFmpeg призначення для створення мініатюр вмісту відеофайлів у програмах для керування файлами KDE.</p> + <p xml:lang="x-test">xxFFmpeg Thumbnailer is a video thumbnail generator for KDE file managers.xx</p> + <p xml:lang="zh-CN">FFmpeg 缩略图提供程序是 KDE 文件管理器的视频缩略图生成器。</p> + <p xml:lang="zh-TW">FFmpeg 縮圖產生工具是用於 KDE 檔案管理器的影片縮圖產生器。</p> + </description> + <url type="homepage">https://www.kde.org</url> + <url type="bugtracker">https://bugs.kde.org/</url> + <project_group>KDE</project_group> + <categories> + <category>Video</category> + </categories> + <icon type="stock">video-x-generic</icon> + <screenshots> + <screenshot type="default"> + <image type="source">https://cdn.kde.org/screenshots/ffmpegthumbs/ffmpegthumbs.png</image> + </screenshot> + </screenshots> +</component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/ca/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/ca/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/ca/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/ca/ffmpegthumbs.po 2019-12-06 01:32:22.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/ca@valencia/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/ca@valencia/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/ca@valencia/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/ca@valencia/ffmpegthumbs.po 2019-12-06 01:32:23.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/cs/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/cs/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/cs/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/cs/ffmpegthumbs.po 2019-12-06 01:32:24.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2019-01-25 16:59+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/de/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/de/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/de/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/de/ffmpegthumbs.po 2019-12-06 01:32:26.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2019-07-01 18:48+0200\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/el/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/el/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/el/ffmpegthumbs.po 1970-01-01 01:00:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/el/ffmpegthumbs.po 2019-12-06 01:32:28.000000000 +0100 @@ -0,0 +1,24 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the ffmpegthumbs package. +# +# Stelios <[email protected]>, 2019. +msgid "" +msgstr "" +"Project-Id-Version: ffmpegthumbs\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" +"PO-Revision-Date: 2019-08-07 10:25+0300\n" +"Last-Translator: Stelios <[email protected]>\n" +"Language-Team: Greek <[email protected]>\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 18.12.3\n" + +#: ffmpegthumbnailer.cpp:65 +#, kde-format +msgctxt "@option:check" +msgid "Embed filmstrip effect" +msgstr "Ενσωμάτωση εφέ κινηματογραφικής λωρίδας" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/en_GB/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/en_GB/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/en_GB/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/en_GB/ffmpegthumbs.po 2019-12-06 01:32:29.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/es/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/es/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/es/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/es/ffmpegthumbs.po 2019-12-06 01:32:30.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/eu/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/eu/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/eu/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/eu/ffmpegthumbs.po 2019-12-06 01:32:32.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/fi/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/fi/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/fi/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/fi/ffmpegthumbs.po 2019-12-06 01:32:34.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2019-04-01 17:17+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/fr/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/fr/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/fr/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/fr/ffmpegthumbs.po 2019-12-06 01:32:34.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2019-01-22 12:09+0800\n" "Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/gl/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/gl/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/gl/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/gl/ffmpegthumbs.po 2019-12-06 01:32:36.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/it/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/it/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/it/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/it/ffmpegthumbs.po 2019-12-06 01:32:41.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2018-12-27 19:52+0100\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/ja/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/ja/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/ja/ffmpegthumbs.po 2019-11-05 05:07:00.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/ja/ffmpegthumbs.po 2019-12-06 01:32:42.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/ko/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/ko/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/ko/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/ko/ffmpegthumbs.po 2019-12-06 01:32:44.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2019-04-22 01:55+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/lt/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/lt/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/lt/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/lt/ffmpegthumbs.po 2019-12-06 01:32:44.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2018-12-27 03:15+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: lt\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/nl/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/nl/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/nl/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/nl/ffmpegthumbs.po 2019-12-06 01:32:50.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/pl/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/pl/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/pl/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/pl/ffmpegthumbs.po 2019-12-06 01:32:54.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/pt/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/pt/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/pt/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/pt/ffmpegthumbs.po 2019-12-06 01:32:55.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/pt_BR/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/pt_BR/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/pt_BR/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/pt_BR/ffmpegthumbs.po 2019-12-06 01:32:57.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/ru/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/ru/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/ru/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/ru/ffmpegthumbs.po 2019-12-06 01:32:59.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2019-02-05 21:27+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/sk/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/sk/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/sk/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/sk/ffmpegthumbs.po 2019-12-06 01:33:00.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/sv/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/sv/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/sv/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/sv/ffmpegthumbs.po 2019-12-06 01:33:02.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/uk/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/uk/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/uk/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/uk/ffmpegthumbs.po 2019-12-06 01:33:06.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2018-12-27 07:50+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/zh_CN/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/zh_CN/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/zh_CN/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/zh_CN/ffmpegthumbs.po 2019-12-06 01:33:08.000000000 +0100 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" -"PO-Revision-Date: 2019-10-09 10:04\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" +"PO-Revision-Date: 2019-11-19 23:10\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-19.08.3/po/zh_TW/ffmpegthumbs.po new/ffmpegthumbs-19.12.0/po/zh_TW/ffmpegthumbs.po --- old/ffmpegthumbs-19.08.3/po/zh_TW/ffmpegthumbs.po 2019-11-05 05:07:01.000000000 +0100 +++ new/ffmpegthumbs-19.12.0/po/zh_TW/ffmpegthumbs.po 2019-12-06 01:33:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ffmpegthumbs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:45+0200\n" +"POT-Creation-Date: 2019-05-20 03:08+0200\n" "PO-Revision-Date: 2019-01-04 01:38+0800\n" "Last-Translator: pan93412 <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n"
