diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-02 00:44:05 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-02 00:45:09 -0300 |
commit | e6dbcf3549d332be6dd665ba7b96c384539f2411 (patch) | |
tree | c24c79cac07f814981e3b74ff42351dd278c8386 /libre/opencv | |
parent | 04907e10d9ae9035cd058c3a0a0b228a73b0931a (diff) | |
download | abslibre-e6dbcf3549d332be6dd665ba7b96c384539f2411.tar.gz abslibre-e6dbcf3549d332be6dd665ba7b96c384539f2411.tar.bz2 abslibre-e6dbcf3549d332be6dd665ba7b96c384539f2411.zip |
opencv-2.4.12.2-1.parabola2: fix pkgdesc
Diffstat (limited to 'libre/opencv')
-rw-r--r-- | libre/opencv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/opencv/PKGBUILD b/libre/opencv/PKGBUILD index d3a046359..42804b87a 100644 --- a/libre/opencv/PKGBUILD +++ b/libre/opencv/PKGBUILD @@ -8,8 +8,8 @@ pkgbase=opencv pkgname=opencv pkgver=2.4.12.2 -pkgrel=1.parabola1 -pkgdesc="Free Computer Vision Library, without nonfree SIFT library and Milky icons" +pkgrel=1.parabola2 +pkgdesc="Free Computer Vision Library, without nonfree SIFT algorithm and nonfree Milky icons" arch=('i686' 'x86_64') license=('BSD') url="http://opencv.org/" @@ -51,7 +51,7 @@ _cmakeopts=('-D WITH_OPENCL=ON' mksource() { cd "$srcdir/$pkgname-$pkgver" - # remove nonfree sift.cpp that is patented in some countries and have some other limitations on the use + # remove nonfree SIFT algorithm that is patented in some countries and have some other limitations on the use rm -rv modules/nonfree/src/sift.cpp # remove nonfree Milky icons |