diff options
| author | Misty De Meo | 2013-04-07 21:32:35 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2013-04-08 22:12:25 -0500 | 
| commit | 6ec8cfd269a8da21d6e2d0755e18b4b79383ea5b (patch) | |
| tree | 3bac357babd8fa9c9f16901766b2b6d4d781d609 /Library | |
| parent | 48bdd25740b19c011100ffaf01b75b5d305bc156 (diff) | |
| download | homebrew-6ec8cfd269a8da21d6e2d0755e18b4b79383ea5b.tar.bz2 | |
libxmp 4.0.4
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libxmp.rb | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/libxmp.rb b/Library/Formula/libxmp.rb index f57500c3b..0fe82cab5 100644 --- a/Library/Formula/libxmp.rb +++ b/Library/Formula/libxmp.rb @@ -2,18 +2,12 @@ require 'formula'  class Libxmp < Formula    homepage 'http://xmp.sourceforge.net' -  url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.0.1/libxmp-4.0.1.tar.gz' -  sha1 '2deeb3df362f01dcd39a874c83010c02bf4e8177' +  url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.0.4/libxmp-4.0.4.tar.gz' +  sha1 'b8078f9565eba4ad540b7ac3dc4c98e6369bd760'    head 'git://xmp.git.sourceforge.net/gitroot/xmp/xmp'    depends_on :autoconf if build.head? -  # Fixes channel volume setting -  # Merged upstream, will be in 4.0.2 -  def patches -    "http://sourceforge.net/mailarchive/attachment.php?list_name=xmp-devel&message_id=CAGfWt5eaw-5ofKGpM6SO%3D%2BwB0cyVZNi4Y1NFBRnOAXyFqu56yg%40mail.gmail.com&counter=1" -  end unless build.head? -    def install      system "autoconf" if build.head?      system "./configure", "--prefix=#{prefix}"  | 
