Add Vigra, a "computer vision" library. Dependency of Libreoffice.

This commit is contained in:
Cian Duffy
2012-08-09 20:20:17 +00:00
parent 5dede311cb
commit 13e226ac6c

View File

@@ -0,0 +1,21 @@
DESCRIPTION="C++ computer vision library with emphasize on customizable algorithms and data structures. "
HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/"
SRC_URI="http://hci.iwr.uni-heidelberg.de/vigra/vigra-1.8.0-src.tar.gz"
CHECKSUM_MD5="15c5544448e529ee60020758ab6be264"
REVISION="1"
STATUS_HAIKU="stable"
MESSAGE="The port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND="cmake"
BUILD {
cd vigra-1.8.0
cmake CMakelists.txt
make
}
INSTALL {
cd vigra-1.8.0
make install
}
LICENSE="MIT"
COPYRIGHT="1998-2010 by Ullrich Koethe"