Re: [gentoo-dev] rfc: news item for png15

2011-10-15 Thread Pacho Ramos
El sáb, 15-10-2011 a las 19:35 +0300, Samuli Suominen escribió: > On 10/14/2011 11:48 AM, Pacho Ramos wrote: > > El vie, 14-10-2011 a las 01:01 +0300, Samuli Suominen escribió: > >> small news item for stable users. lets keep it simple... > >> > > > > Is early rebuilding of gdk-pixbuf still needed

Re: [gentoo-dev] rfc: news item for png15

2011-10-15 Thread Samuli Suominen
On 10/14/2011 11:48 AM, Pacho Ramos wrote: > El vie, 14-10-2011 a las 01:01 +0300, Samuli Suominen escribió: >> small news item for stable users. lets keep it simple... >> > > Is early rebuilding of gdk-pixbuf still needed now that fixed version > will be stabilized before libpng15? The blockers

Re: [gentoo-dev] rfc: news item for png15

2011-10-14 Thread Markos Chandras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10/13/2011 11:01 PM, Samuli Suominen wrote: > small news item for stable users. lets keep it simple... You can > identify those files with following one-liner: ... # find /usr/ > -name '*.la' -exec grep png14 {} + What happens once you identify th

Re: [gentoo-dev] rfc: news item for png15

2011-10-14 Thread Pacho Ramos
El vie, 14-10-2011 a las 01:01 +0300, Samuli Suominen escribió: > small news item for stable users. lets keep it simple... > Is early rebuilding of gdk-pixbuf still needed now that fixed version will be stabilized before libpng15? signature.asc Description: This is a digitally signed message pa

Re: [gentoo-dev] rfc: news item for png15

2011-10-13 Thread Michał Górny
On Fri, 14 Oct 2011 04:30:56 +0400 Peter Volkov wrote: > 2. better find: > find /usr -name "*.la" -o -name "*.pc" -o -name "*-config" -exec grep > -H png14 {} \; find /usr -name "*.la" -o -name "*.pc" -o -name "*-config" \ -exec grep -H png14 {} + This is going to take less grep calls,

Re: [gentoo-dev] rfc: news item for png15

2011-10-13 Thread Peter Volkov
В Птн, 14/10/2011 в 01:01 +0300, Samuli Suominen пишет: > small news item for stable users. lets keep it simple... I think it's better to put all knowledge from forum post inside: 1. --keep-going option for revdep-rebuild. 2. better find: find /usr -name "*.la" -o -name "*.pc" -o -name "*-config"