[arch-commits] Commit in nomacs/trunk (nomacs-opencv3.patch)

Antonio Rojas arojas at archlinux.org
Sun Aug 7 11:29:36 UTC 2016


    Date: Sunday, August 7, 2016 @ 11:29:36
  Author: arojas
Revision: 185853

Drop old patch

Deleted:
  nomacs/trunk/nomacs-opencv3.patch

----------------------+
 nomacs-opencv3.patch |   21 ---------------------
 1 file changed, 21 deletions(-)

Deleted: nomacs-opencv3.patch
===================================================================
--- nomacs-opencv3.patch	2016-08-07 11:28:55 UTC (rev 185852)
+++ nomacs-opencv3.patch	2016-08-07 11:29:36 UTC (rev 185853)
@@ -1,21 +0,0 @@
-commit aa3fffc15bb6cbec8ef140a070dc12e6888e79df
-Author: Andreas Sturmlechner <andreas.sturmlechner at gmail.com>
-Date:   Sun Jan 31 17:38:21 2016 +0100
-
-    Drop minimum OpenCV version messing with detection of >=3.0.0
-    
-    Similar to commit 624a2fa7fba25a9432dc15031f3fd569367927bd
-
-diff --git a/ImageLounge/cmake/Unix.cmake b/ImageLounge/cmake/Unix.cmake
-index 4e91135..e9ec436 100644
---- a/ImageLounge/cmake/Unix.cmake
-+++ b/ImageLounge/cmake/Unix.cmake
-@@ -43,7 +43,7 @@ endif(NOT EXIV2_FOUND)
- # search for opencv
- unset(OpenCV_FOUND CACHE)
- if(ENABLE_OPENCV)
--	find_package(OpenCV 2.1.0 REQUIRED core imgproc)
-+	find_package(OpenCV REQUIRED core imgproc)
- 	if (NOT OpenCV_LIBRARIES) # OpenCV_FOUND can not be used since it is set in Ubuntu 12.04 (without finding opencv)
- 		# Older OpenCV versions only supplied pkg-config files
- 		if(PKG_CONFIG_FOUND)



More information about the arch-commits mailing list