pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [HEADS UP] png update to 1.5 branch



On Mon, Jan 24, 2011 at 08:57:39AM -0400, Marko Schütz Schmuck wrote:
> graphics/gwenview accesses struct component buffer_size. This is now
> private and there is no accessor in the png api. 
> 
> In work/gwenview-1.4.2/src/gvcore/pngformattype.cpp in function
> PNGFormat::end(png_structp png, png_infop info)
> 
>     496     consumer->end();
>     497     state = FrameStart;
>     498     unused_data = (int)png->buffer_size; // Since libpng doesn't tell 
> us
>     499 }
> 
> apart from this:

I've fixed this as well. Please test if gwenview works as expected (it
compiles fine now).

Thanks,
 Thomas


Home | Main Index | Thread Index | Old Index