summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-20 07:53:39 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-20 07:53:39 +0200
commit20677ed2d5529882c587e7dca479a2dff7011e60 (patch)
tree17ad342bfd967a6dd772feb3bffc802ae19fe8c3 /media-libs/opencv
parentprofiles: mask dev-ruby/ruby-goocanvas for removal (diff)
downloadgentoo-20677ed2d5529882c587e7dca479a2dff7011e60.tar.gz
gentoo-20677ed2d5529882c587e7dca479a2dff7011e60.tar.bz2
gentoo-20677ed2d5529882c587e7dca479a2dff7011e60.zip
Add missing remote-id's to metadata
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-libs/opencv')
-rw-r--r--media-libs/opencv/metadata.xml41
1 files changed, 22 insertions, 19 deletions
diff --git a/media-libs/opencv/metadata.xml b/media-libs/opencv/metadata.xml
index 97bdf9dd12a9..29819de17989 100644
--- a/media-libs/opencv/metadata.xml
+++ b/media-libs/opencv/metadata.xml
@@ -1,27 +1,30 @@
<?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="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>
+ <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>
+ <upstream>
+ <remote-id type="sourceforge">opencvlibrary</remote-id>
+ </upstream>
</pkgmetadata>