[Gnash-dev] Gnash 0.7.2 release date?

2006-10-08 Thread Markus Gothe
Are we going to ship 0.7.2 during next week?

//Markus



signature.asc
Description: OpenPGP digital signature
___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev


Re: [Gnash-dev] Gnash 0.7.2 release date?

2006-10-08 Thread Tomas Groth

--- Markus Gothe [EMAIL PROTECTED] skrev:

 Are we going to ship 0.7.2 during next week?
 
 //Markus
 

Personally i'd like to wait a few weeks for the new backends to get debugged,
and there's also some bugs in the tracker i'd like to see fixed.

cheers,

Tomas


___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev


Re: [Gnash-dev] configure error

2006-10-08 Thread Tomas Groth

--- Tomas Groth [EMAIL PROTECTED] skrev:

 Hi,
 
 I'm trying to build CVS on my newly installed archlinux x86_64, but when
 running configure I get the following error:
 ERROR: No GtkGLExt development package installed! 
 

The problem was solved when I installed pkg-config...

cheers,

Tomas


___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev


[Gnash-dev] compile error with AGG backend on ppc

2006-10-08 Thread Tomas Groth
Hi,

I'm trying to compile gnash with AGG on (arch)linux-ppc, but get the following
error:

render_handler_agg.cpp:440: error: 'line_width' was not declared in this scope
render_handler_agg.cpp: In member function 'void
gnash::render_handler_aggPixelFormat::draw_shape_character_old(gnash::shape_character_def*,
gnash::character*)':
render_handler_agg.cpp:1060: error: 'rbuf' was not declared in this scope
render_handler_agg.cpp: In member function 'gnash::agg_cache_manager*
gnash::render_handler_aggPixelFormat::get_cache_of(gnash::character*)':
render_handler_agg.cpp:1255: error: 'class gnash::character' has no member
named 'm_render_cache'
render_handler_agg.cpp:1256: error: 'class gnash::character' has no member
named 'm_render_cache'
render_handler_agg.cpp:1259: error: 'class gnash::character' has no member
named 'm_render_cache'
render_handler_agg.cpp: At global scope:
render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_aggPixelFormat::draw_bitmap(const gnash::matrix, const
gnash::bitmap_info*, const gnash::rect, const gnash::rect, gnash::rgba) [with
PixelFormat = agg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8,
agg::order_rgb, agg::row_accessorunsigned char ]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:488: warning: unused parameter
'm'render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_aggPixelFormat::set_antialiased(bool) [with PixelFormat
= agg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8, agg::order_rgb,
agg::row_accessorunsigned char ]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:261: warning: unused parameter 'enable'
render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_aggPixelFormat::draw_shape_character(gnash::shape_character_def*,
const gnash::matrix, const gnash::cxform, float, const
std::vectorgnash::fill_style, std::allocatorgnash::fill_style , const
std::vectorgnash::line_style, std::allocatorgnash::line_style ) [with
PixelFormat = agg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8,
agg::order_rgb, agg::row_accessorunsigned char ]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:745: warning: unused parameter 'pixel_scale'
render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_aggPixelFormat::draw_glyph(gnash::shape_character_def*,
const gnash::matrix, gnash::rgba, float) [with PixelFormat =
agg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8, agg::order_rgb,
agg::row_accessorunsigned char ]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:488: warning: unused parameter 'bi'
render_handler_agg.cpp:488: warning: unused parameter 'coords'
render_handler_agg.cpp:488: warning: unused parameter 'uv_coords'

(etc)


___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev


Re: [Gnash-dev] Gnash 0.7.2 release date?

2006-10-08 Thread Bastiaan Jacques
On Sunday 08 October 2006 09:20, Markus Gothe wrote:
 Are we going to ship 0.7.2 during next week?

I think we should put a hold on new features as soon as possible. Then 
we can stabilise for the next release, which I'm hoping will happen 
within two weeks' time.

Bastiaan


___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev


Re: [Gnash-dev] Gnash 0.7.2 release date?

2006-10-08 Thread Rob Savoye
Markus Gothe wrote:
 Are we going to ship 0.7.2 during next week?

  That might be pushing it a bit... considering we just added two big
