<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Jorge Manuel B. S. Vicetto</title>
		<link>http://blogs.gentoo.org/jmbsvicetto</link>
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>Amarok-2.2.0/1 and >=binutils-2.20</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2009/11/20/amarok-2-2-0-1-and-g-binutils-2-20</link>
			<pubDate>Fri, 20 Nov 2009 03:28:59 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1910@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;I've just bumped media-sound/amarok in the tree to 2.2.1-r1 which includes some missing deps.&lt;br /&gt;
Even though 2.2.1 hit the tree before the official release, I'm a few days behind in the bump and unmasking it - the mask should be out when you read this.&lt;br /&gt;
Unfortunately, amarok-2.2.0 and amarok-2.2.1 segfault on start when built with &gt;=binutils-2.20 even though they have no issue starting with &gt;=binutils-2.20 if built with a previous version of binutils - see &lt;a href=&quot;https://bugs.gentoo.org/show_bug.cgi?id=290662&quot;&gt;bug #290662&lt;/a&gt; for more details.&lt;br /&gt;
While the issue isn't solved, here is a quick workaround:&lt;/p&gt;

&lt;pre&gt;
# emerge -1 =binutils-2.19.1-r1 &amp;amp;&amp;amp; emerge -1 amarok &amp;amp;&amp;amp; emerge -1 binutils
&lt;/pre&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2009/11/20/amarok-2-2-0-1-and-g-binutils-2-20&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I've just bumped media-sound/amarok in the tree to 2.2.1-r1 which includes some missing deps.<br />
Even though 2.2.1 hit the tree before the official release, I'm a few days behind in the bump and unmasking it - the mask should be out when you read this.<br />
Unfortunately, amarok-2.2.0 and amarok-2.2.1 segfault on start when built with >=binutils-2.20 even though they have no issue starting with >=binutils-2.20 if built with a previous version of binutils - see <a href="https://bugs.gentoo.org/show_bug.cgi?id=290662">bug #290662</a> for more details.<br />
While the issue isn't solved, here is a quick workaround:</p>

<pre>
# emerge -1 =binutils-2.19.1-r1 &amp;&amp; emerge -1 amarok &amp;&amp; emerge -1 binutils
</pre><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2009/11/20/amarok-2-2-0-1-and-g-binutils-2-20">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2009/11/20/amarok-2-2-0-1-and-g-binutils-2-20#comments</comments>
		</item>
				<item>
			<title>compiz KDE support and libcompizconfig</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2009/08/11/compiz-kde-support-and-libcompizconfig</link>
			<pubDate>Tue, 11 Aug 2009 19:32:11 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1856@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;This is a quick note for anyone using compiz, that x11-wm/compiz-0.7.8-r3 will allow KDE-4.3.0 and that the KDE use flags were updated now that KDE-4 has become the &quot;default&quot; KDE version and that 3.5 is approaching its final days.&lt;br /&gt;
As such, the &lt;strong&gt;kde&lt;/strong&gt; use flag will add support for KDE-4.X and the &lt;strong&gt;kde3&lt;/strong&gt; use flag will add support for KDE-3.5. So be sure to check your use flags for compiz.&lt;br /&gt;
I plan to move compiz-0.7.8-r3 from the overlay to the tree in a few hours.&lt;/p&gt;

&lt;p&gt;Following my attempts to deal with &lt;a href=&quot;https://bugs.gentoo.org/show_bug.cgi?id=259715&quot;&gt;bug 259715&lt;/a&gt;, I broke libcompizconfig again - &lt;a href=&quot;https://bugs.gentoo.org/show_bug.cgi?id=278146&quot;&gt;bug 278146&lt;/a&gt;. Although I've masked libcompizconfig-0.8.2-r2 sometime ago, it was unmasked long enough to break the config files for enough users. If you still have ccsm / compiz failing for you, you need to downgrade to libcompizconfig-0.8.2 and to remove the contents of &lt;strong&gt;~/.config/compiz/compizconfig/&lt;/strong&gt;. I'm still working on removing the bundled iniparser from libcompizconfig.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2009/08/11/compiz-kde-support-and-libcompizconfig&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>This is a quick note for anyone using compiz, that x11-wm/compiz-0.7.8-r3 will allow KDE-4.3.0 and that the KDE use flags were updated now that KDE-4 has become the "default" KDE version and that 3.5 is approaching its final days.<br />
As such, the <strong>kde</strong> use flag will add support for KDE-4.X and the <strong>kde3</strong> use flag will add support for KDE-3.5. So be sure to check your use flags for compiz.<br />
I plan to move compiz-0.7.8-r3 from the overlay to the tree in a few hours.</p>

