[Lunar-commits] <moonbase-other> opencv: Adding a patch to fix its pkgconfig contents. Thanks to Ratler for finding this.
Dennis Veatch
stumbles at lunar-linux.org
Sat Jul 14 01:05:01 CEST 2012
commit 95c69161ed91aabb2aa922e81199fa1fd33e6d29
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 13 Jul 2012 16:05:01 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/95c69161ed91aabb2aa922e81199fa1fd33e6d29
opencv: Adding a patch to fix its pkgconfig contents. Thanks to Ratler for finding this.
---
libs/opencv/BUILD +2/-0
libs/opencv/DETAILS +3/-0
2 files changed, 5 insertions (+), 0 deletions (-)
--- a/libs/opencv/BUILD
+++ b/libs/opencv/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
default_cmake_build &&
# It doesn't install these binaries
--- a/libs/opencv/DETAILS
+++ b/libs/opencv/DETAILS
@@ -1,9 +1,12 @@
MODULE=opencv
VERSION=2.4.1
SOURCE=OpenCV-$VERSION.tar.bz2
+ SOURCE2=opencv-2.4.0-fix-pkgconfig.patch
SOURCE_URL=$SFORGE_URL/opencvlibrary
+ SOURCE2_URL=http://code.opencv.org/attachments/download/721/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/OpenCV-$VERSION
SOURCE_VFY=sha1:bc6f23c62c8e3e0746f6f95067d54340d12aed56
+ SOURCE2_VFY=sha1:a937bf1d96f453aebc4b1b988b474fd9cb45eb34
WEB_SITE=http://opencv.willowgarage.com/wiki
ENTERED=20050404
UPDATED=20120607
More information about the Lunar-commits
mailing list