[SCM] QtWebKit packaging branch, master, updated. debian/2.0-week26-2-6-g83f46b4

Fathi Boudra fabo at alioth.debian.org
Fri Jul 23 13:50:41 UTC 2010


The following commit has been merged in the master branch:
commit 83f46b411110b239a32ae21761c42c24e5374827
Author: Fathi Boudra <fabo at debian.org>
Date:   Fri Jul 23 16:50:15 2010 +0300

    pass DEFINES+=ENABLE_VIDEO to build with audio/video support
---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 084c837..ff5008d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ qtwebkit (2.0~week27-1) experimental; urgency=low
   * Update debian/control:
     - build depends on Qt 4.7.0 beta 2.
     - add libqtwebkit-qmlwebkitplugin package.
+  * Update debian/rules:
+    - pass DEFINES+=ENABLE_VIDEO to build with audio/video support.
 
  -- Fathi Boudra <fabo at debian.org>  Tue, 13 Jul 2010 13:24:07 +0300
 
diff --git a/debian/rules b/debian/rules
index 3832260..e22c8a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
 
 %:
 	dh $@ --parallel --list-missing --dbg-package=libqtwebkit4-dbg --with pkgkde_symbolshelper
+
+override_dh_auto_configure:
+	dh_auto_configure -- DEFINES+=ENABLE_VIDEO

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list