summaryrefslogtreecommitdiff
path: root/libre/cuneiform
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-26 13:22:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-26 13:23:45 -0300
commit39e1a74f012b3d90f1185c8328363c7acf8398f6 (patch)
tree68405b66ebcc64678159262a3866d818986cb128 /libre/cuneiform
parent5f096214116751b0b103c70a13a8b444898f03e8 (diff)
cuneiform-1.1.0-15.parabola1: imagemagick 6.9.6.8 rebuild
* build with GCC 5
Diffstat (limited to 'libre/cuneiform')
-rw-r--r--libre/cuneiform/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/libre/cuneiform/PKGBUILD b/libre/cuneiform/PKGBUILD
index c40bf9297..4d83f3135 100644
--- a/libre/cuneiform/PKGBUILD
+++ b/libre/cuneiform/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 148996 2015-12-06 17:43:52Z bpiotrowski $
+# $Id: PKGBUILD 200098 2016-12-18 10:27:54Z arojas $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor (Arch): Maxim Vuets <maxim.vuets@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
@@ -6,19 +6,19 @@
pkgname=cuneiform
pkgver=1.1.0
_dpkgver=1.1
-pkgrel=14.parabola1
+pkgrel=15.parabola1
pkgdesc="GNU/Linux port of an OCR system developed in Russia. Supports more than 20 languages, without nonfree data files"
arch=('i686' 'x86_64')
url="https://launchpad.net/cuneiform-linux"
license=('BSD')
depends=('imagemagick')
-makedepends=('cmake')
+makedepends=('cmake' 'gcc5')
mksource=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.bz2"
'libre.patch')
-mkmd5sums=('09fd160cdfc512f26442a7e91246598d')
-md5sums=('88416aca3998ea61cc800874bab945bd'
- '6d1ad29ec454de83622b6b044f6cfb67')
+mksha256sums=('577e0d054de72086c33b4e8ae15033657776509b9a7af6eb272888eefcbdbbad')
+sha256sums=('714b740d79c4799ec1bd340e3721d17f6d0e09ae54cd5667a01eddc8c4b758b4'
+ '9db29dcd11faf92ed68d4af35c659b6f5e96b0864c15342be8e014817af8be2d')
mksource() {
mv "${srcdir}/${pkgname}-linux-${pkgver}" "${srcdir}/${pkgname}-${pkgver}"
@@ -42,6 +42,8 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_CXX_COMPILER=g++-5 \
+ -DCMAKE_C_COMPILER=gcc-5 \
-DImageMagick_Magick++_LIBRARY=$LMAGICK \
-DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
..