[neon/extras/subtitlecomposer/Neon/release] debian/patches: remove patch that no longer applies

Jonathan Riddell null at kde.org
Thu Oct 7 14:19:16 BST 2021


Git commit 655b0a0bda8faa1c63c193f3e1df204ce0a2ec36 by Jonathan Riddell.
Committed on 07/10/2021 at 13:19.
Pushed by jriddell into branch 'Neon/release'.

remove patch that no longer applies

D  +0    -161  debian/patches/fix-appstream.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/extras/subtitlecomposer/commit/655b0a0bda8faa1c63c193f3e1df204ce0a2ec36

diff --git a/debian/patches/fix-appstream.diff b/debian/patches/fix-appstream.diff
deleted file mode 100644
index 00ff729..0000000
--- a/debian/patches/fix-appstream.diff
+++ /dev/null
@@ -1,161 +0,0 @@
-Author: Pino Toscano <pino at debian.org>
-Description: Fix some validity issues in the AppStream XML file.
- .
- Upstream fixed all the issues already, so this patch can be dropped once
- a new version is released.
-Last-Update: 2020-08-06
-Forwarded: not-needed
-
---- a/pkg/misc/subtitlecomposer.desktop.appdata.xml
-+++ b/pkg/misc/subtitlecomposer.desktop.appdata.xml
-@@ -9,24 +9,22 @@
- 		<p>An open source text-based subtitle editor that supports basic and advanced editing operations, aiming to become an improved version of Subtitle Workshop for every platform supported by Plasma Frameworks.</p>
- 		<p>Features</p>
- 		<ul>
--			<li>Open/Save Text Subtitle Formats - SubRip/SRT, MicroDVD, SSA/ASS, MPlayer, TMPlayer and YouTube captions
--			<li>Open/OCR Graphics Subtitle Formats - VobSub (.idx/.sub/.rar), BluRay/PGS (*.sup), formats supported by ffmpeg (DVD/Vob, DVB, XSUB, HDMV-PGS)
--			<li>Demux Graphics/Text Subtitle Stream from video file - SRT, SSA/ASS, MOV text, MicroDVD, DVD/Vob, DVB, XSUB, HDMV-PGS
--			<li>Speech recognition from audio/video file using PocketSphinx
--			<li>Smart language/text encoding** detection
--			<li>Live preview of subtitles in integrated video player w/ audio stream selection
--			<li>Preview/editing of subtitles on graphical audio waveform w/ audio stream selection
--			<li>Quick and easy subtitle sync:
--				<ul>
--					<li>Dragging several anchors/graftpoints and stretching timeline
--					<li>Time shifting and scaling, lines duration re-calculation, framerate conversion, etc.
--					<li>Joining and splitting of subtitle files
--				</ul>
--			<li>Side by side subtitle translations
--			<li>Text styles (italic, bold, underline, stroke, color)
--			<li>Spell checking
--			<li>Detection of timing errors in subtitles
--			<li>Scripting (JavaScript, Python, Ruby and other languages supported by Kross).
-+			<li>Open/Save Text Subtitle Formats - SubRip/SRT, MicroDVD, SSA/ASS, MPlayer, TMPlayer and YouTube captions</li>
-+			<li>Open/OCR Graphics Subtitle Formats - VobSub (.idx/.sub/.rar), BluRay/PGS (*.sup), formats supported by ffmpeg (DVD/Vob, DVB, XSUB, HDMV-PGS)</li>
-+			<li>Demux Graphics/Text Subtitle Stream from video file - SRT, SSA/ASS, MOV text, MicroDVD, DVD/Vob, DVB, XSUB, HDMV-PGS</li>
-+			<li>Speech recognition from audio/video file using PocketSphinx</li>
-+			<li>Smart language/text encoding** detection</li>
-+			<li>Live preview of subtitles in integrated video player w/ audio stream selection</li>
-+			<li>Preview/editing of subtitles on graphical audio waveform w/ audio stream selection</li>
-+			<li>Quick and easy subtitle sync</li>
-+					<li>Dragging several anchors/graftpoints and stretching timeline</li>
-+					<li>Time shifting and scaling, lines duration re-calculation, framerate conversion, etc.</li>
-+					<li>Joining and splitting of subtitle files</li>
-+			<li>Side by side subtitle translations</li>
-+			<li>Text styles (italic, bold, underline, stroke, color)</li>
-+			<li>Spell checking</li>
-+			<li>Detection of timing errors in subtitles</li>
-+			<li>Scripting (JavaScript, Python, Ruby and other languages supported by Kross).</li>
- 		</ul>
- 	</description>
- 	<launchable type="desktop-id">subtitlecomposer.desktop</launchable>
-@@ -34,7 +32,7 @@
- 	<screenshots>
- 		<screenshot type="default">
- 			<caption>Main application window</caption>
--			<image>http://maxrd2.github.io/subtitlecomposer/images/screenshot.png</image>
-+			<image>https://cdn.kde.org/screenshots/subtitlecomposer/mainwindow.png</image>
- 		</screenshot>
- 	</screenshots>
- 	<provides>
-@@ -45,56 +43,56 @@
- 		<release date="2018-02-11" version="0.6.6">
- 			<description>
- 				<ul>
--					<li>Fixed open video dialog filters
--					<li>Fixed "Insert Line" on waveform adding at the wrong index - thanks @qsniyg
--					<li>Added MMB seeking on waveform - thanks @qsniyg
--					<li>Fixed some compilation issues
--					<li>Updated translations - thanks @gogogogi, @muzena
--					<li>Fixed vobsub when opening from video file and symbol cache filename
--					<li>Fixed subtitle loading times of huge files
--					<li>Improved vobsub text detection
--					<li>Fixed ASS rich text parsing on import subtitle stream action
--					<li>Replaced buggy mplayer vobsub import code with ffmpeg
--					<li>Fixed memory leaks/usage of WaveformWidget's scroll animation
--					<li>Optimized import subtitle stream from video action
--					<li>Replaced gstreamer with ffmpeg libraries in application core usage
--					<li>Added abort button to speech recognition
--					<li>Waveform smooth scrolling
--					<li>Added join/split lines actions to waveform context menu
--					<li>Fixed some crashes, memory leaks and overall code cleanups
--					<li>Cleaned up settings widget and texts
-+					<li>Fixed open video dialog filters</li>
-+					<li>Fixed "Insert Line" on waveform adding at the wrong index - thanks @qsniyg</li>
-+					<li>Added MMB seeking on waveform - thanks @qsniyg</li>
-+					<li>Fixed some compilation issues</li>
-+					<li>Updated translations - thanks @gogogogi, @muzena</li>
-+					<li>Fixed vobsub when opening from video file and symbol cache filename</li>
-+					<li>Fixed subtitle loading times of huge files</li>
-+					<li>Improved vobsub text detection</li>
-+					<li>Fixed ASS rich text parsing on import subtitle stream action</li>
-+					<li>Replaced buggy mplayer vobsub import code with ffmpeg</li>
-+					<li>Fixed memory leaks/usage of WaveformWidget's scroll animation</li>
-+					<li>Optimized import subtitle stream from video action</li>
-+					<li>Replaced gstreamer with ffmpeg libraries in application core usage</li>
-+					<li>Added abort button to speech recognition</li>
-+					<li>Waveform smooth scrolling</li>
-+					<li>Added join/split lines actions to waveform context menu</li>
-+					<li>Fixed some crashes, memory leaks and overall code cleanups</li>
-+					<li>Cleaned up settings widget and texts</li>
- 				</ul>
- 			</description>
- 		</release>
- 		<release date="2017-09-18" version="0.6.5">
- 			<description>
- 				<ul>
--					<li>ADD: Added support for binary subtitle formats
--					<li>ADD: fine control video playback speed
--					<li>ADD: controls for video playback speed
--					<li>MOD: GStreamer backend audio improvements.
--					<li>MOD: Moved open video actions under File menu
--					<li>MOD: More tolerant parsing of SubRip subtitles.
--					<li>MOD: Improved split lines command
--					<li>MOD: Updated Czech translation - thanks @goliashcz
--					<li>MOD: Updated Croatian translations - thanks @muzena
--					<li>FIX: Waveform widget dragging and speed improvements, fixed buffer overflow
--					<li>FIX: WaveformWidget: zoom out wasn't working on movies without audio
--					<li>FIX: Fixed cases where subtitle hide time would end up before show time.
--					<li>FIX: Improved context menus.
--					<li>FIX: Fixed moving of anchored lines.
--					<li>FIX: Open subtitle wouldn't autoload video in some cases
--					<li>FIX: Open video now includes .divx and .webm extensions
--					<li>FIX: Tools menu scripts are filtered based on installed kross interpreters
--					<li>FIX: Moved custom icons to more standard location, using QIcon::fromTheme()
--					<li>FIX: Error Check > Absolute Duration config fields were changing incorrect values.
--					<li>FIX: MPV Backend: fixed deprecated options, updated vo devices - thanks @luzfcb
--					<li>FIX: better rendering on high DPI screens.
--					<li>FIX: MPV Backend: framerate/video length  wasn't reported to subtitle composer anymore
--					<li>FIX: detection/handling of current playing line
--					<li>FIX: Parsing text containing <font> without color attribute
--					<li>FIX: compilation without xine - thanks @pinotree
--					<li>FIX: ASS parsing - thanks @Martchus
-+					<li>ADD: Added support for binary subtitle formats</li>
-+					<li>ADD: fine control video playback speed</li>
-+					<li>ADD: controls for video playback speed</li>
-+					<li>MOD: GStreamer backend audio improvements.</li>
-+					<li>MOD: Moved open video actions under File menu</li>
-+					<li>MOD: More tolerant parsing of SubRip subtitles.</li>
-+					<li>MOD: Improved split lines command</li>
-+					<li>MOD: Updated Czech translation - thanks @goliashcz</li>
-+					<li>MOD: Updated Croatian translations - thanks @muzena</li>
-+					<li>FIX: Waveform widget dragging and speed improvements, fixed buffer overflow</li>
-+					<li>FIX: WaveformWidget: zoom out wasn't working on movies without audio</li>
-+					<li>FIX: Fixed cases where subtitle hide time would end up before show time.</li>
-+					<li>FIX: Improved context menus.</li>
-+					<li>FIX: Fixed moving of anchored lines.</li>
-+					<li>FIX: Open subtitle wouldn't autoload video in some cases</li>
-+					<li>FIX: Open video now includes .divx and .webm extensions</li>
-+					<li>FIX: Tools menu scripts are filtered based on installed kross interpreters</li>
-+					<li>FIX: Moved custom icons to more standard location, using QIcon::fromTheme()</li>
-+					<li>FIX: Error Check > Absolute Duration config fields were changing incorrect values.</li>
-+					<li>FIX: MPV Backend: fixed deprecated options, updated vo devices - thanks @luzfcb</li>
-+					<li>FIX: better rendering on high DPI screens.</li>
-+					<li>FIX: MPV Backend: framerate/video length  wasn't reported to subtitle composer anymore</li>
-+					<li>FIX: detection/handling of current playing line</li>
-+					<li>FIX: Parsing text containing <font> without color attribute</li>
-+					<li>FIX: compilation without xine - thanks @pinotree</li>
-+					<li>FIX: ASS parsing - thanks @Martchus</li>
- 				</ul>
- 			</description>
- 		</release>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d9ab384..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-appstream.diff


More information about the Neon-commits mailing list