[SCM] handbrake/master: Disable update checks

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Sep 27 15:35:21 UTC 2014


The following commit has been merged in the master branch:
commit 9875b9dd06adef2e5b7070ee561458e7457dd8d5
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Sep 27 13:54:55 2014 +0200

    Disable update checks
    
    Renders libwebkit-dev obsolete

diff --git a/debian/control b/debian/control
index b64b944..bf4ed47 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,6 @@ Build-Depends:
  libtheora-dev,
  libtool,
  libvorbis-dev,
- libwebkit-dev,
  libx264-dev,
  libxml2-dev,
  python,
diff --git a/debian/rules b/debian/rules
index 434ad13..068867a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ override_dh_auto_configure:
 	./configure --prefix=/usr --build build --debug=std \
 		--disable-fdk-aac \
 		--disable-x265 \
+		--disable-gtk-update-checks \
 		CC="$(CC)" CXX="$(CXX)" \
 		CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
 

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list