<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Library/Formula/libmikmod.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,14 @@
 require 'formula'
 
 class Sdl &lt;Formula
-  @url='http://www.libsdl.org/release/SDL-1.2.13.tar.gz'
-  @homepage='http://www.libsdl.org/index.php'
-  @md5='c6660feea2a6834de10bc71b2f8e4d88'
-
-  def patches
-    { :p0 =&gt; &quot;http://methylblue.com/junk/libsdl-1.2.13-10.6.patch&quot; }
-  end
+  url 'http://www.libsdl.org/release/SDL-1.2.14.tar.gz'
+  homepage 'http://www.libsdl.org/'
+  md5 'e52086d1b508fa0b76c52ee30b55bec4'
 
   def install
     ENV.gcc_4_2
     system &quot;./configure&quot;, &quot;--prefix=#{prefix}&quot;, &quot;--disable-debug&quot;,
                           &quot;--disable-dependency-tracking&quot;,
-                          &quot;--disable-video-x11&quot;,
                           &quot;--disable-nasm&quot;
     system &quot;make install&quot;
     </diff>
      <filename>Library/Formula/sdl.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
 require 'formula'
 
 class SdlImage &lt;Formula
-  url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.7.tar.gz'
+  url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.8.tar.gz'
   homepage 'http://www.libsdl.org/projects/SDL_image'
-  md5 'a729ff61f74f0a45ec7fe36354cf938e'
+  md5 '2e7c3efa0ec2acc039c46960e27c0792'
 
   depends_on 'libpng'
   depends_on 'sdl'</diff>
      <filename>Library/Formula/sdl_image.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,15 @@
 require 'formula'
 
 class SdlMixer &lt;Formula
-  url 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.8.tar.gz'
+  url 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.9.tar.gz'
   homepage 'http://www.libsdl.org/projects/SDL_mixer/'
-  md5 '0b5b91015d0f3bd9597e094ba67c4d65'
+  md5 'a9eb8750e920829ff41dbe7555850156'
 
   depends_on 'sdl'
+  depends_on 'flac' =&gt; :optional
+  depends_on 'libmikmod' =&gt; :optional
+  #depends_on 'smpeg' =&gt; :optional  # http://icculus.org/smpeg/
   
-  def patches
-    # http://www.libsdl.org/cgi/viewvc.cgi/trunk/SDL_mixer/configure.in?r1=4868&amp;r2=4867&amp;pathrev=4868
-    DATA
-  end
-
   def install
     # We use a private include folder, and then
     # symlink the header file ourselves.
@@ -19,9 +17,7 @@ class SdlMixer &lt;Formula
     system &quot;./configure&quot;, &quot;--prefix=#{prefix}&quot;,
                           &quot;--includedir=#{prefix}/priv_include&quot;,
                           &quot;--disable-debug&quot;,
-                          &quot;--disable-dependency-tracking&quot;,
-                          # http://trac.macports.org/changeset/58317
-                          &quot;--disable-music-native-midi&quot;
+                          &quot;--disable-dependency-tracking&quot;
     system &quot;make install&quot;
 
     # Hack alert:
@@ -30,21 +26,3 @@ class SdlMixer &lt;Formula
     FileUtils.ln_s &quot;#{prefix}/priv_include/SDL/SDL_mixer.h&quot;, &quot;#{HOMEBREW_PREFIX}/include/SDL&quot;
   end
 end
-
-
-__END__
---- a/configure.in	2009/09/27 19:23:04	4867
-+++ b/configure.in	2009/09/27 19:34:09	4868
-@@ -221,8 +221,10 @@
-                 EXTRA_LDFLAGS=&quot;$EXTRA_LDFLAGS -lwinmm&quot;
-                 ;;
-             *-*-darwin*)
--                use_music_native_midi=yes
--                EXTRA_LDFLAGS=&quot;$EXTRA_LDFLAGS -Wl,-framework,QuickTime -Wl,-framework,CoreServices&quot;
-+                # This doesn't work on Mac OS X 10.5+
-+                # Max Horn (the original author) recommends disabling it for now.
-+                #use_music_native_midi=yes
-+                #EXTRA_LDFLAGS=&quot;$EXTRA_LDFLAGS -Wl,-framework,QuickTime -Wl,-framework,CoreServices&quot;
-                 ;;
-         esac
-         if test x$use_music_native_midi = xyes; then</diff>
      <filename>Library/Formula/sdl_mixer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>54d838395a1529a21b0b4d7fb18d841d96a05a66</id>
    </parent>
  </parents>
  <author>
    <name>Adam Vandenberg</name>
    <email>flangy@gmail.com</email>
  </author>
  <url>http://github.com/patmcnally/homebrew/commit/c21db3bad5b5941a913b3f6b250421d2d2c47adb</url>
  <id>c21db3bad5b5941a913b3f6b250421d2d2c47adb</id>
  <committed-date>2009-10-20T20:12:30-07:00</committed-date>
  <authored-date>2009-10-20T20:11:35-07:00</authored-date>
  <message>Update SDL for Snow Leopard. Add libmikmod.</message>
  <tree>db0266e2e87443ef042a3b244ba689d65697c360</tree>
  <committer>
    <name>Adam Vandenberg</name>
    <email>flangy@gmail.com</email>
  </committer>
</commit>
