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

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 24 23:48:39 PST 2013


Revision: 103409
          https://trac.macports.org/changeset/103409
Author:   jeremyhu at 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}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130224/4b88adb5/attachment.html>


More information about the macports-changes mailing list