Revision: 103409 https://trac.macports.org/changeset/103409 Author: jeremyhu@macports.org Date: 2013-02-24 23:48:38 -0800 (Sun, 24 Feb 2013) Log Message: ----------- libnice: Add dependency for gstreamer-1 Modified Paths: -------------- trunk/dports/net/libnice/Portfile Modified: trunk/dports/net/libnice/Portfile =================================================================== --- trunk/dports/net/libnice/Portfile 2013-02-25 03:45:33 UTC (rev 103408) +++ trunk/dports/net/libnice/Portfile 2013-02-25 07:48:38 UTC (rev 103409) @@ -5,7 +5,7 @@ name libnice version 0.1.3 -revision 1 +revision 2 license MPL-1.1 LGPL-2.1 description Libnice is an implementation of the IETF's draft Interactice \ Connectivity Establishment standard (ICE). @@ -25,14 +25,14 @@ depends_build port:pkgconfig \ port:gtk-doc -depends_lib port:gstreamer010-gst-plugins-base \ +depends_lib port:gstreamer1-gst-plugins-base \ + port:gstreamer010-gst-plugins-base \ port:libffi configure.args --disable-gupnp \ - --with-gstreamer-0.10 + --with-gstreamer-0.10 \ + --with-gstreamer -# Use --with-gstreamer for gstreamer-1.x - livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"