<?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"
	>
<channel>
	<title>Commenti a: Cinelerra e Rpmfusion</title>
	<atom:link href="http://lab.marenectaris.net/20081107/cinelerra-e-rpmfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://lab.marenectaris.net/20081107/cinelerra-e-rpmfusion/</link>
	<description>Laboratorio informatico di ricerca e sviluppo</description>
	<pubDate>Mon, 06 Sep 2010 17:46:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Di: kwizart</title>
		<link>http://lab.marenectaris.net/20081107/cinelerra-e-rpmfusion/#comment-66</link>
		<dc:creator>kwizart</dc:creator>
		<pubDate>Tue, 20 Jan 2009 03:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://lab.marenectaris.net/?p=25#comment-66</guid>
		<description>The above repository doesn't participate in RPMFusion, hence isn't compliant with the fedora guidelines nor is possible to work along with RPMFusion. As explained in this interview: http://fedoraproject.org/wiki/Interviews/RPMFusion.

In the cinelerra case, there are still issues to be fixed before the RPMFusion introduction. And it will be fixed as soon as possible. Until then, the cinelerra-cv (Community Version) is available in the kwizart repository for F10 x86 and x86_64.

The kernel.shmmax tweak will be set on the package install, and does not need a reboot.

Nicolas (kwizart)</description>
		<content:encoded><![CDATA[<p>The above repository doesn&#8217;t participate in RPMFusion, hence isn&#8217;t compliant with the fedora guidelines nor is possible to work along with RPMFusion. As explained in this interview: <a href="http://fedoraproject.org/wiki/Interviews/RPMFusion" rel="nofollow">http://fedoraproject.org/wiki/Interviews/RPMFusion</a>.</p>
<p>In the cinelerra case, there are still issues to be fixed before the RPMFusion introduction. And it will be fixed as soon as possible. Until then, the cinelerra-cv (Community Version) is available in the kwizart repository for F10 x86 and x86_64.</p>
<p>The kernel.shmmax tweak will be set on the package install, and does not need a reboot.</p>
<p>Nicolas (kwizart)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Nick79</title>
		<link>http://lab.marenectaris.net/20081107/cinelerra-e-rpmfusion/#comment-52</link>
		<dc:creator>Nick79</dc:creator>
		<pubDate>Mon, 12 Jan 2009 09:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://lab.marenectaris.net/?p=25#comment-52</guid>
		<description>ho notato una pecca nel mio post.. ovvero che facendo solo così poi nno va più l'aggiornamento del sistema perchè cinelerra e kino (che ho attualmente installato) cercano il riferimento alla libav....so.51 mentre c'è installata a sistema la 52..pertanto è necessario creare un link alla 52 chimandola 51... 

purtroppo non ho ancora avuto tempo di testarla con mano.. quidni prendetela con le pinze :)

ciao
Nick</description>
		<content:encoded><![CDATA[<p>ho notato una pecca nel mio post.. ovvero che facendo solo così poi nno va più l&#8217;aggiornamento del sistema perchè cinelerra e kino (che ho attualmente installato) cercano il riferimento alla libav&#8230;.so.51 mentre c&#8217;è installata a sistema la 52..pertanto è necessario creare un link alla 52 chimandola 51&#8230; </p>
<p>purtroppo non ho ancora avuto tempo di testarla con mano.. quidni prendetela con le pinze <img src='http://lab.marenectaris.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ciao<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Giulio A.</title>
		<link>http://lab.marenectaris.net/20081107/cinelerra-e-rpmfusion/#comment-49</link>
		<dc:creator>Giulio A.</dc:creator>
		<pubDate>Sun, 11 Jan 2009 17:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://lab.marenectaris.net/?p=25#comment-49</guid>
		<description>Grazie del tuo contributo, Nick!</description>
		<content:encoded><![CDATA[<p>Grazie del tuo contributo, Nick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Nick79</title>
		<link>http://lab.marenectaris.net/20081107/cinelerra-e-rpmfusion/#comment-47</link>
		<dc:creator>Nick79</dc:creator>
		<pubDate>Sun, 11 Jan 2009 09:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://lab.marenectaris.net/?p=25#comment-47</guid>
		<description>Ciao a tutti, se può essere utile posso aggiungere che per l'installazione di cinelerra ho provato questo medotomolto semplice per l'installazione:

aggiunger ai repository di fedora 10 artrpms:

da terminale importare la chiave:

rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms

poi crere un nuovo file di repository con le seguenti righe

[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1 

da terminale eseguire
yum clean all
yum install cinelerra -y

e verrà installato senza errori ed automaticamente (o almeno a me ha fatto così :))

le info per inserire artrpms come prepository si trovano http://atrpms.net/install.html
Ciao
Nick</description>
		<content:encoded><![CDATA[<p>Ciao a tutti, se può essere utile posso aggiungere che per l&#8217;installazione di cinelerra ho provato questo medotomolto semplice per l&#8217;installazione:</p>
<p>aggiunger ai repository di fedora 10 artrpms:</p>
<p>da terminale importare la chiave:</p>
<p>rpm &#8211;import <a href="http://ATrpms.net/RPM-GPG-KEY.atrpms" rel="nofollow">http://ATrpms.net/RPM-GPG-KEY.atrpms</a></p>
<p>poi crere un nuovo file di repository con le seguenti righe</p>
<p>[atrpms]<br />
name=Fedora Core $releasever - $basearch - ATrpms<br />
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable<br />
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms<br />
gpgcheck=1 </p>
<p>da terminale eseguire<br />
yum clean all<br />
yum install cinelerra -y</p>
<p>e verrà installato senza errori ed automaticamente (o almeno a me ha fatto così :))</p>
<p>le info per inserire artrpms come prepository si trovano <a href="http://atrpms.net/install.html" rel="nofollow">http://atrpms.net/install.html</a><br />
Ciao<br />
Nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
