Package Details: vlfeat 0.9.20-1

Package Base: vlfeat
Description: A library of computer vision algorithms covering feature extraction, data clustering and image segmentation.
Upstream URL: http://www.vlfeat.org
Category: science
Licenses: BSD
Submitter: None
Maintainer: perlawk
Last Packager: perlawk
Votes: 3
First Submitted: 2013-02-09 01:19
Last Updated: 2015-04-15 10:09

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by lfors3

2015-03-07 03:03

I built this successfully with the following changes:
4c4
< pkgver=0.9.16
---
> pkgver=0.9.20
10d9
< md5sums=('c2c03ed46e0fe0ed5c24b922dba76494')
12c11
< depends=('glibc')
---
> depends=('glibc' 'openmprtl-svn')
13a13
> md5sums=('b6986c9d74783c8cf814f57cf7fe2a7e')
17c17,21
< make
---
> MKOCTFILE=mkoctfile MEX="" make
> }
>
> package() {
> cd "$srcdir/$pkgname-$pkgver"

Comment by kragacles

2013-08-14 19:12

Thanks for providing this package! Just a small note, the PKGBUILD needs a minor update to use the package() function to avoid a warning.