diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/kde-phonon.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/kde-phonon.rb b/Library/Formula/kde-phonon.rb index 7864e5b31..a21fb599e 100644 --- a/Library/Formula/kde-phonon.rb +++ b/Library/Formula/kde-phonon.rb @@ -1,9 +1,9 @@ require 'formula' class KdePhonon <Formula - url 'ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.2/phonon-4.4.2.tar.bz2' + url 'ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.4/src/phonon-4.4.4.tar.bz2' homepage 'http://phonon.kde.org/' - md5 'd9eab28383783261254f1cef3b92a3fa' + md5 '1deb14ecb2185e1f2fe2741a0bd46852' depends_on 'cmake' => :build depends_on 'automoc4' => :build @@ -11,11 +11,6 @@ class KdePhonon <Formula keg_only "This package is already supplied by Qt and is only needed by KDE packages." - def patches - # Add missing QUuid include; committed upstream. - "http://gitorious.org/phonon/phonon/commit/8e96bbfb1ab4b1c75e4c417549fcc0d3ae9e2183.patch" - end - def install system "cmake . #{std_cmake_parameters}" system "make install" |
