[arch-commits] Commit in cuneiform/trunk (PKGBUILD build-fix.patch)

Antonio Rojas arojas at archlinux.org
Mon Dec 4 07:58:32 UTC 2017


    Date: Monday, December 4, 2017 @ 07:58:29
  Author: arojas
Revision: 272087

Rebuild with libmagick6

Modified:
  cuneiform/trunk/PKGBUILD
  cuneiform/trunk/build-fix.patch

-----------------+
 PKGBUILD        |    6 +++---
 build-fix.patch |   11 ++++++++++-
 2 files changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-04 07:38:58 UTC (rev 272086)
+++ PKGBUILD	2017-12-04 07:58:29 UTC (rev 272087)
@@ -5,17 +5,17 @@
 pkgname=cuneiform
 pkgver=1.1.0
 _dpkgver=1.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 20 languages."
 arch=('x86_64')
 url="https://launchpad.net/cuneiform-linux"
 license=('BSD')
-depends=('imagemagick')
+depends=('libmagick6')
 makedepends=('cmake')
 source=(https://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2
 	build-fix.patch)
 sha256sums=('577e0d054de72086c33b4e8ae15033657776509b9a7af6eb272888eefcbdbbad'
-            'd2f746f91c79af8cf15ea1877f39881e3d16d7b15ef99b3106c3c2493acd95a5')
+            '3d9f4d923ec6ca5555550819096b7d66e364a8aeb74a9d1f0d961784d267642b')
 
 prepare() {
   cd "${srcdir}/${pkgname}-linux-${pkgver}"

Modified: build-fix.patch
===================================================================
--- build-fix.patch	2017-12-04 07:38:58 UTC (rev 272086)
+++ build-fix.patch	2017-12-04 07:58:29 UTC (rev 272087)
@@ -1,4 +1,13 @@
-diff -wbBur cuneiform-linux-1.1.0/cuneiform_src/Kern/include/utf8-tables.h cuneiform-linux-1.1.0.q/cuneiform_src/Kern/include/utf8-tables.h
+--- cuneiform-1.1.0/cuneiform_src/Kern/hhh/tigerh/h/strings.h	2017-11-30 11:25:24.409125695 +0700
++++ cuneiform-1.1.0-char/cuneiform_src/Kern/hhh/tigerh/h/strings.h	2017-11-30 12:09:26.033501963 +0700
+@@ -80,6 +80,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ 
+ # include "ltconfig.h"
+ # include "c_types.h"
++# include "cttypes.h"
+ 
+ struct _String;
+ typedef struct _String STRING;
 --- cuneiform-linux-1.1.0/cuneiform_src/Kern/include/utf8-tables.h	2011-04-19 16:49:57.000000000 +0400
 +++ cuneiform-linux-1.1.0.q/cuneiform_src/Kern/include/utf8-tables.h	2017-07-05 16:35:34.338871445 +0300
 @@ -68,7 +68,7 @@



More information about the arch-commits mailing list