diff options
| author | Jack Nagel | 2014-06-01 11:03:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-01 11:05:54 -0500 |
| commit | 9f90bf91ea912ac3350750333ec932b5aa2f40d0 (patch) | |
| tree | a1393ad520ac6afa08c2038235711d1c9fbc2aa5 /Library/Formula | |
| parent | 821670d7de2deb71af7aae2d5fd063ef4ee8315c (diff) | |
| download | homebrew-9f90bf91ea912ac3350750333ec932b5aa2f40d0.tar.bz2 | |
gupnp 0.20.12
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gupnp.rb | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/Library/Formula/gupnp.rb b/Library/Formula/gupnp.rb index 59e2d12ff..2d1d86ba3 100644 --- a/Library/Formula/gupnp.rb +++ b/Library/Formula/gupnp.rb @@ -2,8 +2,8 @@ require "formula" class Gupnp < Formula homepage "https://wiki.gnome.org/GUPnP/" - url "http://ftp.gnome.org/pub/gnome/sources/gupnp/0.20/gupnp-0.20.11.tar.xz" - sha1 "df8fd34bc50a567610899e071e0fa724188ebcfd" + url "http://ftp.gnome.org/pub/gnome/sources/gupnp/0.20/gupnp-0.20.12.tar.xz" + sha1 "fbc23c0fa0df70f44d50b2ed88dc2c4dc06d166c" depends_on "pkg-config" => :build depends_on "intltool" => :build @@ -12,9 +12,6 @@ class Gupnp < Formula depends_on "libsoup" depends_on "gssdp" - # Per MacPorts, fix compilation with clang - patch :DATA - def install system "./configure", "--disable-debug", "--disable-dependency-tracking", @@ -23,25 +20,3 @@ class Gupnp < Formula system "make", "install" end end - -__END__ ---- a/libgupnp/gupnp-acl.c.orig 2014-05-04 07:46:07.000000000 -0700 -+++ b/libgupnp/gupnp-acl.c 2014-05-04 07:48:56.000000000 -0700 -@@ -129,7 +129,7 @@ - GAsyncResult *res, - GError **error) - { -- g_return_if_fail (GUPNP_IS_ACL (self)); -+ g_return_val_if_fail (GUPNP_IS_ACL (self), 0); - - return GUPNP_ACL_GET_INTERFACE (self)->is_allowed_finish (self, - res, -@@ -149,7 +149,7 @@ - gboolean - gupnp_acl_can_sync (GUPnPAcl *self) - { -- g_return_if_fail (GUPNP_IS_ACL (self)); -+ g_return_val_if_fail (GUPNP_IS_ACL (self), 0); - - return GUPNP_ACL_GET_INTERFACE (self)->can_sync (self); - } |
