[Gnash-dev] PATCH: gnash 0.8.5: match TTF fonts on the fullname attribute

2010-06-18 Thread Bernd Kischnick
Hi all, this is a patch for gnash 0.8.5. gnash refused to display bold fonts for us, displaying a completely different font instead. This turned out to be caused by the encoding of the font in the SWF in combination with the font-matching rules of the freetype2 library. If you use

[Gnash-dev] PATCH: gnash 0.8.5: negative leading in multiline TextFields is displayed incorrectly

2010-06-18 Thread Bernd Kischnick
Hello all, this is a patch for gnash 0.8.5. Multiline TextFields have a leading attribute used to tune the vertical distance between lines. gnash 0.8.5 wasn't prepared to handle negative values of leading, treating them as huge positive numbers instead. I've not checked whether the

Re: [Gnash-dev] PATCH: gnash 0.8.5: negative leading in multiline TextFields is displayed incorrectly

2010-06-18 Thread Benjamin Wolsey
Am Freitag, den 18.06.2010, 11:07 +0200 schrieb Bernd Kischnick: Hello all, this is a patch for gnash 0.8.5. Multiline TextFields have a leading attribute used to tune the vertical distance between lines. gnash 0.8.5 wasn't prepared to handle negative values of leading, treating them

Re: [Gnash-dev] PATCH: gnash 0.8.5: match TTF fonts on the fullname attribute

2010-06-18 Thread Bernd Kischnick
correction to my mail: the problem lies in the font matching strategy in the FONTCONFIG library, not freetype. FcNameParse() is part of the fontconfig API, obviously. s/freetype/fontconfig/i gnash 0.8.5 passes this string to the freetype library to match, using function FcNameParse(). But

[Gnash-dev] Re: need build help for OpenBSD 4.7 Gnash 0.8.7

2010-06-18 Thread Petter Reinholdtsen
[Ken Dickey] Getting closer. Any hints on the --tag=CC problem? My guess would be that the variable supposed to point to libtool is empty. Happy hacking, -- Petter Reinholdtsen ___ Gnash-dev mailing list Gnash-dev@gnu.org

[Gnash-dev] Re: need build help for OpenBSD 4.7 Gnash 0.8.7

2010-06-18 Thread Ken Dickey
On Friday 18 June 2010 07:59:42 am Petter Reinholdtsen wrote: My guess would be that the variable supposed to point to libtool is empty. I tried both the installed version of libtool [1.5.26] and the newer version [2.2.8] but both seem to indicate the (same) lack of parametrization for

Re: [Gnash-dev] Re: need build help for OpenBSD 4.7 Gnash 0.8.7

2010-06-18 Thread Rob Savoye
On 06/18/10 11:16, Ken Dickey wrote: Did anyone there get Gnash to build on OpenBSD? Which version of GCC are you using ? (gcc -v) From what I remember the last time I did Gnash builds on OpenBSD I had to use a newer GCC 4.x. While I do test Gnash builds on NetBSD and FreeBSD, OpenBSD has

[Gnash-dev] Distorted gravity.swf

2010-06-18 Thread strk
I've seen something weird today. Have been leaving gravity.swf (from testsuite) playing for some time. After a while came back and found the smiley distorted :!! Attached is a screenshot. Can anyone reproduce ? --strk; () Free GIS Flash consultant/developer /\

[Gnash-dev] Firefox 3.6.3 and Youtube

2010-06-18 Thread strk
I just downloaded firefox 3.6.3 and tried it against current gnash trunk (actually the launchpad copy) and got the 'an error occurred' message. Is that expected ? --strk; () Free GIS Flash consultant/developer /\ http://strk.keybit.net/services.html

Re: [Gnash-dev] Firefox 3.6.3 and Youtube

2010-06-18 Thread Rob Savoye
On 06/18/10 16:40, strk wrote: I just downloaded firefox 3.6.3 and tried it against current gnash trunk (actually the launchpad copy) and got the 'an error occurred' message. Try deleting all your cookies, but running with them unblocked. - rob -

Re: [Gnash-dev] Firefox 3.6.3 and Youtube

2010-06-18 Thread strk
On Fri, Jun 18, 2010 at 04:48:43PM -0600, Rob Savoye wrote: On 06/18/10 16:40, strk wrote: I just downloaded firefox 3.6.3 and tried it against current gnash trunk (actually the launchpad copy) and got the 'an error occurred' message. Try deleting all your cookies, but running with

Re: [Gnash-dev] Firefox 3.6.3 and Youtube

2010-06-18 Thread strk
On Sat, Jun 19, 2010 at 12:53:37AM +0200, strk wrote: On Fri, Jun 18, 2010 at 04:48:43PM -0600, Rob Savoye wrote: On 06/18/10 16:40, strk wrote: I just downloaded firefox 3.6.3 and tried it against current gnash trunk (actually the launchpad copy) and got the 'an error occurred'

Re: [Gnash-dev] Re: need build help for OpenBSD 4.7 Gnash 0.8.7

2010-06-18 Thread Ken Dickey
$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.7/3.3.5/specs Configured with: Thread model: single gcc version 3.3.5 (propolice) I'll try the latest... -KenD ___ Gnash-dev mailing list Gnash-dev@gnu.org