[126446] trunk/dports/net/libnice/Portfile

devans at macports.org devans at macports.org
Fri Oct 10 04:18:38 PDT 2014


Revision: 126446
          https://trac.macports.org/changeset/126446
Author:   devans at macports.org
Date:     2014-10-10 04:18:38 -0700 (Fri, 10 Oct 2014)
Log Message:
-----------
libnice: update to version 0.1.8, gobject-introspection.

Modified Paths:
--------------
    trunk/dports/net/libnice/Portfile

Modified: trunk/dports/net/libnice/Portfile
===================================================================
--- trunk/dports/net/libnice/Portfile	2014-10-10 11:08:44 UTC (rev 126445)
+++ trunk/dports/net/libnice/Portfile	2014-10-10 11:18:38 UTC (rev 126446)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libnice
-version             0.1.7
+version             0.1.8
 license             MPL-1.1 LGPL-2.1
 description         Libnice is an implementation of the IETF's draft Interactice \
                     Connectivity Establishment standard (ICE).
@@ -17,20 +17,25 @@
 homepage            http://nice.freedesktop.org/wiki/
 master_sites        http://nice.freedesktop.org/releases/
 
-checksums           rmd160  a925423f373182e328c9c765c65451897f4f4ac4 \
-                    sha256  4ed165aa2203136dce548c7cef735d8becf5d9869793f96b99dcbbaa9acf78d8
+checksums           rmd160  30548df5fd0a45f8d414549aa2becf5ed712c7d5 \
+                    sha256  9da7f09909902d535389d929c3e4d69129528fb18438a6c8565ec812d9904ddf
 
 depends_build       port:pkgconfig
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gobject-introspection \
                     port:gstreamer1-gst-plugins-base \
                     port:gupnp-igd
 
-configure.args      --enable-gupnp \
+configure.args      --enable-introspection=yes \
+                    --enable-gupnp \
                     --with-gstreamer=yes \
                     --with-gstreamer-0.10=no \
                     --enable-compile-warnings=minimum
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append  CC="${configure.cc} ${configure.cc_archflags}"
+
 variant gst010 description {Enable support for deprecated gstreamer-0.10} {
     depends_lib-append      port:gstreamer010-gst-plugins-base
     configure.args-replace  --with-gstreamer-0.10=no --with-gstreamer-0.10=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141010/b72ec60c/attachment.html>


More information about the macports-changes mailing list