Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package subtitlecomposer for
openSUSE:Factory checked in at 2023-11-06 21:15:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subtitlecomposer (Old)
and /work/SRC/openSUSE:Factory/.subtitlecomposer.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subtitlecomposer"
Mon Nov 6 21:15:05 2023 rev:14 rq:1123671 version:0.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/subtitlecomposer/subtitlecomposer.changes
2023-05-09 13:09:23.913756902 +0200
+++
/work/SRC/openSUSE:Factory/.subtitlecomposer.new.17445/subtitlecomposer.changes
2023-11-06 21:15:20.345607444 +0100
@@ -1,0 +2,49 @@
+Mon Nov 6 17:44:47 UTC 2023 - Luigi Baldoni <[email protected]>
+
+- Update to version 0.8.0
+ * Fixed video player on GLES only hardware
+ * Fixed skewed video on video player
+ * Fixed closing fullscreen video player
+ * Fixed subtitles under fullscreen video toolbar
+ * Fixed video player media state notifications
+ * Fixed subtitle video overlay font size accuracy
+ * Fixed deadlock/crash while changing audio stream on
+ paused/stopped media
+ * Improved Waveform widget performance
+ * Fixed waveform misalignment due to rounding error
+ * Fixed waveform widget drawing on null image and painting of
+ removed lines
+ * Fixed waveform default zoom scale
+ * Fixed subtitle text line separator draw on LinesWidget
+ * Fixed unbreak lines (newline searches in QTextDocument)
+ * Fixed crash in split lines
+ * Fixed VobSub import ignoring Text styles
+ * Fixed VobSub crash when moving to previous image
+ * Fixed YouTubeCaptions format parsing/saving
+ * Fixed undo/redo actions creation order, incorrect state
+ * Fixed some memory and saving issues
+ * Fixed embedded ASS decoding
+ * Fixed example remove hearing impaired script
+ * Fixed broken about dialog
+ * Added Qt6 support
+ * Added WebVTT format support
+ * Added subtitle positioning UI and support
+ * Added subtitle class/comments/voice UI and support
+ * Improved rich text editing/preview
+ * Rich text rendering on waveform/video/editors
+ * Added DeepL translate engine
+ * Added Google Cloud translate engine
+ * Recreated translation interface
+ * Added/improved ffmpeg 5 support
+ * Subtitle lines are always time sorted; remove sort lines
+ menu action
+ * Replaced Kross with QJSEngine, removed ruby and python
+ support
+ * Improved script manager and tools menu
+- Drop subtitlecomposer-ARM_GLES.patch,
+ subtitlecomposer-fix_empty_lines_crash.patch,
+ 0001-Fix-compilation-with-ffmpeg5-63.patch,
+ 0001-VideoPlayer-Fix-usage-of-deprecated-removed-AVCodec-.patch,
+ and 0001-Use-non-deprecated-ffmpeg-api.patch (merged upstream)
+
+-------------------------------------------------------------------
Old:
----
0001-Fix-compilation-with-ffmpeg5-63.patch
0001-Use-non-deprecated-ffmpeg-api.patch
0001-VideoPlayer-Fix-usage-of-deprecated-removed-AVCodec-.patch
subtitlecomposer-0.7.1.tar.xz
subtitlecomposer-0.7.1.tar.xz.sig
subtitlecomposer-ARM_GLES.patch
subtitlecomposer-fix_empty_lines_crash.patch
New:
----
subtitlecomposer-0.8.0.tar.xz
subtitlecomposer-0.8.0.tar.xz.sig
BETA DEBUG BEGIN:
Old: subtitlecomposer-fix_empty_lines_crash.patch,
0001-Fix-compilation-with-ffmpeg5-63.patch,
0001-VideoPlayer-Fix-usage-of-deprecated-removed-AVCodec-.patch,
Old: 0001-VideoPlayer-Fix-usage-of-deprecated-removed-AVCodec-.patch,
and 0001-Use-non-deprecated-ffmpeg-api.patch (merged upstream)
Old: 0001-Fix-compilation-with-ffmpeg5-63.patch,
0001-VideoPlayer-Fix-usage-of-deprecated-removed-AVCodec-.patch,
and 0001-Use-non-deprecated-ffmpeg-api.patch (merged upstream)
Old: * Improved script manager and tools menu
- Drop subtitlecomposer-ARM_GLES.patch,
subtitlecomposer-fix_empty_lines_crash.patch,
Old:- Drop subtitlecomposer-ARM_GLES.patch,
subtitlecomposer-fix_empty_lines_crash.patch,
0001-Fix-compilation-with-ffmpeg5-63.patch,
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ subtitlecomposer.spec ++++++
--- /var/tmp/diff_new_pack.OP39BN/_old 2023-11-06 21:15:21.097635127 +0100
+++ /var/tmp/diff_new_pack.OP39BN/_new 2023-11-06 21:15:21.097635127 +0100
@@ -17,7 +17,7 @@
Name: subtitlecomposer
-Version: 0.7.1
+Version: 0.8.0
Release: 0
Summary: A text-based subtitle editor
License: GPL-2.0-or-later
@@ -26,16 +26,6 @@
Source0:
https://download.kde.org/stable/subtitlecomposer/%{name}-%{version}.tar.xz
Source1:
https://download.kde.org/stable/subtitlecomposer/%{name}-%{version}.tar.xz.sig
Source2: subtitlecomposer.keyring
-# PATCH-FIX-UPSTREAM subtitlecomposer-ARM_GLES.patch
-Patch0: subtitlecomposer-ARM_GLES.patch
-# PATCH-FIX-UPSTREAM subtitlecomposer-fix_empty_lines_crash.patch
-Patch1: subtitlecomposer-fix_empty_lines_crash.patch
-# PATCH-FIX-UPSTREAM Fix build with ffmpeg 5
-Patch2: 0001-Fix-compilation-with-ffmpeg5-63.patch
-# PATCH-FIX-UPSTREAM Fix video player
-Patch3: 0001-VideoPlayer-Fix-usage-of-deprecated-removed-AVCodec-.patch
-# PATCH-FIX-UPSTREAM
-Patch4: 0001-Use-non-deprecated-ffmpeg-api.patch
BuildRequires: cmake >= 3.10
BuildRequires: extra-cmake-modules
BuildRequires: libQt5Widgets-private-headers-devel
@@ -55,6 +45,7 @@
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
+BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(icu-i18n)
@@ -64,6 +55,7 @@
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(openal)
+BuildRequires: pkgconfig(openssl)
%if 0%{?suse_version} > 1500
%ifnarch ppc64 s390x
BuildRequires: pkgconfig(pocketsphinx) >= 5
@@ -80,18 +72,6 @@
%prep
%autosetup -p1
-# We build kross-interpreters without python support anyway, so we can
-# remove the python examples to remove an useless dependency on python2
-rm src/scripting/examples/*.py
-
-# Fix shebang
-sed -i '1s|%{_bindir}/env ruby|%{_bindir}/ruby|' \
- src/scripting/examples/*.rb
-
-# Fix shebang in newly created files
-sed -i 's,#!/usr/bin/env ruby,#!%{_bindir}/ruby,' \
- src/scripting/scriptsmanager.cpp
-
%build
%cmake_kf5 -d build
%cmake_build
@@ -99,8 +79,6 @@
%install
%kf5_makeinstall -C build
-# Fix permissions
-chmod 755 %{buildroot}%{_kf5_appsdir}/%{name}/scripts/*.rb
# Fix rpmlint error (devel-file-in-non-devel-package) and install header files
as doc (since they are installed just for help)
mkdir files_for_doc
cp -a %{buildroot}%{_kf5_appsdir}/%{name}/scripts/api/ files_for_doc/
@@ -123,7 +101,6 @@
%{_kf5_appstreamdir}/org.kde.%{name}.appdata.xml
%{_kf5_bindir}/%{name}
%{_kf5_iconsdir}/hicolor/*/*/*
-%{_kf5_kxmlguidir}/%{name}/
%{_kf5_sharedir}/mime/packages/%{name}.xml
%if 0%{?suse_version} > 1500
%ifnarch ppc64 s390x
++++++ subtitlecomposer-0.7.1.tar.xz -> subtitlecomposer-0.8.0.tar.xz ++++++
++++ 148798 lines of diff (skipped)