diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-26 18:17:12 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-26 18:17:12 +0200 |
commit | 2ec601c757bf272f2ea19ac89d3bd637ae288e66 (patch) | |
tree | 6fdcdb85a821ec62733b6c44b6b97e3160152858 /libraries/opencv | |
parent | 2a02219ff7fa39ab832665e72918f3fd27fee17e (diff) | |
download | slackbuilds-2ec601c757bf272f2ea19ac89d3bd637ae288e66.tar.gz |
libraries/opencv: Fixed dep information
Diffstat (limited to 'libraries/opencv')
-rw-r--r-- | libraries/opencv/README | 4 | ||||
-rw-r--r-- | libraries/opencv/opencv.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/opencv/README b/libraries/opencv/README index 3e9b90aa68..cadd769df5 100644 --- a/libraries/opencv/README +++ b/libraries/opencv/README @@ -3,7 +3,7 @@ OpenCV (Open Source Computer Vision) OpenCV is a library of programming functions mainly aimed at real-time computer vision. -FFmpeg and Numpy are optional runtime dependencies. +ffmpeg and numpy are optional runtime dependencies. *NOTE* -If compiling with FFmpeg you must use 0.8.7 or newer. +If compiling with ffmpeg you must use 0.8.7 or newer. diff --git a/libraries/opencv/opencv.info b/libraries/opencv/opencv.info index 0eea0bfb21..21a1033110 100644 --- a/libraries/opencv/opencv.info +++ b/libraries/opencv/opencv.info @@ -5,7 +5,7 @@ DOWNLOAD="http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.0/ MD5SUM="1fcda4ed3d0655f033ac30be8bad4882" DOWNLOAD_x86_64="" MD5SUM_x86_64="" +REQUIRES="" MAINTAINER="M.Dinslage" -REQUIRES="ffmpeg numpy" EMAIL="daedra1980@gmail.com" |