summaryrefslogtreecommitdiffstats
path: root/handbrake
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-01-06 15:23:07 +0000
committer Eric Hameleers <alien@slackware.com>2011-01-06 15:23:07 +0000
commit67908f101ddab4194a58924994d42e3d0165ec89 (patch)
tree6d5811d04b7c30037b57377facb7f53aa9917ff6 /handbrake
parentb5c304aea409944ca4c82c8a09ea86853f323607 (diff)
downloadasb-67908f101ddab4194a58924994d42e3d0165ec89.tar.gz
asb-67908f101ddab4194a58924994d42e3d0165ec89.tar.xz
Remove the unwanted dependency upon webkit
Diffstat (limited to 'handbrake')
-rwxr-xr-xhandbrake/build/handbrake.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/handbrake/build/handbrake.SlackBuild b/handbrake/build/handbrake.SlackBuild
index 42f862dd..b6e59663 100755
--- a/handbrake/build/handbrake.SlackBuild
+++ b/handbrake/build/handbrake.SlackBuild
@@ -295,9 +295,13 @@ done
sed -i 's/-ltheora/-ltheora -ltheoraenc -ltheoradec/' gtk/src/Makefile.am
# This will build the commandline and GTK programs
-# - note: this compilation will download many dependency lbraries
+# - note: this compilation will download missing dependency lbraries
# and compile then statically into the application.
-./configure --prefix=/usr --launch --launch-jobs=0
+./configure \
+ --prefix=/usr \
+ --disable-gtk-update-checks \
+ --launch --launch-jobs=0 \
+ 2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
# Install the GTK gui and commandline client: