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 }

Thanks, I've committed this so it doesn't get lost and asked the png
people for help on the last part.
 Thomas


Home | Main Index | Thread Index | Old Index