#3209: libpng-1.4.4
--------------------+-------------------------------------------------------
 Reporter:  thomas  |       Owner:  blfs-b...@…                   
     Type:  task    |      Status:  new                           
 Priority:  normal  |   Milestone:  6.7                           
Component:  BOOK    |     Version:  SVN                           
 Severity:  normal  |    Keywords:                                
--------------------+-------------------------------------------------------
 libpgn could be updated to 1.4.4.  I went thru LFS/BLFS to X (7.6-RC1 btw)
 and the only issue was at Xulrunner.
 The apng-patch is available at
 http://littlesvr.ca/apng/diff/libpng-1.4.4-apng.patch, and at XulRunner i
 need to add

 {{{
 --- mozilla-1.9.2/modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig
 2010-11-30 08:29:56.000000000 +0100
 +++ mozilla-1.9.2/modules/libpr0n/encoders/png/nsPNGEncoder.cpp 2010-11-30
 08:31:13.000000000 +0100
 @@ -45,6 +45,10 @@
  #include "nsString.h"
  #include "nsStreamUtils.h"

 +#ifndef png_voidp_NULL
 +#define png_voidp_NULL   ((png_voidp)NULL)
 +#endif
 +
  // Input streams that do not implement nsIAsyncInputStream should be
 threadsafe
  // so that they may be used with nsIInputStreamPump and
 nsIInputStreamChannel,
  // which read such a stream on a background thread.
 }}}
 Everything else went fine.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3209>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to