diff options
| author | Dominyk Tiller | 2014-10-20 19:22:40 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-10-20 14:33:14 -0500 |
| commit | d3327217701500cc372f3e05996b7e57e70e6752 (patch) | |
| tree | b198ba8affba34e4d270be3c5ad6d09fae27cf82 | |
| parent | 4da022aa97f5ade4d01481811edba8ce10e65e93 (diff) | |
| download | homebrew-d3327217701500cc372f3e05996b7e57e70e6752.tar.bz2 | |
sfml: added head
Closes #33395.
Closes #33396.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/sfml.rb | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Library/Formula/sfml.rb b/Library/Formula/sfml.rb index d6bc86631..c49b604a6 100644 --- a/Library/Formula/sfml.rb +++ b/Library/Formula/sfml.rb @@ -2,8 +2,16 @@ require "formula" class Sfml < Formula homepage "http://www.sfml-dev.org/" - url "http://www.sfml-dev.org/download/sfml/2.1/SFML-2.1-sources.zip" - sha1 "c27bdffdc4bedb5f6a20db03ceca715d42aa5752" + + stable do + url "http://www.sfml-dev.org/download/sfml/2.1/SFML-2.1-sources.zip" + sha1 "c27bdffdc4bedb5f6a20db03ceca715d42aa5752" + + # Too many upstream differences to fix Yosemite compile. + # Big code changes upstream since previous release 15 months ago. + # Please remove this block with the next stable release. + depends_on MaximumMacOSRequirement => :mavericks + end bottle do cellar :any @@ -12,6 +20,8 @@ class Sfml < Formula sha1 "ad6f666a6a23ddf5eab12a58f4c6dd0b8e6b777b" => :lion end + head "https://github.com/LaurentGomila/SFML.git" + depends_on "cmake" => :build depends_on "freetype" depends_on "glew" |
