diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-01 19:33:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-01 19:33:20 -0300 |
commit | c499cc552bdb18af618abcd4304fcafa75f768f4 (patch) | |
tree | d5f7d92ea8ee08e33c6c664e6e7d6c00ada780fa /libre/opencv/PKGBUILD | |
parent | 96722e1ac45d13961ffce366a7c1d2e8d8436358 (diff) | |
download | abslibre-c499cc552bdb18af618abcd4304fcafa75f768f4.tar.gz abslibre-c499cc552bdb18af618abcd4304fcafa75f768f4.tar.bz2 abslibre-c499cc552bdb18af618abcd4304fcafa75f768f4.zip |
opencv: fix pkgdesc and comments about SIFT
Diffstat (limited to 'libre/opencv/PKGBUILD')
-rw-r--r-- | libre/opencv/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/opencv/PKGBUILD b/libre/opencv/PKGBUILD index e05aa2607..24e204418 100644 --- a/libre/opencv/PKGBUILD +++ b/libre/opencv/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=opencv pkgname=opencv pkgver=2.4.11 pkgrel=1.parabola2 -pkgdesc="Free Computer Vision Library, without nonfree SIFT algorithm and Milky icons" +pkgdesc="Free Computer Vision Library, without nonfree SIFT library and Milky icons" arch=('i686' 'x86_64') license=('BSD') url="http://opencv.org/" @@ -50,7 +50,7 @@ _cmakeopts=('-D WITH_OPENCL=ON' mksource() { cd "$srcdir/$pkgname-$pkgver" - # remove nonfree SIFT algorithm that is patented in some countries and have some other limitations on the use + # remove nonfree sift.cpp 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 |