Update gst-python.rb
This commit is contained in:
parent
ea9aaf87d4
commit
f25f3e1c86
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ class GstPython < Formula
|
|||
url "http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz"
|
||||
sha256 "b1e40c29ceb41b03f08d38aca6056054f0341d0706276326dceeec6ac8d53d3e"
|
||||
|
||||
head "http:/"
|
||||
head "http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz"
|
||||
|
||||
depends_on "gst-plugins-base"
|
||||
depends_on "pygtk"
|
||||
|
@ -16,6 +16,7 @@ class GstPython < Formula
|
|||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "gst-inspect-1.0", "python"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue