<?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>Imaging and a little bit of OSS &#187; mplayer</title>
	<atom:link href="http://nuclear-imaging.info/site_content/tag/mplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://nuclear-imaging.info/site_content</link>
	<description>Yet another techno blog</description>
	<lastBuildDate>Wed, 09 May 2012 13:02:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Mplayer and VLC workaround for Jaunty (Alpha 4)</title>
		<link>http://nuclear-imaging.info/site_content/2009/02/11/mplayer-and-vlc-workaround-for-jaunty-alpha-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mplayer-and-vlc-workaround-for-jaunty-alpha-4</link>
		<comments>http://nuclear-imaging.info/site_content/2009/02/11/mplayer-and-vlc-workaround-for-jaunty-alpha-4/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:23:27 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Linux and OSS]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=115</guid>
		<description><![CDATA[There were unmet dependencies (libx264-59) for vlc and mplayer in the latest release of Jaunty Alpha. A bug report was filed by several users on launchpad.net One of the users posted this workaround to get both mplayer and VLC working in Ubuntu (9.04) Alpha 4. To solve the problem, just get libx264 here: http://packages.ubuntu.com/us/intrepid/i386/libx264-59/download Just <a href='http://nuclear-imaging.info/site_content/2009/02/11/mplayer-and-vlc-workaround-for-jaunty-alpha-4/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>There were unmet dependencies (libx264-59) for vlc and mplayer in the latest release of Jaunty Alpha. A bug report was filed by several users on <a title="libx264-59 fix for Ubuntu (Jaunty Alpha 4)" href="https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/325720" target="_blank">launchpad.net</a></p>
<p>One of the users posted this workaround to get both mplayer and VLC working in Ubuntu (9.04) Alpha 4.</p>
<blockquote><p>To solve the problem, just get libx264 here:<br />
<a title="Mirror for the libx264-59 package" href="http://packages.ubuntu.com/us/intrepid/i386/libx264-59/download" target="_blank"> http://packages.ubuntu.com/us/intrepid/i386/libx264-59/download</a><br />
Just installed it manually (sudo dpkg -i libx264-59_0.svn20080408-0.0ubuntu1_i386.deb)<br />
I then installed mplayer and vlc using medibuntu repos.</p></blockquote>
<p>Running:</p>
<pre>sudo apt-get install mplayer vlc</pre>
<p>Gets these packages working!</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2009/02/11/mplayer-and-vlc-workaround-for-jaunty-alpha-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mplayer has unmet dependencies in Ubuntu 9.04 (Alpha 4)</title>
		<link>http://nuclear-imaging.info/site_content/2009/02/09/mplayer-has-unmet-dependencies-in-ubuntu-904-alpha-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mplayer-has-unmet-dependencies-in-ubuntu-904-alpha-4</link>
		<comments>http://nuclear-imaging.info/site_content/2009/02/09/mplayer-has-unmet-dependencies-in-ubuntu-904-alpha-4/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 00:47:58 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Linux and OSS]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[mplayer]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=94</guid>
		<description><![CDATA[Some of the repositories which hold the libraries for mplayer seem to be broken in the Alpha 4 release of Ubuntu 9.04 (Jaunty Jackalope). What&#8217;s surprising is that the mplayer installation in Alpha 3 meets all the dependencies and fetches the files correctly, however that for Alpha 4 don&#8217;t. One workaround for vlc is to <a href='http://nuclear-imaging.info/site_content/2009/02/09/mplayer-has-unmet-dependencies-in-ubuntu-904-alpha-4/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Some of the repositories which hold the libraries for mplayer seem to be broken in the Alpha 4 release of Ubuntu 9.04 (Jaunty Jackalope). What&#8217;s surprising is that the mplayer installation in Alpha 3 meets all the dependencies and fetches the files correctly, however that for Alpha 4 don&#8217;t.</p>
<p>One workaround for vlc is to install libx264-dev, and then install VLC:</p>
<blockquote><p>$sudo apt-get install libx264-dev vlc</p></blockquote>
<p>This still leaves unmet dependencies for mplayer.</p>
<blockquote><p>rick@lithium:~$ sudo apt-get install mplayer<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
Some packages could not be installed. This may mean that you have<br />
requested an impossible situation or if you are using the unstable<br />
distribution that some required packages have not yet been created<br />
or been moved out of Incoming.<br />
The following information may help to resolve the situation:</p>
<p>The following packages have unmet dependencies:<br />
mplayer: Depends: libx264-59 (&gt;= 1:0.svn20080408) but it is not installable<br />
E: Broken packages<br />
rick@lithium:~$</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2009/02/09/mplayer-has-unmet-dependencies-in-ubuntu-904-alpha-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