<p>Following my attempts to deal with <a href="https://bugs.gentoo.org/show_bug.cgi?id=259715">bug 259715</a>, I broke libcompizconfig again - <a href="https://bugs.gentoo.org/show_bug.cgi?id=278146">bug 278146</a>. Although I've masked libcompizconfig-0.8.2-r2 sometime ago, it was unmasked long enough to break the config files for enough users. If you still have ccsm / compiz failing for you, you need to downgrade to libcompizconfig-0.8.2 and to remove the contents of <strong>~/.config/compiz/compizconfig/</strong>. I'm still working on removing the bundled iniparser from libcompizconfig.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2009/08/11/compiz-kde-support-and-libcompizconfig">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2009/08/11/compiz-kde-support-and-libcompizconfig#comments</comments>
		</item>
				<item>
			<title>amarok-2, amd64 and mysql</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2009/03/29/amarok-2-amd64-and-mysql</link>
			<pubDate>Sun, 29 Mar 2009 05:16:29 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1712@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;As some of you may have noticed, the amarok-2 ebuilds have not been keyworded ~amd64 because of the &lt;a href=&quot;https://bugs.gentoo.org/show_bug.cgi?id=238487&quot;&gt;mysql issue&lt;/a&gt;. Tonight, we've got a step closer to fix that.&lt;br /&gt;
Ive been working on a patch for mysql to get libmysqld to be built as a shared lib for over 2 months now. I've added an &lt;a href=&quot;https://bugs.gentoo.org/attachment.cgi?id=177179&quot;&gt;initial patch&lt;/a&gt; on January 3rd. Tonight, I was able to finally get a &lt;a href=&quot;https://bugs.gentoo.org/attachment.cgi?id=186606&quot;&gt;working patch&lt;/a&gt; for mysql-5.0.76:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;atlantis@lap64 ~/kde $ ls -la /usr/lib64/mysql/libmysqld.*&lt;br /&gt;
-rw-r--r-- 1 root root 9447588 Mar 29 01:39 /usr/lib64/mysql/libmysqld.a&lt;br /&gt;
-rwxr-xr-x 1 root root    1088 Mar 29 01:38 /usr/lib64/mysql/libmysqld.la&lt;br /&gt;
lrwxrwxrwx 1 root root      18 Mar 29 01:39 /usr/lib64/mysql/libmysqld.so -&gt; libmysqld.so.0.0.0&lt;br /&gt;
lrwxrwxrwx 1 root root      18 Mar 29 01:39 /usr/lib64/mysql/libmysqld.so.0 -&gt; libmysqld.so.0.0.0&lt;br /&gt;
&lt;strong&gt;-rwxr-xr-x 1 root root 5054576 Mar 29 01:39 /usr/lib64/mysql/libmysqld.so.0.0.0&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This patch needs to be properly tested and will likely get some clean-ups, but it's working locally. This has taken a considerable amount of work and time from me, but has only been possible thanks to Diego E. &amp;#8220;Flameeyes&amp;#8221; Petten&amp;#242; - kudos to him.&lt;br /&gt;
AFAIK, this means that Gentoo is the first distro to include a shared lib libmysqld and after Robin &quot;robbat2&quot; Johnson, cleans the patch and he's happy with it, we'll try to get it upstream.&lt;br /&gt;
I've delayed this post a few hours trying to get amarok-2.0.2 building, but it's still failing because of qtscriptgenerator. However, it is already linking to libmysqld though:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;lap64 amarok_build # pwd&lt;br /&gt;
/var/tmp/portage/media-sound/amarok-2.0.2/work/amarok_build&lt;br /&gt;
lap64 amarok_build # scanelf -n lib/libamarok_collection-sqlcollection.so&lt;br /&gt;
 TYPE   NEEDED FILE&lt;br /&gt;
