[116784] users/devans/dports/gnome

devans at macports.org devans at macports.org
Fri Feb 7 08:02:59 PST 2014


Revision: 116784
          https://trac.macports.org/changeset/116784
Author:   devans at macports.org
Date:     2014-02-07 08:02:59 -0800 (Fri, 07 Feb 2014)
Log Message:
-----------
users/devans/dports: add submitted port grilo-plugins for testing (#42256).

Added Paths:
-----------
    users/devans/dports/gnome/grilo-plugins/
    users/devans/dports/gnome/grilo-plugins/Portfile

Added: users/devans/dports/gnome/grilo-plugins/Portfile
===================================================================
--- users/devans/dports/gnome/grilo-plugins/Portfile	                        (rev 0)
+++ users/devans/dports/gnome/grilo-plugins/Portfile	2014-02-07 16:02:59 UTC (rev 116784)
@@ -0,0 +1,74 @@
+# -*- 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                grilo-plugins
+version             0.2.9
+license             LGPL-2.1
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Framework for discovering and browsing media - Plugins.
+long_description    Grilo is a framework for browsing and searching media \
+                    content from various sources using a single API.
+
+maintainers         gmail.com:juanrgar openmaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Grilo
+master_sites        gnome:sources/${name}/${branch}/
+
+use_xz              yes
+
+checksums           rmd160  76338353548e4bdaa0c29e5eca873f0cc49cabca \
+                    sha256  902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e
+
+depends_build       port:pkgconfig \
+                    port:intltool
+
+depends_lib         port:glib2 \
+                    port:libxml2 \
+                    port:grilo \
+                    port:gnome-online-accounts \
+                    port:totem-pl-parser \
+                    port:gssdp \
+                    port:gupnp \
+                    port:gupnp-av \
+                    port:libgdata \
+                    port:liboauth \
+                    port:sqlite3 \
+                    port:gmime \
+                    port:libgcrypt \
+                    port:libdmapsharing \
+                    port:json-glib
+
+#  --enable-tracker        Enable Tracker plugin (default: auto)
+
+configure.args      --disable-silent-rules \
+                    --enable-compile-warnings=no \
+                    --disable-debug \
+                    --enable-goa \
+                    --enable-filesystem \
+                    --enable-optical-media \
+                    --enable-jamendo \
+                    --enable-lastfm-albumart \
+                    --enable-upnp \
+                    --enable-youtube \
+                    --enable-flickr \
+                    --enable-podcasts \
+                    --enable-bookmarks \
+                    --enable-shoutcast \
+                    --enable-apple-trailers \
+                    --enable-magnatune \
+                    --enable-metadata-store \
+                    --enable-vimeo \
+                    --enable-gravatar \
+#                    --enable-tracker \
+                    --disable-tracker \
+                    --enable-bliptv \
+                    --enable-raitv \
+                    --enable-localmetadata \
+                    --enable-dmap \
+                    --enable-tmdb
+
+livecheck.type  gnome
+


Property changes on: users/devans/dports/gnome/grilo-plugins/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140207/f6ec6272/attachment.html>


More information about the macports-changes mailing list