Your message dated Mon, 24 Mar 2008 04:47:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464071: fixed in gozer 0.7.nofont.1-4
has caused the Debian Bug report #464071,
regarding gozer: right justification ignores X offset
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
464071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464071
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gozer
Version: 0.7.nofont.1-3
Severity: normal
Tags: patch
When using right justification (-j right) and a background image (-G
imagefile), the X offset (-x xoffset) is ignored, and the text is right
justified on the entire background image, instead of being right
justified against the X offset.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_CA.iso8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages gozer depends on:
ii giblib1 1.2.4-5 wrapper library for imlib2, and ot
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib
ii libimlib2 1.4.0-1 powerful image loading and renderi
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar
ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime
gozer recommends no packages.
-- no debconf information
Only in gozer-0.7.nofont.1: gozer.spec
diff -urbBw gozer-0.7.nofont.1/src/main.c gozer-0.7.nofont.1.patched/src/main.c
--- gozer-0.7.nofont.1/src/main.c 2008-02-04 13:57:50.000000000 -0700
+++ gozer-0.7.nofont.1.patched/src/main.c 2008-02-04 13:01:46.000000000
-0700
@@ -169,7 +169,14 @@
opt.fn_r, opt.fn_g, opt.fn_b, opt.fn_a);
break;
case JUST_RIGHT:
+ if (opt.x)
+ {
+ x = opt.x - ww;
+ }
+ else
+ {
x = (((opt.bg_resize && bgw) ? bgw : w) - ww);
+ }
gib_imlib_text_draw(image, fn, style, x, y, p, IMLIB_TEXT_TO_RIGHT,
opt.fn_r, opt.fn_g, opt.fn_b, opt.fn_a);
--- End Message ---
--- Begin Message ---
Source: gozer
Source-Version: 0.7.nofont.1-4
We believe that the bug you reported is fixed in the latest version of
gozer, which is due to be installed in the Debian FTP archive:
gozer_0.7.nofont.1-4.diff.gz
to pool/main/g/gozer/gozer_0.7.nofont.1-4.diff.gz
gozer_0.7.nofont.1-4.dsc
to pool/main/g/gozer/gozer_0.7.nofont.1-4.dsc
gozer_0.7.nofont.1-4_amd64.deb
to pool/main/g/gozer/gozer_0.7.nofont.1-4_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Eric Dorland <[EMAIL PROTECTED]> (supplier of updated gozer package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 24 Mar 2008 00:23:27 -0400
Source: gozer
Binary: gozer
Architecture: source amd64
Version: 0.7.nofont.1-4
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland <[EMAIL PROTECTED]>
Changed-By: Eric Dorland <[EMAIL PROTECTED]>
Description:
gozer - a text renderer
Closes: 464071
Changes:
gozer (0.7.nofont.1-4) unstable; urgency=low
.
* debian/watch: Strip the "nofont" from the debian version.
* src/main.c: Patch from Scott Barker to not ignore the x offset when
right justification and a background image set. (Closes: #464071)
Files:
99c26f6f6e306dbe0beb1cf3bf2b6ba4 791 graphics optional gozer_0.7.nofont.1-4.dsc
af66bc8fd2a604ec2d73ff25f022387a 2964 graphics optional
gozer_0.7.nofont.1-4.diff.gz
f143ee3cc9b06e3cb68b34c91bde4d6c 18224 graphics optional
gozer_0.7.nofont.1-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH5zCaYemOzxbZcMYRAlSsAJ9DYDG1xc+TRO23goKfT1utbj6augCgwRrc
ZaVlDmIxJ7+7sGvyK1O3iwQ=
=GxI/
-----END PGP SIGNATURE-----
--- End Message ---