ET_DYN libamaroklib.so.1,libamarokpud.so.1,libkdeui.so.5,libkio.so.5,libthreadweaver.so.4,&lt;strong&gt;libmysqld.so.0&lt;/strong&gt;,libpthread.so.0,libkdecore.so.5,libQtDBus.so.4,libQtCore.so.4,libQtGui.so.4,libstdc++.so.6,libc.so.6 lib/libamarok_collection-sqlcollection.so&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you like to see it with a &quot;prettier output&quot;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;lap64 amarok_build # ls lib/libamarok_collection-sqlcollection.so | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -C | sort -u&lt;br /&gt;
&lt;strong&gt;dev-db/mysql (/usr/lib64/libmysqld.so.0)&lt;/strong&gt;&lt;br /&gt;
kde-base/kdelibs (/usr/kde/4.2/lib64/libkdecore.so.5)&lt;br /&gt;
kde-base/kdelibs (/usr/kde/4.2/lib64/libkdeui.so.5)&lt;br /&gt;
kde-base/kdelibs (/usr/kde/4.2/lib64/libkio.so.5)&lt;br /&gt;
kde-base/kdelibs (/usr/kde/4.2/lib64/libthreadweaver.so.4)&lt;br /&gt;
sys-devel/gcc (/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/libstdc++.so.6)&lt;br /&gt;
sys-libs/glibc (/lib64/libc.so.6)&lt;br /&gt;
sys-libs/glibc (/lib64/libpthread.so.0)&lt;br /&gt;
x11-libs/qt-core (/usr/lib64/qt4/libQtCore.so.4)&lt;br /&gt;
x11-libs/qt-dbus (/usr/lib64/qt4/libQtDBus.so.4)&lt;br /&gt;
x11-libs/qt-gui (/usr/lib64/qt4/libQtGui.so.4)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I'm trying some of the patches in the &lt;a href=&quot;https://bugs.gentoo.org/258861&quot;&gt;amarok + qt4.5 bug&lt;/a&gt; and will hopefully get it to build soon. So it seems we might be able to have a amarok2+amd64 party in Gentoo soon &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_cool.gif&quot; alt=&quot;&amp;#66;&amp;#41;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;atlantis@lap64 /home/gentoo-cvs/jmbsvicetto/media-sound/amarok $ qlist -IUv amarok&lt;br /&gt;
media-sound/amarok-1.4.10-r2 (amazon ipod kde mp4 musicbrainz mysql njb opengl python visualization)&lt;br /&gt;
media-sound/amarok-2.0.2 (cdaudio ipod kdeprefix mp3tunes mp4 njb opengl)&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I think a party is due in #gentoo-kde!! &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_biggrin.gif&quot; alt=&quot;&amp;#58;&amp;#68;&quot; class=&quot;middle&quot; /&gt; I'm going to update the amarok ebuild in the overlay in a minute. So, let's &lt;strong&gt;PARTY&lt;/strong&gt;!!!&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2009/03/29/amarok-2-amd64-and-mysql&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>As some of you may have noticed, the amarok-2 ebuilds have not been keyworded ~amd64 because of the <a href="https://bugs.gentoo.org/show_bug.cgi?id=238487">mysql issue</a>. Tonight, we've got a step closer to fix that.<br />
Ive been working on a patch for mysql to get libmysqld to be built as a shared lib for over 2 months now. I've added an <a href="https://bugs.gentoo.org/attachment.cgi?id=177179">initial patch</a> on January 3rd. Tonight, I was able to finally get a <a href="https://bugs.gentoo.org/attachment.cgi?id=186606">working patch</a> for mysql-5.0.76:</p>
<blockquote><p>atlantis@lap64 ~/kde $ ls -la /usr/lib64/mysql/libmysqld.*<br />
-rw-r--r-- 1 root root 9447588 Mar 29 01:39 /usr/lib64/mysql/libmysqld.a<br />
-rwxr-xr-x 1 root root    1088 Mar 29 01:38 /usr/lib64/mysql/libmysqld.la<br />
lrwxrwxrwx 1 root root      18 Mar 29 01:39 /usr/lib64/mysql/libmysqld.so -> libmysqld.so.0.0.0<br />
lrwxrwxrwx 1 root root      18 Mar 29 01:39 /usr/lib64/mysql/libmysqld.so.0 -> libmysqld.so.0.0.0<br />
<strong>-rwxr-xr-x 1 root root 5054576 Mar 29 01:39 /usr/lib64/mysql/libmysqld.so.0.0.0</strong></p></blockquote>
<p>This patch needs to be properly tested and will likely get some clean-ups, but it's working locally. This has taken a considerable amount of work and time from me, but has only been possible thanks to Diego E. &#8220;Flameeyes&#8221; Petten&#242; - kudos to him.<br />
AFAIK, this means that Gentoo is the first distro to include a shared lib libmysqld and after Robin "robbat2" Johnson, cleans the patch and he's happy with it, we'll try to get it upstream.<br />
I've delayed this post a few hours trying to get amarok-2.0.2 building, but it's still failing because of qtscriptgenerator. However, it is already linking to libmysqld though:</p>
<blockquote><p>lap64 amarok_build # pwd<br />
/var/tmp/portage/media-sound/amarok-2.0.2/work/amarok_build<br />
lap64 amarok_build # scanelf -n lib/libamarok_collection-sqlcollection.so<br />
 TYPE   NEEDED FILE<br />
