From ca34131b4b2e841fc1897223fa1b8866cab1e5c4 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Mon, 21 Jul 2008 09:33:59 +0000 Subject: [PATCH] Tailor version numbers according to IM ChangeLogs: 2006-03-31 6.2.6-8 Chris Madison * '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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scripts/convertDefault.py b/lib/scripts/convertDefault.py index 10dc4afee1..5c6192c6b7 100644 --- a/lib/scripts/convertDefault.py +++ b/lib/scripts/convertDefault.py @@ -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) -- 2.39.2