<?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>PLATFORMedia LLC &#187; music</title>
	<atom:link href="http://platformedia.com/oss-blog/tag/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sun, 08 Jan 2012 06:55:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>lmms with Fedora &#8211; compile source</title>
		<link>http://platformedia.com/oss-blog/lmms-with-fedora-compile-source/</link>
		<comments>http://platformedia.com/oss-blog/lmms-with-fedora-compile-source/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lmms]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2009/03/lmms-with-fedora-compile-source/</guid>
		<description><![CDATA[lmms has some dependencies that are not so easy to determine for Fedora
Basic setup :

yum install cmake git
yum install qt qt-devel

Synth extras :

yum install libsndfile libsndfile-devel
yum install fluidsynth fluidsynth-devel
yum install stk stk-devel
yum install fftw-devel

Importantly for wine VST(i) :

yum install wine wine-devel
yum install glibc-devel.i386

Hope this helps
]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/lmms-with-fedora-compile-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reset MythTV music database</title>
		<link>http://platformedia.com/oss-blog/reset-mythtv-music-database/</link>
		<comments>http://platformedia.com/oss-blog/reset-mythtv-music-database/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 22:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/08/reset-mythtv-music-database/</guid>
		<description><![CDATA[mysql -u mythtv -p mythconverg
delete from music_directories;delete from music_genres;delete from music_artists;delete from music_albums;delete from music_albumart;delete from music_songs;
and then reload all the music files by :
Utilities/Setup &#8211; Music Tools (which then rescans the files)
]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/reset-mythtv-music-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hydrogen on FC6</title>
		<link>http://platformedia.com/oss-blog/hydrogen-on-fc6/</link>
		<comments>http://platformedia.com/oss-blog/hydrogen-on-fc6/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 05:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fc6]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2007/01/hydrogen-on-fc6/</guid>
		<description><![CDATA[# yum install qt-devel# QTDIR=/usr/lib/qt-3.3; export QTDIR
# yum install libsndfile-devel# yum install flac-devel# ./configure 
# make
src/lib/xml/tinyxml.h:828: error: extra qualification ‘TiXmlDeclaration::’ on member ‘TiXmlDeclaration’
Problem : GCC 4 is giving us problems with hydrogen-0.9.3 
Patch :
# scite src/lib/xml/tinyxml.h &#038;
@@ -823,7 +823,7 @@  /// Construct.- TiXmlDeclaration::TiXmlDeclaration( const char * _version,+ TiXmlDeclaration( const char * _version,
make
 now completes, [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/hydrogen-on-fc6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