dependencies. What I'd like to do is start working towards the release
bu not adding any more big changes but bug fixes, and to spend some time
tracking down bugs. In a week or two when we're sure it's stable then we
can do the actual release. But the next week will tell. So this is a
good time to focus on bug fixing, and testing on multiple platforms.

  There can actually be alot of extraneous work involved in putting a
release together, like updating the packaging, the web site, the manual,
etc...

- rob -



___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev


Re: [Gnash-dev] pre-release testing

2006-10-08 Thread annonygmouse

Rob Savoye wrote:

annonygmouse wrote:


annonygmouse wrote:




The new agg renderer does not compile... there are some missing headers
probably...



  This looks like the AGG paths aren't being added, did you run
autogen.sh ?

- rob -



After installing libagg libagg-dev_2.4-1_amd64 (I thought I had it 
already installed) and running autogen.sh the following error appears:


Note: configure didn't stop even though I didn't had agg headers 
installed...


/usr/include/agg2/agg_pixfmt_rgb.h:427:   instantiated from 'void 
agg::pixfmt_alpha_blend_rgbBlender, RenBuf::blend_solid_hspan(int, 
int, unsigned int, const typename Blender::color_type, const 
agg::int8u*) [with Blender = agg::blender_rgbagg::rgba8, 
agg::order_rgb, RenBuf = agg::row_ptr_cacheunsigned char]'
/usr/include/agg2/agg_renderer_base.h:281:   instantiated from 'void 
agg::renderer_basePixelFormat::blend_solid_hspan(int, int, int, const 
typename PixelFormat::color_type, const agg::cover_type*) [with 
PixelFormat = agg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8, 
agg::order_rgb, agg::row_ptr_cacheunsigned char ]'
/usr/include/agg2/agg_renderer_scanline.h:40:   instantiated from 'void 
agg::render_scanline_aa_solid(const Scanline, BaseRenderer, const 
ColorT) [with Scanline = agg::scanline_p8, BaseRenderer = 
agg::renderer_baseagg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8, 
agg::order_rgb, agg::row_ptr_cacheunsigned char  , ColorT = 
agg::rgba8]'
/usr/include/agg2/agg_renderer_scanline.h:130:   instantiated from 'void 
agg::renderer_scanline_aa_solidBaseRenderer::render(const Scanline) 
[with Scanline = agg::scanline_p8, BaseRenderer = 
agg::renderer_baseagg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8, 
agg::order_rgb, agg::row_ptr_cacheunsigned char  ]'
/usr/include/agg2/agg_renderer_scanline.h:446:   instantiated from 'void 
agg::render_scanlines(Rasterizer, Scanline, Renderer) [with 
Rasterizer = 
agg::rasterizer_scanline_aaagg::rasterizer_sl_clipagg::ras_conv_int 
, Scanline = agg::scanline_p8, Renderer = 
agg::renderer_scanline_aa_solidagg::renderer_baseagg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8, 
agg::order_rgb, agg::row_ptr_cacheunsigned char   ]'
render_handler_agg.cpp:480:   instantiated from 'void 
gnash::render_handler_aggPixelFormat::draw_line_strip(const void*, 
int, gnash::rgba) [with PixelFormat = 
agg::pixfmt_alpha_blend_rgbagg::blender_rgbagg::rgba8, 
agg::order_rgb, agg::row_ptr_cacheunsigned char ]'

render_handler_agg.cpp:1299:   instantiated from here
/usr/include/agg2/agg_pixfmt_rgb.h:89: warning: unused parameter 'cover'
make[2]: *** [render_handler_agg.lo] Error 1
make[2]: Leaving directory `/home/jo/gnash/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jo/gnash'
make: *** [all] Error 2

The error seems to be in an Agg header... maybe Agg doesn't use Wall?

Any hint?


SebastiĆ 


___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html




___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev


[Gnash-dev] ffmpeg detection broken

2006-10-08 Thread Tomas Groth
Hi,

There's been some changes to ffmpeg.m4, and now i'm having problems detecting
ffmpeg. This is the error i get:

checking for libffmpeg library... yes
no

(first yes, then no)

When using the --enable-mad option, i get this:

configure: error: conditional USE_FFMPEG was never defined.
Usually this means the macro was only invoked conditionally.

Expected behavior is for configure if --enable-mad has been used, to look for
madlibs, and not for ffmpeg. If enable-mad isn't used, we should look for
ffmpeg... I don't know enough macro programming to make it work...

cheers,

Tomas


___
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev