clutter-gst 3.0.27

Closes #36791.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Tom Schoonjans 2019-02-07 10:35:31 +00:00 committed by FX Coudert
parent e500d212d5
commit e661de868c

View file

@ -1,9 +1,8 @@
class ClutterGst < Formula
desc "ClutterMedia interface using GStreamer for video and audio"
homepage "https://developer.gnome.org/clutter-gst/"
url "https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.26.tar.xz"
sha256 "d8618a6d9accec0f2a8574c5e1220051f8505fb82b20336c26bdbd482aa6cb3a"
revision 1
url "https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz"
sha256 "fe69bd6c659d24ab30da3f091eb91cd1970026d431179b0724f13791e8ad9f9d"
bottle do
sha256 "4b5dba13db6ed368bd34224d1b3ad0f1d73a0092a398fd7c8a25a23a646c5bf7" => :high_sierra
@ -11,6 +10,7 @@ class ClutterGst < Formula
sha256 "887250619929ceed1616de68dfeb95818ff87a3c67e739897b728fdb0df539f4" => :el_capitan
end
depends_on "gobject-introspection" => :build
depends_on "pkg-config" => :build
depends_on "clutter"
depends_on "gdk-pixbuf"
@ -27,10 +27,6 @@ class ClutterGst < Formula
--disable-gtk-doc-html
]
# the source code requires gdk-pixbuf but configure doesn't look for it
ENV.append "CFLAGS", `pkg-config --cflags gdk-pixbuf-2.0`.chomp
ENV.append "LIBS", `pkg-config --libs gdk-pixbuf-2.0`.chomp
system "./configure", *args
system "make", "install"
end