<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Big rebuild for libpng and libjpeg hits Arch</title>
	<atom:link href="http://allanmcrae.com/2010/02/big-rebuild-for-libpng-and-libjpeg-hits-arch/feed/" rel="self" type="application/rss+xml" />
	<link>http://allanmcrae.com/2010/02/big-rebuild-for-libpng-and-libjpeg-hits-arch/</link>
	<description>One day this will feature a witty tagline…</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:36:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fabián E. Gallina</title>
		<link>http://allanmcrae.com/2010/02/big-rebuild-for-libpng-and-libjpeg-hits-arch/#comment-233</link>
		<dc:creator>Fabián E. Gallina</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://allanmcrae.com/?p=301#comment-233</guid>
		<description>Here is a little script which helped me to figure out which packages I will need to rebuild (from AUR or custom):

#!/bin/bash                                                                                                                                                 
                                                                                                                                                            
packages=$(pacman -Qm &#124; awk &#039;{print $1}&#039; &#124; xargs);                                                                                                          
                                                                                                                                                            
for package in $packages; do                                                                                                                                
    result=$(pacman -Qi $package &#124; grep -i &quot;libpng\&#124;libjpeg&quot;);                                                                                              
    if [ -n &quot;$result&quot; ]; then                                                                                                                               
        echo $package;                                                                                                                                      
    fi                                                                                                                                                      
done</description>
		<content:encoded><![CDATA[<p>Here is a little script which helped me to figure out which packages I will need to rebuild (from AUR or custom):</p>
<p>#!/bin/bash                                                                                                                                                 </p>
<p>packages=$(pacman -Qm | awk &#8216;{print $1}&#8217; | xargs);                                                                                                          </p>
<p>for package in $packages; do<br />
    result=$(pacman -Qi $package | grep -i &#8220;libpng\|libjpeg&#8221;);<br />
    if [ -n "$result" ]; then<br />
        echo $package;<br />
    fi<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cray</title>
		<link>http://allanmcrae.com/2010/02/big-rebuild-for-libpng-and-libjpeg-hits-arch/#comment-227</link>
		<dc:creator>cray</dc:creator>
		<pubDate>Tue, 02 Feb 2010 03:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://allanmcrae.com/?p=301#comment-227</guid>
		<description>Libjpeg causes troubles second time;) Last one was with libjpeg v.6 - &gt; v.7 migration.</description>
		<content:encoded><![CDATA[<p>Libjpeg causes troubles second time;) Last one was with libjpeg v.6 &#8211; &gt; v.7 migration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Snowden</title>
		<link>http://allanmcrae.com/2010/02/big-rebuild-for-libpng-and-libjpeg-hits-arch/#comment-225</link>
		<dc:creator>Duncan Snowden</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://allanmcrae.com/?p=301#comment-225</guid>
		<description>&lt;em&gt;“Or you could just ignore all that and rebuild cairo-lcd as that is probably your issue…”&lt;/em&gt;

:D Couldn&#039;t help but laugh at that one. It always is...</description>
		<content:encoded><![CDATA[<p><em>“Or you could just ignore all that and rebuild cairo-lcd as that is probably your issue…”</em></p>
<p> <img src='http://allanmcrae.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Couldn&#8217;t help but laugh at that one. It always is&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

