diff options
author | B Stack <bgstack15@gmail.com> | 2019-11-11 07:52:28 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-11-11 07:52:28 -0500 |
commit | e686520f02da34a385700c28649454d72538d9a9 (patch) | |
tree | 1f88d6b759a670b3771cb0d2cf3efe948a51a7ed | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
download | stackrpms-e686520f02da34a385700c28649454d72538d9a9.tar.gz stackrpms-e686520f02da34a385700c28649454d72538d9a9.tar.bz2 stackrpms-e686520f02da34a385700c28649454d72538d9a9.zip |
ccextractor 0.88
-rw-r--r-- | ccextractor/README.md | 13 | ||||
-rw-r--r-- | ccextractor/ccextractor-system-libraries-and-cflags.patch (renamed from ccextractor/ccextractor-0.87-system-libraries-and-cflags.patch) | 31 | ||||
-rw-r--r-- | ccextractor/ccextractor.spec | 9 |
3 files changed, 35 insertions, 18 deletions
diff --git a/ccextractor/README.md b/ccextractor/README.md new file mode 100644 index 0000000..0310c31 --- /dev/null +++ b/ccextractor/README.md @@ -0,0 +1,13 @@ +# ccextractor upstream +https://negativo17.org/repos/multimedia/fedora-30/SRPMS/ccextractor-0.88-1.fc30.src.rpm + +# Reason for being in stackrpms +Just to not depend on external repos too much. This package is not built in the copr; this is kind of just as a backup to Negativo17. + +# Reverse dependency matrix +Distro | ccextractor version +---------- | --------------- +All | 0.88 + +# Differences from upstream +None. diff --git a/ccextractor/ccextractor-0.87-system-libraries-and-cflags.patch b/ccextractor/ccextractor-system-libraries-and-cflags.patch index 1ca68ee..dd8510e 100644 --- a/ccextractor/ccextractor-0.87-system-libraries-and-cflags.patch +++ b/ccextractor/ccextractor-system-libraries-and-cflags.patch @@ -1,6 +1,6 @@ -diff -Naur ccextractor-0.87.old/linux/Makefile.am ccextractor-0.87/linux/Makefile.am ---- ccextractor-0.87.old/linux/Makefile.am 2018-10-23 23:36:20.000000000 +0200 -+++ ccextractor-0.87/linux/Makefile.am 2019-04-03 18:04:59.624597449 +0200 +diff -Naur ccextractor-0.88.old/linux/Makefile.am ccextractor-0.88/linux/Makefile.am +--- ccextractor-0.88.old/linux/Makefile.am 2019-05-21 20:41:08.000000000 +0200 ++++ ccextractor-0.88/linux/Makefile.am 2019-06-16 10:03:26.968105592 +0200 @@ -82,28 +82,6 @@ ../src/gpacmp4/gpac/internal/odf_dev.h \ ../src/gpacmp4/gpac/internal/odf_parse_common.h \ @@ -129,7 +129,7 @@ diff -Naur ccextractor-0.87.old/linux/Makefile.am ccextractor-0.87/linux/Makefil endif if SYS_IS_MAC -@@ -346,7 +255,7 @@ +@@ -350,7 +259,7 @@ if TESSERACT_PRESENT TESS_LIB = ${tesseract_LIBS} @@ -138,7 +138,7 @@ diff -Naur ccextractor-0.87.old/linux/Makefile.am ccextractor-0.87/linux/Makefil else #fix for raspberry pi not having a pkgconfig file for tesseract -@@ -363,7 +272,7 @@ +@@ -367,7 +276,7 @@ ccextractor_LDADD += $(LEPT_LIB) endif @@ -147,7 +147,7 @@ diff -Naur ccextractor-0.87.old/linux/Makefile.am ccextractor-0.87/linux/Makefil #For GUI if BUILD_WITH_GUI -@@ -400,14 +309,14 @@ +@@ -404,14 +313,14 @@ if SYS_IS_LINUX @@ -164,14 +164,15 @@ diff -Naur ccextractor-0.87.old/linux/Makefile.am ccextractor-0.87/linux/Makefil ccextractorGUI_CFLAGS += ${glew_CFLAGS} ccextractorGUI_LDADD += ${glew_LIBS} ccextractorGUI_LDFLAGS = -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo -diff -Naur ccextractor-0.87.old/src/lib_ccx/params.c ccextractor-0.87/src/lib_ccx/params.c ---- ccextractor-0.87.old/src/lib_ccx/params.c 2018-10-23 23:36:20.000000000 +0200 -+++ ccextractor-0.87/src/lib_ccx/params.c 2019-04-03 18:09:26.459553239 +0200 -@@ -1,6 +1,6 @@ - #include "png.h" - #include "protobuf-c.h" +diff -Naur ccextractor-0.88.old/src/lib_ccx/params.c ccextractor-0.88/src/lib_ccx/params.c +--- ccextractor-0.88.old/src/lib_ccx/params.c 2019-05-21 20:41:08.000000000 +0200 ++++ ccextractor-0.88/src/lib_ccx/params.c 2019-06-16 10:04:33.404332826 +0200 +@@ -13,7 +13,7 @@ + #include "../lib_hash/sha2.h" + #include <string.h> + #include <stdio.h> -#include "utf8proc/utf8proc.h" +#include "utf8proc.h" - #include "zlib.h" - #include "gpac/version.h" - #include "lib_ccx.h" + + #ifdef ENABLE_OCR + #include "tesseract/capi.h" diff --git a/ccextractor/ccextractor.spec b/ccextractor/ccextractor.spec index bbe1010..03d8598 100644 --- a/ccextractor/ccextractor.spec +++ b/ccextractor/ccextractor.spec @@ -1,13 +1,13 @@ Name: ccextractor -Version: 0.87 -Release: 10%{?dist} +Version: 0.88 +Release: 1%{?dist} Summary: A closed captions and teletext subtitles extractor for video streams. License: GPL URL: http://ccextractor.org/ Source0: https://github.com/CCExtractor/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-system-libraries-and-cflags.patch +Patch0: %{name}-system-libraries-and-cflags.patch BuildRequires: autoconf BuildRequires: automake @@ -60,6 +60,9 @@ cd linux %{_bindir}/%{name} %changelog +* Sun Jun 16 2019 Simone Caronni <negativo17@gmail.com> - 0.88-1 +- Update to 0.88. + * Wed Apr 03 2019 Simone Caronni <negativo17@gmail.com> - 0.87-2 - Use system libraries. |