<?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>gaskell.org &#187; linux</title>
	<atom:link href="http://gaskell.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://gaskell.org</link>
	<description>picking up where teh rest leave off</description>
	<lastBuildDate>Sun, 15 Nov 2009 07:55:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing pymedia on Ubuntu</title>
		<link>http://gaskell.org/installing-pymedia-on-ubuntu/</link>
		<comments>http://gaskell.org/installing-pymedia-on-ubuntu/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 03:51:37 +0000</pubDate>
		<dc:creator>andy gaskell</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[pymedia]]></category>

		<guid isPermaLink="false">http://gaskell.org/?p=57</guid>
		<description><![CDATA[I&#8217;ve been trying to install pymedia on a clean install of Ubuntu Hardy Heron and I was wasn&#8217;t able to get it to build using the official docs. Fortunately I found a couple of great blog posts. I ended up having to make a couple of changes: To install the dependencies I used: sudo apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to install pymedia on a clean install of Ubuntu Hardy Heron and I was wasn&#8217;t able to get it to build using the official docs. Fortunately I found a <a target="_blank" href="http://pythonide.blogspot.com/2007/10/how-to-install-pymedia-on-ubuntu-gutsy.html">couple</a> of <a target="_blank" href="http://jhcore.com/2008/06/18/pymedia-on-ubuntu-hardy-heron/">great</a> blog posts. I ended up having to make a couple of changes:</p>
<p>To install the dependencies I used:</p>
<pre class="code">
<code>sudo apt-get install python-dev libogg-dev libvorbis-dev liblame-dev <strong>libfaad-dev</strong> libasound2-dev python-pygame</code>
</pre>
<p>I had to go to /usr/bin and run this as <a target="_blank" href="http://jhcore.com/2008/06/18/pymedia-on-ubuntu-hardy-heron/#comments">Michael</a> suggests:</p>
<pre class="code">
<code>ln -s g++-3.4 g++</code>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://gaskell.org/installing-pymedia-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.533 seconds -->
