From 24b3278d7f59aeb8851e9d473f5f83af9a42048a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 4 Feb 2017 13:50:31 -0300 Subject: opencv-3.2.0-1.parabola1: updating version --- libre/opencv/PKGBUILD | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'libre/opencv/PKGBUILD') diff --git a/libre/opencv/PKGBUILD b/libre/opencv/PKGBUILD index ed852b307..72ff49611 100644 --- a/libre/opencv/PKGBUILD +++ b/libre/opencv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 284748 2016-12-25 17:41:59Z bpiotrowski $ +# $Id: PKGBUILD 287727 2017-01-29 17:55:00Z arojas $ # Maintainer (Arch): Ray Rashif # Contributor (Arch): Tobias Powalowski # Maintainer: Omar Vega Ramos @@ -7,8 +7,8 @@ pkgbase=opencv pkgname=opencv -pkgver=3.1.0 -pkgrel=7.parabola1 +pkgver=3.2.0 +pkgrel=1.parabola1 pkgdesc="Free Computer Vision Library, without nonfree SIFT and SURF algorithms, nonfree Milky icons and lena images" arch=('i686' 'x86_64' 'armv7h') license=('BSD') @@ -22,13 +22,10 @@ optdepends=('opencv-samples' 'python2-numpy: Python 2 interface') mksource=("$pkgbase-$pkgver.zip::https://github.com/Itseez/opencv/archive/$pkgver.zip" "opencv_contrib-$pkgver.tar.gz::https://github.com/Itseez/opencv_contrib/archive/$pkgver.tar.gz") -source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.zip" - "opencv-gcc6.patch::https://github.com/mshabunin/opencv/commit/a0fdc91a.patch" '5852.patch') -mkmd5sums=('6082ee2124d4066581a7386972bfd52a' - 'a822839ad3ab79ff837c16785ea9dd10') -md5sums=('5e3c409fa9f1beeda5ba5edfcf02a921' - '4dacea7866d28014939a652f268cc7c1' - '5bd9cd736b171c15cedee3a32a0c47ff') +source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.zip") +mkmd5sums=('bfc6a261eb069b709bcfe7e363ef5899' + 'd7d50c70c31df3b31310f548f31fd2a2') +md5sums=('020b142fa33a668f23eb3c2391e4b374') _cmakeopts=('-D WITH_OPENCL=ON' '-D WITH_OPENGL=ON' @@ -75,13 +72,6 @@ prepare() { # remove nonfree SIFT and SURF references rm -rv modules/xfeatures2d - - cd "$srcdir/$pkgname-$pkgver" - - patch -p1 -i "$srcdir/5852.patch" - - # fix build with GCC 6 - patch -p1 -i "$srcdir/opencv-gcc6.patch" } build() { -- cgit v1.2.3