ET_DYN libamaroklib.so.1,libamarokpud.so.1,libkdeui.so.5,libkio.so.5,libthreadweaver.so.4,<strong>libmysqld.so.0</strong>,libpthread.so.0,libkdecore.so.5,libQtDBus.so.4,libQtCore.so.4,libQtGui.so.4,libstdc++.so.6,libc.so.6 lib/libamarok_collection-sqlcollection.so</p></blockquote>
<p>If you like to see it with a "prettier output":</p>
<blockquote><p>lap64 amarok_build # ls lib/libamarok_collection-sqlcollection.so | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -C | sort -u<br />
<strong>dev-db/mysql (/usr/lib64/libmysqld.so.0)</strong><br />
kde-base/kdelibs (/usr/kde/4.2/lib64/libkdecore.so.5)<br />
kde-base/kdelibs (/usr/kde/4.2/lib64/libkdeui.so.5)<br />
kde-base/kdelibs (/usr/kde/4.2/lib64/libkio.so.5)<br />
kde-base/kdelibs (/usr/kde/4.2/lib64/libthreadweaver.so.4)<br />
sys-devel/gcc (/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/libstdc++.so.6)<br />
sys-libs/glibc (/lib64/libc.so.6)<br />
sys-libs/glibc (/lib64/libpthread.so.0)<br />
x11-libs/qt-core (/usr/lib64/qt4/libQtCore.so.4)<br />
x11-libs/qt-dbus (/usr/lib64/qt4/libQtDBus.so.4)<br />
x11-libs/qt-gui (/usr/lib64/qt4/libQtGui.so.4)</p></blockquote>
<p>I'm trying some of the patches in the <a href="https://bugs.gentoo.org/258861">amarok + qt4.5 bug</a> and will hopefully get it to build soon. So it seems we might be able to have a amarok2+amd64 party in Gentoo soon <img src="http://blogs.gentoo.org/rsc/smilies/icon_cool.gif" alt="&#66;&#41;" class="middle" /></p>

<p><strong>UPDATE</strong></p>

<blockquote><p>atlantis@lap64 /home/gentoo-cvs/jmbsvicetto/media-sound/amarok $ qlist -IUv amarok<br />
media-sound/amarok-1.4.10-r2 (amazon ipod kde mp4 musicbrainz mysql njb opengl python visualization)<br />
media-sound/amarok-2.0.2 (cdaudio ipod kdeprefix mp3tunes mp4 njb opengl)</p></blockquote>

<p>I think a party is due in #gentoo-kde!! <img src="http://blogs.gentoo.org/rsc/smilies/icon_biggrin.gif" alt="&#58;&#68;" class="middle" /> I'm going to update the amarok ebuild in the overlay in a minute. So, let's <strong>PARTY</strong>!!!</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2009/03/29/amarok-2-amd64-and-mysql">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2009/03/29/amarok-2-amd64-and-mysql#comments</comments>
		</item>
				<item>
			<title>Cairo-Dock in the destkop-effects overlay</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2009/03/06/cairo-dock-in-the-destkop-effects-overla</link>
			<pubDate>Fri, 06 Mar 2009 02:13:10 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1691@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;After another &quot;short&quot; break in my blog posts and just a &lt;b&gt;few days&lt;/b&gt; late, I'm here to let anyone willing to try out cairo-dock that version 1.6.3.1 has been sitting in the desktop-effects overlay for sometime now.&lt;/p&gt;
