aballier    15/07/14 17:04:01

  Added:                cinelerra-nofindobject.patch
  Log:
  do not build findobject plugin which was automagic on opencv and now fails to 
build, bug #554516
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  media-video/cinelerra/files/cinelerra-nofindobject.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-nofindobject.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-nofindobject.patch?rev=1.1&content-type=text/plain

Index: cinelerra-nofindobject.patch
===================================================================
Depends on features removed in opencv3.
https://bugs.gentoo.org/show_bug.cgi?id=554516

Index: cinelerra-20140710/configure.ac
===================================================================
--- cinelerra-20140710.orig/configure.ac
+++ cinelerra-20140710/configure.ac
@@ -317,7 +317,7 @@ fi
 AC_DEFINE_UNQUOTED(HAVE_OPENCV_SURF, $HAVE_OPENCV_SURF,
        [define if SURF support is compiled into opencv])
 if test "x$opencv" = "xyes" && test "x$opencvh" = "xyes" ; then
-       enable_findobject=ok
+       enable_findobject=no
 fi
 AM_CONDITIONAL(ENABLE_FINDOBJECT,test "x$enable_findobject" = "xok")
 ############## END OF MISC LIBRARIES




Reply via email to