From 34f2f987dd18df0e9fc5a03e66b7444cfc2dec1f Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 19 Jan 2015 00:08:55 +0100 Subject: clutter-gst 2.0.12 Closes #36014. Signed-off-by: Tim D. Smith --- Library/Formula/clutter-gst.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3