[117699] trunk/dports/gnome/grilo-plugins/Portfile

devans at macports.org devans at macports.org
Sat Mar 8 07:38:41 PST 2014


Revision: 117699
          https://trac.macports.org/changeset/117699
Author:   devans at macports.org
Date:     2014-03-08 07:38:40 -0800 (Sat, 08 Mar 2014)
Log Message:
-----------
grilo-plugins: maintainer update to version 0.2.11 (#42741).

Modified Paths:
--------------
    trunk/dports/gnome/grilo-plugins/Portfile

Modified: trunk/dports/gnome/grilo-plugins/Portfile
===================================================================
--- trunk/dports/gnome/grilo-plugins/Portfile	2014-03-08 15:27:56 UTC (rev 117698)
+++ trunk/dports/gnome/grilo-plugins/Portfile	2014-03-08 15:38:40 UTC (rev 117699)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                grilo-plugins
-version             0.2.9
+version             0.2.11
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media - Plugins.
@@ -19,14 +19,17 @@
 
 use_xz              yes
 
-checksums           rmd160  76338353548e4bdaa0c29e5eca873f0cc49cabca \
-                    sha256  902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e
+checksums           rmd160  60a27e73f699bd67236b569bd61970444337d3a1 \
+                    sha256  a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:gnome-common \
-                    port:gnome-doc-utils
+                    port:yelp-tools \
+                    port:itstool
 
+# port:gnome-doc-utils
+
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libxml2 \
                     port:grilo \
@@ -40,16 +43,20 @@
                     port:sqlite3 \
                     port:gmime \
                     port:libgcrypt \
-                    port:libdmapsharing \
-                    port:json-glib
+                    port:json-glib \
+                    port:avahi
 
-# autoreconf to use MacPorts patched intltool.m4
+#                    port:libdmapsharing \
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-#  --enable-tracker        Enable Tracker plugin (default: auto)
-
 configure.args      --disable-silent-rules \
                     --enable-compile-warnings=no \
                     --disable-debug \
@@ -61,6 +68,7 @@
                     --enable-upnp \
                     --enable-youtube \
                     --enable-flickr \
+                    --disable-pocket \
                     --enable-podcasts \
                     --enable-bookmarks \
                     --enable-shoutcast \
@@ -69,13 +77,16 @@
                     --enable-metadata-store \
                     --enable-vimeo \
                     --enable-gravatar \
-#                    --enable-tracker \
                     --disable-tracker \
                     --enable-bliptv \
                     --enable-raitv \
                     --enable-localmetadata \
-                    --enable-dmap \
-                    --enable-tmdb
+                    --disable-dmap \
+                    --enable-tmdb \
+                    --enable-freebox
+#                    --enable-pocket \ # requires goa-1.0 >= 3.11.4
+#                    --enable-tracker \
+#                    --enable-dmap \ # apparently there is a bug in libdmapsharing
 
 livecheck.type  gnome
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140308/f002a04c/attachment.html>


More information about the macports-changes mailing list