&lt;pre&gt;
commit edd596311612d17a6ec482a9cc8b47086a74be20
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) &amp;lt;jmbsvicetto@gentoo.org&amp;gt;
Date:   Sat Dec 20 13:45:34 2008 -0100

    Added cairo-dock-1.6.3.1 - thanks to Bill Smith &amp;lt;sememmon at gmail dot com&amp;gt; for the ebuild.
&lt;/pre&gt;
&lt;p&gt;I'll be testing version 2.0.0-beta2.1 in the next days, so expect to see updated ebuilds soon. It would be helpful to get some feedback about cairo-dock to evaluate if it would be a good addition to the tree or not.&lt;br /&gt;
Thanks Bill for nagging me about this and sorry for the delay.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2009/03/06/cairo-dock-in-the-destkop-effects-overla&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>After another "short" break in my blog posts and just a <b>few days</b> late, I'm here to let anyone willing to try out cairo-dock that version 1.6.3.1 has been sitting in the desktop-effects overlay for sometime now.</p>
<pre>
commit edd596311612d17a6ec482a9cc8b47086a74be20
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) &lt;jmbsvicetto@gentoo.org&gt;
Date:   Sat Dec 20 13:45:34 2008 -0100

    Added cairo-dock-1.6.3.1 - thanks to Bill Smith &lt;sememmon at gmail dot com&gt; for the ebuild.
</pre>
<p>I'll be testing version 2.0.0-beta2.1 in the next days, so expect to see updated ebuilds soon. It would be helpful to get some feedback about cairo-dock to evaluate if it would be a good addition to the tree or not.<br />
Thanks Bill for nagging me about this and sorry for the delay.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2009/03/06/cairo-dock-in-the-destkop-effects-overla">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2009/03/06/cairo-dock-in-the-destkop-effects-overla#comments</comments>
		</item>
				<item>
			<title>KDE-4.2 is now unmasked</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2009/01/30/kde-4-2-is-now-unmasked</link>
			<pubDate>Fri, 30 Jan 2009 05:30:19 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1601@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;To give an update on my last blog entry, after some work in the missing ebuilds and patches and after reviewing the KDE project page and the 4.X guide, I've removed the package.mask entry for 4.2.0. So after the file is propagated to the mirrors, you'll be able to update to 4.2.0.&lt;br /&gt;
As always, we hope you have much fun, but if you find any snags, let us know in #gentoo-kde or in bugzilla. Before you fill any bugs, please double check the KDE-4.X Guide[1] and search in bugzilla for the bug. As we already have some open bugs[2], you may want to start there.&lt;/p&gt;

