summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Winston <amynka@gentoo.org>2015-08-18 13:39:42 +0200
committerAmy Winston <amynka@gentoo.org>2015-08-18 14:13:28 +0200
commitc030d441200f3ed0c35ea730c3cae7af68f68ced (patch)
tree8440299a02ba32ad78b1aeb39d60849e46a0b6a3 /media-libs/opencv/metadata.xml
parentmedia-sound/banshee: Restrict to mono 3 support (diff)
downloadgentoo-c030d441200f3ed0c35ea730c3cae7af68f68ced.tar.gz
gentoo-c030d441200f3ed0c35ea730c3cae7af68f68ced.tar.bz2
gentoo-c030d441200f3ed0c35ea730c3cae7af68f68ced.zip
media-libs/opencv: contrib useflag added bug #557870.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/opencv/metadata.xml')
-rw-r--r--media-libs/opencv/metadata.xml41
1 files changed, 19 insertions, 22 deletions
diff --git a/media-libs/opencv/metadata.xml b/media-libs/opencv/metadata.xml
index 94c7862604ac..97bdf9dd12a9 100644
--- a/media-libs/opencv/metadata.xml
+++ b/media-libs/opencv/metadata.xml
@@ -1,30 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>kde</herd>
- <maintainer>
- <email>dilfridge@gentoo.org</email>
- <name>Andreas K. Huettel</name>
- </maintainer>
- <maintainer>
- <email>amynka@gentoo.org</email>
- <name>Amy Winston</name>
- </maintainer>
- <longdescription>
+<herd>kde</herd>
+<maintainer>
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+</maintainer>
+<maintainer>
+ <email>amynka@gentoo.org</email>
+ <name>Amy Winston</name>
+</maintainer>
+<longdescription>
OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision.
Example applications of the OpenCV library are Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition;
Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM); and Mobile Robotics.
</longdescription>
- <use>
- <flag name="cuda">Enable NVIDIA Cuda computations support</flag>
- <flag name="eigen">Enable usage of <pkg>dev-cpp/eigen</pkg> for computations</flag>
- <flag name="ipp">Enable Intel Integrated Primitive support</flag>
- <flag name="opencl">Add support for OpenCL</flag>
- <flag name="testprograms">Build and install programs for testing OpenCV (performance)</flag>
- <flag name="vtk">Build new 3D visualization module viz based on sci-libs/vtk</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">opencvlibrary</remote-id>
- <remote-id type="github">Itseez/opencv</remote-id>
- </upstream>
+<use>
+ <flag name="contrib">Install user contributed scripts from opencv_contrib</flag>
+ <flag name="cuda">Enable NVIDIA Cuda computations support</flag>
+ <flag name="eigen">Enable usage of <pkg>dev-cpp/eigen</pkg> for computations</flag>
+ <flag name="ipp">Enable Intel Integrated Primitive support</flag>
+ <flag name="opencl">Add support for OpenCL</flag>
+ <flag name="testprograms">Build and install programs for testing OpenCV (performance)</flag>
+ <flag name="vtk">Build new 3D visualization module viz based on sci-libs/vtk</flag>
+</use>
</pkgmetadata>