[117089] users/devans/dports/gnome/grilo-plugins

devans at macports.org devans at macports.org
Sat Feb 15 21:02:39 PST 2014


Revision: 117089
          https://trac.macports.org/changeset/117089
Author:   devans at macports.org
Date:     2014-02-15 21:02:39 -0800 (Sat, 15 Feb 2014)
Log Message:
-----------
users/devans/dports: update grilo-plugins to version 0.2.10 for testing.

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

Added Paths:
-----------
    users/devans/dports/gnome/grilo-plugins/files/
    users/devans/dports/gnome/grilo-plugins/files/patch-avahi-configure.ac.diff

Modified: users/devans/dports/gnome/grilo-plugins/Portfile
===================================================================
--- users/devans/dports/gnome/grilo-plugins/Portfile	2014-02-15 21:11:37 UTC (rev 117088)
+++ users/devans/dports/gnome/grilo-plugins/Portfile	2014-02-16 05:02:39 UTC (rev 117089)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                grilo-plugins
-version             0.2.9
+version             0.2.10
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media - Plugins.
@@ -19,11 +19,15 @@
 
 use_xz              yes
 
-checksums           rmd160  76338353548e4bdaa0c29e5eca873f0cc49cabca \
-                    sha256  902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e
+checksums           rmd160  e55c2ff7b2adef07b74bca51f9c1b0e03ddf095b \
+                    sha256  5a7dd406ed58145847553e6dbb5f766e9d58dc5d4cfeb7e290d5b38c88163871
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:gnome-common \
+                    port:gnome-doc-utils
 
 depends_lib         port:glib2 \
                     port:libxml2 \
@@ -39,10 +43,19 @@
                     port:gmime \
                     port:libgcrypt \
                     port:libdmapsharing \
-                    port:json-glib
+                    port:json-glib \
+                    port:rest \
+                    port:avahi
 
-#  --enable-tracker        Enable Tracker plugin (default: auto)
+# update m4/intltool.m4 and autoreconf
 
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 configure.args      --disable-silent-rules \
                     --enable-compile-warnings=no \
                     --disable-debug \
@@ -62,13 +75,20 @@
                     --enable-metadata-store \
                     --enable-vimeo \
                     --enable-gravatar \
-#                    --enable-tracker \
                     --disable-tracker \
                     --enable-bliptv \
                     --enable-raitv \
                     --enable-localmetadata \
                     --enable-dmap \
-                    --enable-tmdb
+                    --enable-tmdb \
+                    --enable-freebox \
+                    --enable-guardianvideos \
+                    --disable-tracker \
+                    --disable-pocket
+#                    --enable-tracker \
+#                    --enable-pocket \
 
+patchfiles          patch-avahi-configure.ac.diff
+
 livecheck.type  gnome
 

Added: users/devans/dports/gnome/grilo-plugins/files/patch-avahi-configure.ac.diff
===================================================================
--- users/devans/dports/gnome/grilo-plugins/files/patch-avahi-configure.ac.diff	                        (rev 0)
+++ users/devans/dports/gnome/grilo-plugins/files/patch-avahi-configure.ac.diff	2014-02-16 05:02:39 UTC (rev 117089)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2014-02-14 16:17:58.000000000 +0100
++++ configure.ac	2014-02-14 16:37:14.000000000 +0100
+@@ -156,7 +156,7 @@
+                                                    HAVE_GMIME=yes,
+                                                    HAVE_GMIME=no)])
+ 
+-PKG_CHECK_MODULES(AVAHI, avahi-gobject, HAVE_AVAHI=yes, HAVE_AVAHI=no)
++PKG_CHECK_MODULES(AVAHI, [avahi-gobject avahi-glib avahi-client], HAVE_AVAHI=yes, HAVE_AVAHI=no)
+ 
+ # Search available Tracker version
+ trackerpkg="tracker-sparql-0.10"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140215/708b167e/attachment.html>


More information about the macports-changes mailing list