&lt;p&gt; [1] - &lt;a href=&quot;http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml&quot;&gt;http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml&lt;/a&gt;&lt;br /&gt;
 [2] - &lt;a href=&quot;https://bugs.gentoo.org/query.cgi?bug_file_loc=&amp;amp;bug_file_loc_type=allwordssubstr&amp;amp;bug_id=&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED&amp;amp;bugidtype=include&amp;amp;chfieldfrom=&amp;amp;chfieldto=Now&amp;amp;chfieldvalue=&amp;amp;email1=kde%40gentoo.org&amp;amp;email2=&amp;amp;emailassigned_to1=1&amp;amp;emailassigned_to2=1&amp;amp;emailcc1=1&amp;amp;emailcc2=1&amp;amp;emailreporter2=1&amp;amp;emailtype1=substring&amp;amp;emailtype2=substring&amp;amp;field-1-0-0=bug_status&amp;amp;field-1-1-0=assigned_to&amp;amp;field-1-1-1=cc&amp;amp;field0-0-0=noop&amp;amp;keywords=&amp;amp;keywords_type=allwords&amp;amp;long_desc=&amp;amp;long_desc_type=substring&amp;amp;query_format=advanced&amp;amp;remaction=&amp;amp;short_desc=&amp;amp;short_desc_type=allwordssubstr&amp;amp;status_whiteboard=&amp;amp;status_whiteboard_type=allwordssubstr&amp;amp;type-1-0-0=anyexact&amp;amp;type-1-1-0=substring&amp;amp;type-1-1-1=substring&amp;amp;type0-0-0=noop&amp;amp;value-1-0-0=NEW%2CASSIGNED%2CREOPENED&amp;amp;value-1-1-0=kde%40gentoo.org&amp;amp;value-1-1-1=kde%40gentoo.org&amp;amp;value0-0-0=&amp;amp;known_name=kde-open-bugs&quot;&gt;https://bugs.gentoo.org/query.cgi?bug_file_loc=&amp;amp;bug_file_loc_type=allwordssubstr&amp;amp;bug_id=&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED&amp;amp;bugidtype=include&amp;amp;chfieldfrom=&amp;amp;chfieldto=Now&amp;amp;chfieldvalue=&amp;amp;email1=kde%40gentoo.org&amp;amp;email2=&amp;amp;emailassigned_to1=1&amp;amp;emailassigned_to2=1&amp;amp;emailcc1=1&amp;amp;emailcc2=1&amp;amp;emailreporter2=1&amp;amp;emailtype1=substring&amp;amp;emailtype2=substring&amp;amp;field-1-0-0=bug_status&amp;amp;field-1-1-0=assigned_to&amp;amp;field-1-1-1=cc&amp;amp;field0-0-0=noop&amp;amp;keywords=&amp;amp;keywords_type=allwords&amp;amp;long_desc=&amp;amp;long_desc_type=substring&amp;amp;query_format=advanced&amp;amp;remaction=&amp;amp;short_desc=&amp;amp;short_desc_type=allwordssubstr&amp;amp;status_whiteboard=&amp;amp;status_whiteboard_type=allwordssubstr&amp;amp;type-1-0-0=anyexact&amp;amp;type-1-1-0=substring&amp;amp;type-1-1-1=substring&amp;amp;type0-0-0=noop&amp;amp;value-1-0-0=NEW%2CASSIGNED%2CREOPENED&amp;amp;value-1-1-0=kde%40gentoo.org&amp;amp;value-1-1-1=kde%40gentoo.org&amp;amp;value0-0-0=&amp;amp;known_name=kde-open-bugs&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2009/01/30/kde-4-2-is-now-unmasked&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>To give an update on my last blog entry, after some work in the missing ebuilds and patches and after reviewing the KDE project page and the 4.X guide, I've removed the package.mask entry for 4.2.0. So after the file is propagated to the mirrors, you'll be able to update to 4.2.0.<br />
As always, we hope you have much fun, but if you find any snags, let us know in #gentoo-kde or in bugzilla. Before you fill any bugs, please double check the KDE-4.X Guide[1] and search in bugzilla for the bug. As we already have some open bugs[2], you may want to start there.</p>

<p> [1] - <a href="http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml">http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml</a><br />
 [2] - <a href="https://bugs.gentoo.org/query.cgi?bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_id=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bugidtype=include&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;email1=kde%40gentoo.org&amp;email2=&amp;emailassigned_to1=1&amp;emailassigned_to2=1&amp;emailcc1=1&amp;emailcc2=1&amp;emailreporter2=1&amp;emailtype1=substring&amp;emailtype2=substring&amp;field-1-0-0=bug_status&amp;field-1-1-0=assigned_to&amp;field-1-1-1=cc&amp;field0-0-0=noop&amp;keywords=&amp;keywords_type=allwords&amp;long_desc=&amp;long_desc_type=substring&amp;query_format=advanced&amp;remaction=&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;status_whiteboard=&amp;status_whiteboard_type=allwordssubstr&amp;type-1-0-0=anyexact&amp;type-1-1-0=substring&amp;type-1-1-1=substring&amp;type0-0-0=noop&amp;value-1-0-0=NEW%2CASSIGNED%2CREOPENED&amp;value-1-1-0=kde%40gentoo.org&amp;value-1-1-1=kde%40gentoo.org&amp;value0-0-0=&amp;known_name=kde-open-bugs">https://bugs.gentoo.org/query.cgi?bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_id=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bugidtype=include&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;email1=kde%40gentoo.org&amp;email2=&amp;emailassigned_to1=1&amp;emailassigned_to2=1&amp;emailcc1=1&amp;emailcc2=1&amp;emailreporter2=1&amp;emailtype1=substring&amp;emailtype2=substring&amp;field-1-0-0=bug_status&amp;field-1-1-0=assigned_to&amp;field-1-1-1=cc&amp;field0-0-0=noop&amp;keywords=&amp;keywords_type=allwords&amp;long_desc=&amp;long_desc_type=substring&amp;query_format=advanced&amp;remaction=&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;status_whiteboard=&amp;status_whiteboard_type=allwordssubstr&amp;type-1-0-0=anyexact&amp;type-1-1-0=substring&amp;type-1-1-1=substring&amp;type0-0-0=noop&amp;value-1-0-0=NEW%2CASSIGNED%2CREOPENED&amp;value-1-1-0=kde%40gentoo.org&amp;value-1-1-1=kde%40gentoo.org&amp;value0-0-0=&amp;known_name=kde-open-bugs</a></p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2009/01/30/kde-4-2-is-now-unmasked">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2009/01/30/kde-4-2-is-now-unmasked#comments</comments>
		</item>
				<item>
			<title>KDE-4.2</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2009/01/25/kde-4-2</link>
			<pubDate>Sun, 25 Jan 2009 13:33:21 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1598@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;It's been a long time since I've last blogged about KDE, so let me bring some &quot;fresh news&quot;.&lt;br /&gt;
