[SCM] handbrake/master: Per Fabian's request, we reenable webkit support.

rbrito-guest at users.alioth.debian.org rbrito-guest at users.alioth.debian.org
Fri Jun 8 17:21:41 UTC 2012


The following commit has been merged in the master branch:
commit 11281b62989b2f04d47226f5c62542feb4f7a534
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Fri Jun 8 14:18:34 2012 -0300

    Per Fabian's request, we reenable webkit support.
    
    This reverts commit e66c12e86b0582a9e8732726b84708c7797add16.
    
    Signed-off-by: Rogério Brito <rbrito at ime.usp.br>

diff --git a/debian/control b/debian/control
index f390d95..2f9e9d8 100644
--- a/debian/control
+++ b/debian/control
@@ -38,6 +38,7 @@ Build-Depends:
  libtheora-dev,
  libtool,
  libvorbis-dev,
+ libwebkit-dev,
  libx264-dev,
  python,
  wget,
diff --git a/debian/rules b/debian/rules
index be4a19e..4c84663 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_configure:
 	cp make/variant/linux.defs make/variant/kfreebsd.defs
 	cp make/variant/linux.defs make/variant/gnu.defs
 
-	./configure --disable-gtk-update-checks --prefix=/usr --build build \
+	./configure --prefix=/usr --build build \
 		--gcc=/usr/lib/ccache/gcc \
 		CC="$(CC)" CXX="$(CXX)"
 

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list