[packages/vobsub2srt] Fix compile with gcc7 and tesseract4

glen glen at pld-linux.org
Sun Mar 29 13:55:08 CEST 2020


commit 1674f8352d34762f1590d4114b47a36be05c71e0
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Mar 29 14:50:45 2020 +0300

    Fix compile with gcc7 and tesseract4
    
    https://github.com/ruediger/VobSub2SRT/pull/72

 vobsub2srt.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/vobsub2srt.spec b/vobsub2srt.spec
index 4dc230a..5a28616 100644
--- a/vobsub2srt.spec
+++ b/vobsub2srt.spec
@@ -9,6 +9,8 @@ License:	GPL v3+
 Group:		Applications/Multimedia
 Source0:	https://github.com/ruediger/VobSub2SRT/archive/%{commit}/%{name}-%{version}%{subver}+g%{commit}.tar.gz
 # Source0-md5:	e291abe6f4fca5dd8df4db98e97c69bb
+Patch0:		https://github.com/ruediger/VobSub2SRT/pull/72.patch
+# Patch0-md5:	fd20b401b96fc646c74c399b57a07b65
 URL:		https://github.com/ruediger/VobSub2SRT
 BuildRequires:	cmake
 BuildRequires:	libtiff-devel
@@ -23,6 +25,7 @@ from the MPlayer project.
 %prep
 %setup -qc
 mv VobSub2SRT-%{commit}*/* .
+%patch0 -p1
 
 %build
 install -d build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vobsub2srt.git/commitdiff/03a7a1c95f50a397a4dfcb9271697836bcfbc3b5



More information about the pld-cvs-commit mailing list