<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,18 +2,23 @@ namespace :panda do
   
   desc &quot;Install Ruby Gems&quot;
   task :install_rubygems do
-    [&quot;wget http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz&quot;,
-      &quot;tar -xf rubygems-1.2.0.tgz&quot;,
-      &quot;cd rubygems-1.2.0 &amp;&amp; ruby setup.rb&quot;,
+    [&quot;wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz&quot;,
+      &quot;tar -xf rubygems-1.3.1.tgz&quot;,
+      &quot;cd rubygems-1.3.1 &amp;&amp; ruby setup.rb&quot;,
       &quot;sudo ln -s /usr/bin/gem1.8 /usr/bin/gem&quot;,
       &quot;gem sources -a http://gems.github.com&quot;,
       &quot;PATH=${PATH}:/var/lib/gems/1.8/bin/&quot;,
       &quot;export PATH&quot;].each {|cmd| run cmd}
   end
   
+  desc &quot;Prepare for Merb&quot;
+  task :prepare_merb do
+    [&quot;sudo apt-get install sqlite3 libsqlite3-dev&quot;].each {|cmd| run cmd}
+  end
+  
   desc &quot;Install all required gems&quot;
   task :install_gems do
-    gems = %w(merb merb_helpers merb_activerecord activesupport god aws-s3 rubigen RubyInline amazon_sdb SQS merb-assets merb-mailer merb_helpers uuid amazon_sdb activesupport rvideo activerecord rack tlsmail)
+    gems = %w(sqlite3-ruby merb merb_helpers merb_activerecord activesupport god aws-s3 rubigen RubyInline amazon_sdb SQS merb-assets merb-mailer merb_helpers uuid amazon_sdb activesupport rvideo activerecord rack tlsmail)
     gems.each do |gem|
       sudo &quot;gem install #{gem}&quot;
     end</diff>
      <filename>gems.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,28 +12,30 @@ namespace :panda do
       &quot;cd zlib-1.2.3 &amp;&amp; ./configure --prefix=/usr/local/zlib &amp;&amp; sudo make &amp;&amp; sudo make install&quot;].each {|cmd| run cmd}
    end
    
-   #desc &quot;Install all required files&quot;
-   #task :install_all_required_files do
-  #   [&quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/g/gpac/libgpac-dev_0.4.4-0.3ubuntu1_amd64.deb&quot;,
-  #    &quot;sudo dpkg -i libgpac-dev_0.4.4-0.3ubuntu1_amd64.deb&quot;,
-  #    &quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/f/faac/libfaac-dev_1.26-0.1ubuntu1_amd64.deb&quot;,
-  #    &quot;sudo dpkg -i libfaac-dev_1.26-0.1ubuntu1_amd64.deb&quot;,
-  #    &quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/f/faac/libfaac0_1.26-0.1ubuntu1_amd64.deb&quot;,
-  #    &quot;sudo dpkg -i libfaac0_1.26-0.1ubuntu1_amd64.deb&quot;,
-  #    &quot;sudo apt-get install flvtool2&quot;
-  #    ].each {|cmd| run cmd}
-  # end
+   desc &quot;Install all required files&quot;
+   task :install_all_required_files do
+     [&quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/g/gpac/libgpac-dev_0.4.4-0.3ubuntu1_amd64.deb&quot;,
+      &quot;sudo dpkg -i libgpac-dev_0.4.4-0.3ubuntu1_amd64.deb&quot;,
+      &quot;wget http://mirrors.kernel.org/ubuntu/pool/multiverse/f/faac/libfaac0_1.26-0.1ubuntu2_amd64.deb&quot;,
+      &quot;sudo dpkg -i libfaac0_1.26-0.1ubuntu2_amd64.deb&quot;,
+      &quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/f/faac/libfaac-dev_1.26-0.1ubuntu1_amd64.deb&quot;,
+      &quot;sudo dpkg -i libfaac-dev_1.26-0.1ubuntu1_amd64.deb&quot;,
+      &quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/f/faac/libfaac0_1.26-0.1ubuntu1_amd64.deb&quot;,
+      &quot;sudo dpkg -i libfaac0_1.26-0.1ubuntu1_amd64.deb&quot;,
+      &quot;sudo apt-get install flvtool2&quot;
+      ].each {|cmd| run cmd}
+   end
 
    # Uncomment this section when using a 32-bit instance
    # TODO - Check uname output and switch appropriately
-    desc &quot;Install all required files&quot;
-    task :install_all_required_files do
-      [&quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/g/gpac/libgpac-dev_0.4.4-0.3ubuntu1_i386.deb&quot;,
-       &quot;sudo dpkg -i libgpac-dev_0.4.4-0.3ubuntu1_i386.deb&quot;,
-       &quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/f/faac/libfaac0_1.26-0.1ubuntu1_i386.deb&quot;,
-       &quot;sudo dpkg -i libfaac0_1.26-0.1ubuntu1_i386.deb&quot;,
-       &quot;sudo apt-get install flvtool2&quot;
-       ].each {|cmd| run cmd}
-    end
+#    desc &quot;Install all required files&quot;
+#    task :install_all_required_files do
+#      [&quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/g/gpac/libgpac-dev_0.4.4-0.3ubuntu1_i386.deb&quot;,
+#       &quot;sudo dpkg -i libgpac-dev_0.4.4-0.3ubuntu1_i386.deb&quot;,
+#       &quot;wget http://fr.archive.ubuntu.com/ubuntu/pool/multiverse/f/faac/libfaac0_1.26-0.1ubuntu1_i386.deb&quot;,
+#       &quot;sudo dpkg -i libfaac0_1.26-0.1ubuntu1_i386.deb&quot;,
+#       &quot;sudo apt-get install flvtool2&quot;
+#       ].each {|cmd| run cmd}
+#    end
    
 end
\ No newline at end of file</diff>
      <filename>system.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a46edd46151444b8e7b3aacd2ef65ed24c6ab17a</id>
    </parent>
  </parents>
  <author>
    <name>Red Davis</name>
    <email>reddavis@gmail.com</email>
  </author>
  <url>http://github.com/reddavis/panda_cap/commit/fc7a004a605eeae2bfbd101014505adb11a3d66e</url>
  <id>fc7a004a605eeae2bfbd101014505adb11a3d66e</id>
  <committed-date>2008-11-27T07:03:35-08:00</committed-date>
  <authored-date>2008-11-27T07:03:35-08:00</authored-date>
  <message>libfaac0 is required</message>
  <tree>adce714d8ad95e8fe83a6bd7bd8dc976ca4d593a</tree>
  <committer>
    <name>Red Davis</name>
    <email>reddavis@gmail.com</email>
  </committer>
</commit>
