]> git.lyx.org Git - features.git/commitdiff
Tailor version numbers according to IM ChangeLogs:
authorEnrico Forestieri <forenr@lyx.org>
Mon, 21 Jul 2008 09:33:59 +0000 (09:33 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 21 Jul 2008 09:33:59 +0000 (09:33 +0000)
2006-03-31  6.2.6-8 Chris Madison  <madisonblu@hotma...>
   * 'convert existing-image.png -background' no longer generates a fault.
   * -define pdf:use-cropbox=true actually works now.
   * Slight mods to magick/xwindow.c to compile under BEOS (path provided by
     henrimoi@hotma...).
   * #000000 improperly set the opacity channel (bug report and patch from
     digipete@shaw....).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25759 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/convertDefault.py

index 10dc4afee189d3e999ba0744efa0532f23e96021..5c6192c6b7cbfb62b365055f740498e180353fcc 100644 (file)
@@ -32,7 +32,7 @@ patch = int(version.group(3))
 opts = "-depth 8"
 
 # If supported, add the -define option for pdf source formats 
-if sys.argv[1][:4] == 'pdf:' and major >= 6 and minor >= 0 and patch >= 0:
+if sys.argv[1][:4] == 'pdf:' and major >= 6 and minor >= 2 and patch >= 6:
     opts = '-define pdf:use-cropbox=true ' + opts
 
 # If supported, add the -flatten option for ppm target formats (see bug 4749)