<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gnuton's Blog &#187; myPhone</title>
	<atom:link href="http://www.gnuton.org/blog/category/myphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnuton.org/blog</link>
	<description>A little blog of a little dreamer</description>
	<lastBuildDate>Tue, 08 Nov 2011 14:05:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gstreamer-FFmpeg for MeeGo 1.2 Harmattan</title>
		<link>http://www.gnuton.org/blog/2011/11/gstreamer-ffmpeg-for-meego-1-2-harmattan/</link>
		<comments>http://www.gnuton.org/blog/2011/11/gstreamer-ffmpeg-for-meego-1-2-harmattan/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 14:05:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[myLinux]]></category>
		<category><![CDATA[myPhone]]></category>
		<category><![CDATA[myProjects]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=541</guid>
		<description><![CDATA[Hi, If you are browsing this page you may be interested in adding additional codecs to the Harmattan GStreamer. Below you can find gstreamer-ffmpeg packages which allow your Qt app and the platform media player  to play more audio and video formats. The packages here available are basically the Maemo ones: I&#8217;ve done only few [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, If you are browsing this page you may be interested in adding additional codecs to the Harmattan GStreamer. Below you can find gstreamer-ffmpeg packages which allow your Qt app and the platform media player  to play more audio and video formats.</p>
<p>The packages here available are basically the Maemo ones: I&#8217;ve done only few changes in the debian files to let this package build on harmattan. Its source code has not been modified at all and it can be found in the Maemo extras repository: <a href="http://repository.maemo.org/extras-devel/pool/fremantle-1.3/free/source/g/gstreamer0.10-ffmpeg/" target="_blank">http://repository.maemo.org/<wbr>extras-devel/pool/fremantle-1.<wbr>3/free/source/g/gstreamer0.10-<wbr>ffmpeg/</wbr></wbr></wbr></a></p>
<p>The packages you need to install on the device are the following:</p>
<ul>
<li><a href="http://www.mediafire.com/?mokqhsckerhm4pi">gstreamer0.10-ffmpeg_0.10.9-2maemo2_armel.deb</a></li>
<li><a href="http://www.mediafire.com/?4hgsb0hbcuvux9j">liboil0.3_0.3.17-1maemo3+0m6_armel.deb</a></li>
</ul>
<p>If you are a developer and you found a bug you may want to install debug symbols on your device. If you are a normal user you don&#8217;t need this package at all!</p>
<div>
<blockquote>
<div>
<div>
<div>
<ul>
<li><a href="http://www.mediafire.com/?icaoz9w8jzz7234">gstreamer0.10-ffmpeg-dbg_0.10.</a><wbr><a href="http://www.mediafire.com/?icaoz9w8jzz7234">9-2maemo2_armel.deb</a></wbr></li>
</ul>
<p>In case you want to re-build this package on harmattan you have to:</p>
</div>
</div>
<div>1. Download the tarball from <a title="gstreamer0.10-ffmpeg-0.10.9-harmattan.tgz" href="http://www.mediafire.com/?1ybm9gq1kev1dcd" target="_blank">gstreamer0.10-ffmpeg-0.10.9-<wbr>harmattan.tgz  (I apologize if it&#8217;s not in the standard debian way &#8211; tgz + dsc)</wbr></a></div>
<div>2.uncompress the file with: tar cvf <a title="gstreamer0.10-ffmpeg-0.10.9-harmattan.tgz" href="http://www.mediafire.com/?1ybm9gq1kev1dcd" target="_blank">gstreamer0.10-ffmpeg-0.10.9-<wbr>harmattan.tgz .</wbr></a></div>
<div>3. build it in the harmattan platform SDK (scratchbox) with the command dpkg-buildpackage -rfakeroot -b</div>
<div>To build this package you don&#8217;t need external dependencies. Additional libs are required in case you want to support additional codecs.</div>
</div>
</blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2011/11/gstreamer-ffmpeg-for-meego-1-2-harmattan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent QML applications</title>
		<link>http://www.gnuton.org/blog/2011/01/transparent-qml-application/</link>
		<comments>http://www.gnuton.org/blog/2011/01/transparent-qml-application/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 15:13:58 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[myDocs]]></category>
		<category><![CDATA[myLinux]]></category>
		<category><![CDATA[myPhone]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[QML]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=485</guid>
		<description><![CDATA[Here is the code to make a QDeclarativeView based application transparent. #include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); QDeclarativeView view; view.setSource(QUrl::fromLocalFile(&#8220;myqmlfile.qml&#8221;)); view.setAttribute(Qt::WA_TranslucentBackground); view.viewport()-&#62;setAutoFillBackground(false); view.show(); return a.exec(); }]]></description>
			<content:encoded><![CDATA[<p>Here is the code to make a QDeclarativeView based application transparent.</p>
<p>#include<br />
#include </p>
<p>int main(int argc, char *argv[])<br />
{<br />
    QApplication a(argc, argv);</p>
<p>    QDeclarativeView view;<br />
    view.setSource(QUrl::fromLocalFile(&#8220;myqmlfile.qml&#8221;));<br />
    view.setAttribute(Qt::WA_TranslucentBackground);<br />
    view.viewport()-&gt;setAutoFillBackground(false);</p>
<p>    view.show();<br />
    return a.exec();<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2011/01/transparent-qml-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fring turns your mobile in a VOIP phone</title>
		<link>http://www.gnuton.org/blog/2008/12/fring-turns-your-mobile-in-a-voip-phone/</link>
		<comments>http://www.gnuton.org/blog/2008/12/fring-turns-your-mobile-in-a-voip-phone/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 13:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[myPhone]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=347</guid>
		<description><![CDATA[On this weekend I tried some interesting Symbian applications. One of them is really interesting. It&#8217;s named Fring. If you have a wireless broadband connection or a prepaied packet GPRS/UMTS connection, probably you may be an happy fring user. I use it with my wireless connection in order to call some people via Skype and [...]]]></description>
			<content:encoded><![CDATA[<p>On this weekend I tried some interesting Symbian applications.</p>
<p>One of them is really interesting. It&#8217;s named Fring.</p>
<p>If you have a wireless broadband connection or a prepaied packet GPRS/UMTS connection, probably you may be an happy fring user.</p>
<p>I use it with my wireless connection in order to call some people via Skype and GTalk.</p>
<p>Its interface is like the standard Nokia interface, so you don&#8217;t get in trouble using it.</p>
<p>From my tests: The skype plug in seems to works fine, instead the quality of the call throught GTalk service seems to be still poor.</p>
<p>Fring can manage MSN accounts, Yahoo.. etc..</p>
<p>Very fun is also checking your/your friends&#8217; facebook status with it.</p>
<p>You can download and learn more about Fring from <a href="http://www.fring.com">fring.com.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2008/12/fring-turns-your-mobile-in-a-voip-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

