Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv26515

Modified Files:
        opencv-shlibs.info 
Log Message:
try fix for case sensitive systems and move python files to the runtime 
SplitOff where they should have been from the beginning

Index: opencv-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/opencv-shlibs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- opencv-shlibs.info  7 Mar 2012 16:34:10 -0000       1.4
+++ opencv-shlibs.info  19 Jul 2012 17:53:20 -0000      1.5
@@ -1,6 +1,6 @@
 Package: opencv-shlibs
 Version: 2.3.1
-Revision: 3
+Revision: 4
 Description: Open Source Computer Vision Library
 License: GPL
 Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
@@ -38,6 +38,9 @@
        ### fixed: https://code.ros.org/trac/opencv/changeset/3298
        ### unfixed later: https://code.ros.org/trac/opencv/changeset/5262
        perl -pi -e 's,INSTALL_NAME_DIR lib,INSTALL_NAME_DIR 
\"\$\{CMAKE_INSTALL_PREFIX\}\/lib\",g' OpenCVModule.cmake 
modules/gpu/CMakeLists.txt modules/highgui/CMakeLists.txt
+       ### On case sensitive systems, some things get put into share/OpenCV 
and 
+       ### others into share/opencv
+       perl -pi -e 's|share/opencv|share/OpenCV|g' modules/python/test/test.py 
samples/{c,cpp,gpu,gpu/performance}/CMakeLists.txt
 <<
 GCC: 4.0
 CompileScript: <<
@@ -105,14 +108,20 @@
                opencv-shlibs (= %v-%r)
        <<
        Description: Executables for opencv
+       Replaces: opencv-shlibs (<= 2.3.1-3)
        DocFiles: README
-       Files: bin
+       Files: <<
+               bin
+               lib/python2.7/site-packages/{cv.py,cv2.so}
+       <<
 <<
 SplitOff2: <<
        Package: opencv-dev
        Depends: <<
                opencv-shlibs (= %v-%r)
        <<
+       Conflicts: opencv-dev, opencv2.4-dev, opencv2.5-dev
+       Replaces: opencv-dev, opencv2.4-dev, opencv2.5-dev
        BuildDependsOnly: true
        Description: Development files for opencv
        DocFiles: README


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to