aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2014-02-23 13:32:28 -0800
committerMisty De Meo2014-02-23 14:29:30 -0800
commitc0fb8111c48790a2ee566f6aa98fcba42b35ed72 (patch)
treeacfba4c598cbe86adee508518f84ced52589b327 /Library/Formula
parent9df4abd5088644877cec09216e94414677e4d596 (diff)
downloadhomebrew-c0fb8111c48790a2ee566f6aa98fcba42b35ed72.tar.bz2
libxmp 4.2.4
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libxmp.rb17
1 files changed, 2 insertions, 15 deletions
diff --git a/Library/Formula/libxmp.rb b/Library/Formula/libxmp.rb
index c3184bfa5..377638ed9 100644
--- a/Library/Formula/libxmp.rb
+++ b/Library/Formula/libxmp.rb
@@ -2,27 +2,14 @@ require 'formula'
class Libxmp < Formula
homepage 'http://xmp.sourceforge.net'
- url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.2.2/libxmp-4.2.2.tar.gz'
- sha1 '54d2db955b48e5ebdcfb6809d7cab3ce146c7611'
+ url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.2.4/libxmp-4.2.4.tar.gz'
+ sha1 '4f96481a462fead157f7cd9c4c4526b337c3e72f'
head do
url 'git://git.code.sf.net/p/xmp/libxmp'
depends_on :autoconf
end
- # Both of these patches have been applied upstream and should be in
- # the next release.
- def patches
- unless build.head?
- [
- # fixes dylib versioning
- 'https://github.com/cmatsuoka/libxmp/commit/c6301dc68e1c1f6c247667df56fda754412cfb48.patch',
- # fixes replay time of S3M modules
- 'https://github.com/cmatsuoka/libxmp/commit/3368bb9a4583d75e1844fad5caa964045d007179.patch'
- ]
- end
- end
-
def install
system "autoconf" if build.head?
system "./configure", "--prefix=#{prefix}"