summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValentin Churavy2015-06-10 13:19:29 +0900
committerValentin Churavy2015-06-10 13:19:29 +0900
commit950088547e7e85778a3c1f82a5962371627e19e1 (patch)
tree9f0c245b1d50c73b9546e160ade2999a8f75fcc7 /PKGBUILD
parent3531e66b4db203df84baa7eeadf954b0b355af9c (diff)
downloadaur-950088547e7e85778a3c1f82a5962371627e19e1.tar.gz
remove pkgconfig.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42085bc1fb42..b916baf6aeca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname="opencv-git"
pkgver=3.0.0.r1.g424c2bd
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Computer Vision Library"
url="http://opencv.org/"
license=('BSD')
@@ -27,11 +27,9 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
changelog="ChangeLog"
source=("${pkgname%-git}::git+http://github.com/Itseez/opencv.git"
- 'pkgconfig.patch'
'fsh.patch')
md5sums=('SKIP'
- '8226678a6f11ddd9d7163f079108d6cc'
- '67f341ed6b0f007caab518fe24816026')
+ '752652494b42fd1532f52b789a85947f')
_cmakeopts=('-D WITH_OPENCL=ON'
'-D WITH_OPENGL=ON'
@@ -65,11 +63,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname%-git}"
- # hack-fix pkg-config mess
- # see https://bugs.archlinux.org/task/32430
- # and http://code.opencv.org/issues/1925
- patch -p1 -i "${srcdir}/pkgconfig.patch"
-
# hack-fix folder naming inconsistency that they won't fix
# see http://code.opencv.org/issues/2512
# and https://bugs.archlinux.org/task/32342