diff options
| author | Baptiste Fontaine | 2015-01-19 00:08:55 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-18 19:00:21 -0800 |
| commit | 34f2f987dd18df0e9fc5a03e66b7444cfc2dec1f (patch) | |
| tree | 055684327d74db863233b4eb391c9b164132d96b | |
| parent | 7e24768f2b4996d9e3c0c14af46ed1fb041a42cb (diff) | |
| download | homebrew-34f2f987dd18df0e9fc5a03e66b7444cfc2dec1f.tar.bz2 | |
clutter-gst 2.0.12
Closes #36014.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/clutter-gst.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/clutter-gst.rb b/Library/Formula/clutter-gst.rb index 505240233..4280a67fe 100644 --- a/Library/Formula/clutter-gst.rb +++ b/Library/Formula/clutter-gst.rb @@ -1,9 +1,7 @@ -require "formula" - class ClutterGst < Formula - homepage "https://wiki.gnome.org/Clutter" - url "http://ftp.gnome.org/pub/gnome/sources/clutter-gst/2.0/clutter-gst-2.0.10.tar.xz" - sha256 "f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00" + homepage "https://developer.gnome.org/clutter-gst/" + url "http://ftp.gnome.org/pub/gnome/sources/clutter-gst/2.0/clutter-gst-2.0.12.tar.xz" + sha256 "c2f1453692b0c3ff6a500113bc1d2c95d2bde11caca0809610a6d1424bbbffb5" depends_on "pkg-config" => :build depends_on "glib" @@ -28,7 +26,7 @@ class ClutterGst < Formula ENV.append "LDFLAGS", "-framework OpenGL" system "./configure", *args - system "make install" + system "make", "install" end end |
