Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360706 Details for
Bug 201538
ebuild for media-gfx/fontmatrix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fontmatrix-0.6.0_p20110930-qreal.diff
fontmatrix-0.6.0_p20110930-qreal.diff (text/plain), 661 bytes, created by
Casper Ti. Vector
on 2013-10-12 14:03:45 UTC
(
hide
)
Description:
fontmatrix-0.6.0_p20110930-qreal.diff
Filename:
MIME Type:
Creator:
Casper Ti. Vector
Created:
2013-10-12 14:03:45 UTC
Size:
661 bytes
patch
obsolete
>Description: Fix type mismatch between qreal and double on ARM EABI. >Author: Jakub Wilk <jwilk@debian.org> >Bug-Debian: http://bugs.debian.org/644250 >Forwarded: no >Last-Update: 2011-11-13 > >--- a/src/fminfodisplay.cpp >+++ b/src/fminfodisplay.cpp >@@ -151,7 +151,7 @@ > GlyphToSVGHelper gtsh ( gpi->path(), tf ); > svg += gtsh.getSVGPath() + "\n"; > horOffset += gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor; >- maxHeight = qMax ( gtsh.getRect().height(), maxHeight ); >+ maxHeight = qMax ( (double)gtsh.getRect().height(), maxHeight ); > tf.translate( gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor,0 ); > delete gpi; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201538
:
137915
|
151047
|
186991
|
186993
|
360704
| 360706