rev 20889 - kde-extras/digikam/branches/5.6/debian

Steven Michael Robbins smr at moszumanska.debian.org
Mon Oct 16 02:34:35 UTC 2017


Author: smr
Date: 2017-10-16 02:34:34 +0000 (Mon, 16 Oct 2017)
New Revision: 20889

Modified:
   kde-extras/digikam/branches/5.6/debian/changelog
   kde-extras/digikam/branches/5.6/debian/control
   kde-extras/digikam/branches/5.6/debian/rules
Log:
Build with OpenCV 3.

Modified: kde-extras/digikam/branches/5.6/debian/changelog
===================================================================
--- kde-extras/digikam/branches/5.6/debian/changelog	2017-10-11 21:23:32 UTC (rev 20888)
+++ kde-extras/digikam/branches/5.6/debian/changelog	2017-10-16 02:34:34 UTC (rev 20889)
@@ -1,3 +1,9 @@
+digikam (4:5.6.0-3) unstable; urgency=medium
+
+  * Build with OpenCV 3.  Closes #841412.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 15 Oct 2017 20:46:27 -0500
+
 digikam (4:5.6.0-2) unstable; urgency=medium
 
   * patches/flickruploadlimits.patch.  New.  Raise flickr upload size

Modified: kde-extras/digikam/branches/5.6/debian/control
===================================================================
--- kde-extras/digikam/branches/5.6/debian/control	2017-10-11 21:23:32 UTC (rev 20888)
+++ kde-extras/digikam/branches/5.6/debian/control	2017-10-16 02:34:34 UTC (rev 20889)
@@ -30,7 +30,7 @@
                liblensfun-dev,
                liblqr-1-0-dev,
                libmarble-dev,
-               libopencv-dev (>= 2.4.9),
+               libopencv-dev (>= 3),
                libpng-dev,
                libqt5opengl5-dev,
                libqt5svg5-dev,

Modified: kde-extras/digikam/branches/5.6/debian/rules
===================================================================
--- kde-extras/digikam/branches/5.6/debian/rules	2017-10-11 21:23:32 UTC (rev 20888)
+++ kde-extras/digikam/branches/5.6/debian/rules	2017-10-16 02:34:34 UTC (rev 20889)
@@ -27,6 +27,7 @@
 	  -DENABLE_MYSQLSUPPORT=ON \
 	  -DENABLE_INTERNALMYSQL=ON \
 	  -DENABLE_KFILEMETADATASUPPORT=ON \
+	  -DENABLE_OPENCV3=ON \
 	  -DENABLE_MEDIAPLAYER=ON \
 	  -DENABLE_APPSTYLES=ON
 




More information about the pkg-kde-commits mailing list