rev 20671 - kde-extras/digikam/trunk/debian

Steven Michael Robbins smr at moszumanska.debian.org
Tue Nov 1 03:18:45 UTC 2016


Author: smr
Date: 2016-11-01 03:18:44 +0000 (Tue, 01 Nov 2016)
New Revision: 20671

Modified:
   kde-extras/digikam/trunk/debian/changelog
   kde-extras/digikam/trunk/debian/rules
Log:
Build with ENABLE_MEDIAPLAYER and ENABLE_APPSTYLES.

Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog	2016-10-26 01:57:13 UTC (rev 20670)
+++ kde-extras/digikam/trunk/debian/changelog	2016-11-01 03:18:44 UTC (rev 20671)
@@ -1,8 +1,10 @@
 digikam (4:5.2.0-3) UNRELEASED; urgency=medium
 
   * Add build-dep on gphoto2.  Closes: #842094.
+  * Build with -DENABLE_MEDIAPLAYER=ON.  Closes: #834131.
+  * Build with -DENABLE_APPSTYLES=ON.  Closes: #842567.
 
- -- Steve M. Robbins <smr at debian.org>  Tue, 25 Oct 2016 20:55:59 -0500
+ -- Steve M. Robbins <smr at debian.org>  Mon, 31 Oct 2016 22:00:07 -0500
 
 digikam (4:5.2.0-2) unstable; urgency=medium
 

Modified: kde-extras/digikam/trunk/debian/rules
===================================================================
--- kde-extras/digikam/trunk/debian/rules	2016-10-26 01:57:13 UTC (rev 20670)
+++ kde-extras/digikam/trunk/debian/rules	2016-11-01 03:18:44 UTC (rev 20671)
@@ -25,7 +25,9 @@
 	  -DDIGIKAMSC_COMPILE_DOC=on \
 	  -DDIGIKAMSC_COMPILE_PO=on \
 	  -DENABLE_MYSQLSUPPORT=ON \
-	  -DENABLE_INTERNALMYSQL=ON
+	  -DENABLE_INTERNALMYSQL=ON \
+	  -DENABLE_MEDIAPLAYER=ON \
+	  -DENABLE_APPSTYLES=ON
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list