XULRunner 1.9.1 makes an incompatible interface change which we aren't
ready to adapt to.
+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 <ben@decadent.org.uk> Sun, 16 Aug 2009 18:39:50 +0100
+
videolink (1.2.7) unstable; urgency=low
* Remove redundant '-vcodec' option to ffmpeg which stopped working
- 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:
#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,