The Gentoo KDE team is getting ready to put the 4.2.0 release[1] in the tree as soon as the tarballs are available. The ebuilds are already available in the kde-testing[2] overlay and I've added yesterday the mask[3] to the tree.&lt;br /&gt;
Anyone wishing to install or upgrade to the 4.2.0 release should read carefully the KDE 4.X guide[4]. We'll be reviewing this guide carefully to &quot;smooth&quot; the upgrade from 4.1 to 4.2.&lt;/p&gt;

&lt;p&gt; [1] - &lt;a href=&quot;http://techbase.kde.org/Schedules/KDE4/4.2_Release_Schedule&quot;&gt;http://techbase.kde.org/Schedules/KDE4/4.2_Release_Schedule&lt;/a&gt;&lt;br /&gt;
 [2] - &lt;a href=&quot;http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=summary&quot;&gt;http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=summary&lt;/a&gt;&lt;br /&gt;
 [3] - &lt;a href=&quot;http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9421&amp;amp;r2=1.9422&quot;&gt;http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9421&amp;amp;r2=1.9422&lt;/a&gt;&lt;br /&gt;
 [4] - &lt;a href=&quot;http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml&quot;&gt;http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PS - In case you don't know how KDE releases work, you won't be able to upgrade until the tarballs are officially released into the KDE mirrors. So don't try to use the ebuilds in the overlay if you don't have access to the tarballs and instead be sure to wait for them to hit the tree.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2009/01/25/kde-4-2&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>It's been a long time since I've last blogged about KDE, so let me bring some "fresh news".<br />
The Gentoo KDE team is getting ready to put the 4.2.0 release[1] in the tree as soon as the tarballs are available. The ebuilds are already available in the kde-testing[2] overlay and I've added yesterday the mask[3] to the tree.<br />
Anyone wishing to install or upgrade to the 4.2.0 release should read carefully the KDE 4.X guide[4]. We'll be reviewing this guide carefully to "smooth" the upgrade from 4.1 to 4.2.</p>

<p> [1] - <a href="http://techbase.kde.org/Schedules/KDE4/4.2_Release_Schedule">http://techbase.kde.org/Schedules/KDE4/4.2_Release_Schedule</a><br />
 [2] - <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=summary">http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=summary</a><br />
 [3] - <a href="http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9421&amp;r2=1.9422">http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9421&amp;r2=1.9422</a><br />
 [4] - <a href="http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml">http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml</a></p>

<p>PS - In case you don't know how KDE releases work, you won't be able to upgrade until the tarballs are officially released into the KDE mirrors. So don't try to use the ebuilds in the overlay if you don't have access to the tarballs and instead be sure to wait for them to hit the tree.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2009/01/25/kde-4-2">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2009/01/25/kde-4-2#comments</comments>
		</item>
				<item>
			<title>compiz-0.7.8 is clear to land</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2008/10/31/compiz_0_7_8_is_clear_to_land</link>
			<pubDate>Fri, 31 Oct 2008 02:31:57 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1570@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;If you look at ${PORTDIR}/profiles/ChangeLog, you'll see the following entry:&lt;/p&gt;
