From 588553096cd61ef36c1bc6ab6133764a608b0ef3 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 16 Aug 2009 18:54:39 +0100 Subject: [PATCH] Set the XULRunner version requirement to exclude 1.9.1 XULRunner 1.9.1 makes an incompatible interface change which we aren't ready to adapt to. --- ChangeLog | 7 +++++++ README | 2 +- browser_widget.cpp | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f88a4b..bd76af1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +videolink (1.2.8) unstable; urgency=low + + * Set the XULRunner version requirement to exclude 1.9.1 since it + makes an incompatible interface change + + -- Ben Hutchings Sun, 16 Aug 2009 18:39:50 +0100 + videolink (1.2.7) unstable; urgency=low * Remove redundant '-vcodec' option to ffmpeg which stopped working diff --git a/README b/README index 0fc5f26..d673eca 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ VideoLink depends on the following software: - both of: - mjpegtools 1.8 or later - netpbm -- Mozilla 1.8 or later, or XULRunner +- Mozilla 1.8 or later, or XULRunner 1.9 (currently 1.9.1 is not compatible) - Xvfb (from XFree86 or X.org) To build a complete DVD image you will also need: diff --git a/browser_widget.cpp b/browser_widget.cpp index baa0748..f32240b 100644 --- a/browser_widget.cpp +++ b/browser_widget.cpp @@ -533,7 +533,7 @@ browser_widget::initialiser::initialiser() #if MOZ_VERSION_MAJOR == 1 && MOZ_VERSION_MINOR == 9 static const GREVersionRange gre_versions = { "1.9a", PR_TRUE, - "1.9.*", PR_TRUE + "1.9.1", PR_FALSE }; char path[PATH_MAX]; check(GRE_GetGREPathWithProperties(&gre_versions, 1, 0, 0, -- 2.39.2