[110202] trunk/dports/comms

devans at macports.org devans at macports.org
Wed Aug 28 04:07:32 PDT 2013


Revision: 110202
          https://trac.macports.org/changeset/110202
Author:   devans at macports.org
Date:     2013-08-28 04:07:31 -0700 (Wed, 28 Aug 2013)
Log Message:
-----------
farstream: new port, an audio/video conferencing framework.

Added Paths:
-----------
    trunk/dports/comms/farstream/
    trunk/dports/comms/farstream/Portfile
    trunk/dports/comms/farstream/files/
    trunk/dports/comms/farstream/files/patch-configure.diff

Added: trunk/dports/comms/farstream/Portfile
===================================================================
--- trunk/dports/comms/farstream/Portfile	                        (rev 0)
+++ trunk/dports/comms/farstream/Portfile	2013-08-28 11:07:31 UTC (rev 110202)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            farstream
+version         0.2.3
+license         LGPL-2.1+
+description     Farstream  - Audio/Video Communications Framework
+long_description \
+                The Farstream project is an effort to create a framework \
+                to deal with all known audio/video conferencing protocols. \
+                On one side it offers a generic API that makes it possible \
+                to write plugins for different streaming protocols, on the \
+                other side it offers an API for clients to use those plugins.
+maintainers     devans openmaintainer
+categories      comms
+platforms       darwin
+homepage        http://www.freedesktop.org/wiki/Software/Farstream/
+master_sites    http://freedesktop.org/software/farstream/releases/${name}/
+
+checksums       rmd160  938a9b220d20bcee482977b40f42b20d1b33043f \
+                sha256  bff535949252cdfc0374cb91f08b08476e7af38183295269b579500cc6c60496
+
+depends_build   port:pkgconfig \
+                port:gtk-doc
+
+depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                port:libnice \
+                port:gstreamer1-gst-plugins-base \
+                port:gobject-introspection \
+                port:gupnp-igd
+
+depends_run     port:gstreamer1-gst-plugins-bad \
+                port:gstreamer1-gst-plugins-good
+
+patchfiles      patch-configure.diff
+
+configure.args  --enable-introspection=yes \
+                --disable-silent-rules \
+                --disable-valgrind \
+
+livecheck.type  regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/comms/farstream/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/comms/farstream/files/patch-configure.diff
===================================================================
--- trunk/dports/comms/farstream/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/comms/farstream/files/patch-configure.diff	2013-08-28 11:07:31 UTC (rev 110202)
@@ -0,0 +1,16 @@
+--- configure.orig	2013-04-15 18:46:03.000000000 -0700
++++ configure	2013-04-30 14:20:37.000000000 -0700
+@@ -14636,11 +14636,9 @@
+ 
+ 
+ 
+-  PYTHON_PREFIX='${prefix}'
+-
+-
+-  PYTHON_EXEC_PREFIX='${exec_prefix}'
++  PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
+ 
++  PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
+ 
+ 
+   PYTHON_PLATFORM=`$PYTHON -c "import sys; print sys.platform"`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130828/2c0cb89d/attachment.html>


More information about the macports-changes mailing list