&lt;pre&gt;
$ less `portageq portdir`/profiles/ChangeLog

  31 Oct 2008; Jorge Manuel B. S. Vicetto &amp;lt;jmbsvicetto@gentoo.org&amp;gt;
  package.mask:
  Removed the compiz-fusion-0.7.8 mask now that it has been in the tree for
  a few days.
&lt;/pre&gt;
&lt;p&gt;Have fun with compiz-fusion 0.7.8 and join us in #gentoo-desktop-effects on freenode or oftc and if you find a bug and report it in our &lt;a href=&quot;https://bugs.gentoo.org&quot;&gt;Bugzilla&lt;/a&gt; be sure to assign it to the desktop-effects at gentoo dot org team.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2008/10/31/compiz_0_7_8_is_clear_to_land&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>If you look at ${PORTDIR}/profiles/ChangeLog, you'll see the following entry:</p>
<pre>
$ less `portageq portdir`/profiles/ChangeLog

  31 Oct 2008; Jorge Manuel B. S. Vicetto &lt;jmbsvicetto@gentoo.org&gt;
  package.mask:
  Removed the compiz-fusion-0.7.8 mask now that it has been in the tree for
  a few days.
</pre>
<p>Have fun with compiz-fusion 0.7.8 and join us in #gentoo-desktop-effects on freenode or oftc and if you find a bug and report it in our <a href="https://bugs.gentoo.org">Bugzilla</a> be sure to assign it to the desktop-effects at gentoo dot org team.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2008/10/31/compiz_0_7_8_is_clear_to_land">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2008/10/31/compiz_0_7_8_is_clear_to_land#comments</comments>
		</item>
				<item>
			<title>compiz-0.7.8</title>
			<link>http://blogs.gentoo.org/jmbsvicetto/2008/10/27/compiz_0_7_8</link>
			<pubDate>Mon, 27 Oct 2008 03:46:56 +0000</pubDate>			<dc:creator>Jorge Manuel B. S. VICETTO</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1568@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;Just a small note that compiz-0.7.8 has landed on a tree close to you.&lt;/p&gt;
&lt;p&gt;After it was added on 2008-09-26 to the &lt;a href=&quot;http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git&quot;&gt;desktop-effects overlay&lt;/a&gt;, compiz-0.7.8 has now been committed to the tree. The 0.7.8 release is currently hard masked pending a final review, but should be unmasked in the next couple of days.&lt;/p&gt;
&lt;p&gt;This version uses EAPI-2, so it will require a PM that supports EAPI-2 (currently that means a testing version from one of the 3 PMs). It's possible (preferred) to install compiz-fusion by grabbing the &lt;a href=&quot;http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git;a=blob_plain;f=sets/compiz-fusion;hb=master&quot;&gt;compiz-fusion set&lt;/a&gt; from the &lt;a href=&quot;http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git;a=tree;f=sets;h=9d687d32c78567e698e64a8c400125754f145301;hb=master&quot;&gt;desktop-effects overlay sets dir&lt;/a&gt;.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/jmbsvicetto/2008/10/27/compiz_0_7_8&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Just a small note that compiz-0.7.8 has landed on a tree close to you.</p>
<p>After it was added on 2008-09-26 to the <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git">desktop-effects overlay</a>, compiz-0.7.8 has now been committed to the tree. The 0.7.8 release is currently hard masked pending a final review, but should be unmasked in the next couple of days.</p>
<p>This version uses EAPI-2, so it will require a PM that supports EAPI-2 (currently that means a testing version from one of the 3 PMs). It's possible (preferred) to install compiz-fusion by grabbing the <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git;a=blob_plain;f=sets/compiz-fusion;hb=master">compiz-fusion set</a> from the <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git;a=tree;f=sets;h=9d687d32c78567e698e64a8c400125754f145301;hb=master">desktop-effects overlay sets dir</a>.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/jmbsvicetto/2008/10/27/compiz_0_7_8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/jmbsvicetto/2008/10/27/compiz_0_7_8#comments</comments>
		</item>
			</channel>
</rss>
