CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2015/01/30 14:38:37

Modified files:
        graphics/opencv: Makefile 
        graphics/opencv/patches: patch-modules_java_CMakeLists_txt 

Log message:
Fix two build problems in OpenCV, triggered after recent changes in
ports tree (that doesn't meant that those problems come from lands other
than OpenCV itself):

1. Stop exporting opencv_java target: noone links to the libopencv_java.so,
anyway, and it breaks find_package(OpenCV) when opencv-java is absent.
The actual broken port was Digikam on i386 (yes, due to some funny
reasons, this didn't trigger on amd64).

2. Switch to gstreamer1 since OpenCV picks it up nowadays, if the former
is found. WANTLIB updates included.

Initial report and testing by sthen@.

Okays:
(1) by dcoppa@, sthen@ (implicit) and Rafael Sadowski (MAINTAINER).
(2) by sthen@ (implicit).

Reply via email to