[107948] trunk/dports/net

devans at macports.org devans at macports.org
Tue Jul 9 13:50:05 PDT 2013


Revision: 107948
          https://trac.macports.org/changeset/107948
Author:   devans at macports.org
Date:     2013-07-09 13:50:05 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
gupnp-av: new port, a collection of helpers for building AV (audio/video) applications using GUPnP.

Added Paths:
-----------
    trunk/dports/net/gupnp-av/
    trunk/dports/net/gupnp-av/Portfile

Added: trunk/dports/net/gupnp-av/Portfile
===================================================================
--- trunk/dports/net/gupnp-av/Portfile	                        (rev 0)
+++ trunk/dports/net/gupnp-av/Portfile	2013-07-09 20:50:05 UTC (rev 107948)
@@ -0,0 +1,35 @@
+# -*- 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            gupnp-av
+version         0.12.2
+license         LGPL
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP.
+
+long_description \
+                ${description}
+
+maintainers     devans openmaintainer
+categories      net
+platforms       darwin
+homepage        https://live.gnome.org/GUPnP/
+master_sites    gnome:sources/${name}/${branch}/
+
+use_xz          yes
+
+checksums       rmd160  97763b9150587c825e13b32602cc86eaf799dfff \
+                sha256  43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270
+
+depends_build   port:pkgconfig
+
+depends_lib     port:gupnp \
+                port:gobject-introspection \
+                port:vala
+
+configure.args  --disable-silent-rules \
+                --enable-introspection=yes
+
+livecheck.type  gnome


Property changes on: trunk/dports/net/gupnp-av/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/03c0b0be/attachment.html>


More information about the macports-changes mailing list