]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- updated to 3.05.00 auto/th/tesseract-3.05.00-1
authorBartek Szady <bszx@bszx.eu>
Thu, 30 Mar 2017 17:36:09 +0000 (19:36 +0200)
committerBartek Szady <bszx@bszx.eu>
Thu, 30 Mar 2017 17:36:09 +0000 (19:36 +0200)
tesseract-opencl.patch
tesseract.spec

index 2634df6dc50970748b02e729ec8f6f38d8fb499d..4dea6218c223063094158f3b619538fad81d6d00 100644 (file)
@@ -1,14 +1,3 @@
---- tesseract-3.04.01/configure.ac.orig        2016-02-16 22:27:01.000000000 +0100
-+++ tesseract-3.04.01/configure.ac     2016-02-25 21:32:09.495375558 +0100
-@@ -248,7 +248,7 @@
-         fi
-         AC_SUBST([AM_CPPFLAGS], [-DUSE_OPENCL])
-         OPENCL_CPPFLAGS="-I${OPENCL_INC}"
--        OPENCL_LDFLAGS="-l${OPENCL_LIBS}"
-+        OPENCL_LDFLAGS="${OPENCL_LIBS}"
-     fi
-     ;;
- esac
 --- tesseract-3.04.01/opencl/Makefile.am.orig  2016-02-16 22:27:01.000000000 +0100
 +++ tesseract-3.04.01/opencl/Makefile.am       2016-02-26 15:40:52.609300973 +0100
 @@ -4,12 +4,14 @@
index bb83ff3da95909ec51b4f4ac48b40892ae79d49c..7ac39e3d80dad86e70e2b8f172e2a3a12dfcaada 100644 (file)
@@ -8,19 +8,19 @@
 Summary:       Tesseract Open Source OCR Engine
 Summary(pl.UTF-8):     Tesseract - silnik OCR o otwartych źródłach
 Name:          tesseract
-Version:       3.04.01
-Release:       3
+Version:       3.05.00
+Release:       1
 License:       Apache v2.0
 Group:         Applications/Graphics
 Source0:       https://github.com/tesseract-ocr/tesseract/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 645a21effcf2825a3473849d72a7fd90
+# Source0-md5: 478ba26e8e7ea8f6f466d4dfc2332d34
 Patch0:                %{name}-opencl.patch
 URL:           https://github.com/tesseract-ocr/
 %{?with_opencl:BuildRequires:  OpenCL-devel}
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: cairo-devel
-BuildRequires: leptonlib-devel >= 1.71
+BuildRequires: leptonlib-devel >= 1.74
 %{?with_openmp:BuildRequires:  libgomp-devel}
 BuildRequires: libicu-devel
 BuildRequires: libstdc++-devel >= 6:4.7
@@ -115,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README.md ReleaseNotes
+%doc AUTHORS COPYING ChangeLog README.md
 %attr(755,root,root) %{_bindir}/tesseract
 %attr(755,root,root) %{_libdir}/libtesseract.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libtesseract.so.3
This page took 0.31954 seconds and 4 git commands to generate.