[117048] trunk/dports/gnome/grilo

devans at macports.org devans at macports.org
Thu Feb 13 15:31:21 PST 2014


Revision: 117048
          https://trac.macports.org/changeset/117048
Author:   devans at macports.org
Date:     2014-02-13 15:31:21 -0800 (Thu, 13 Feb 2014)
Log Message:
-----------
grilo: maintainer update to version 0.2.8, fix intltool configuration, enable grilo-test-ui app.

Modified Paths:
--------------
    trunk/dports/gnome/grilo/Portfile
    trunk/dports/gnome/grilo/files/patch-remove-libdir-setting.diff

Removed Paths:
-------------
    trunk/dports/gnome/grilo/files/patch-vala022-support.diff

Modified: trunk/dports/gnome/grilo/Portfile
===================================================================
--- trunk/dports/gnome/grilo/Portfile	2014-02-13 22:38:55 UTC (rev 117047)
+++ trunk/dports/gnome/grilo/Portfile	2014-02-13 23:31:21 UTC (rev 117048)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                grilo
-version             0.2.7
-revision            1
+version             0.2.8
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media.
@@ -20,8 +19,8 @@
 
 use_xz              yes
 
-checksums           rmd160  c5c387028efc16eb663335afc38776037eefb838 \
-                    sha256  4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d8
+checksums           rmd160  d15951600bab52bb989e0cabc8d4834d505cc7b7 \
+                    sha256  03a50e011b897a46d6ec6fe4cfec4ca0737047f279c99b3d9eb9bef8c472cee8
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -32,23 +31,24 @@
                     port:liboauth \
                     port:libsoup \
                     port:gobject-introspection \
-                    port:vala
+                    port:vala \
+                    port:totem-pl-parser
 
 configure.args      --enable-introspection=yes \
                     --disable-silent-rules \
                     --disable-debug \
                     --enable-compile-warnings=no \
                     --enable-grl-net \
-                    --disable-test-ui \
+                    --enable-grl-pls \
+                    --enable-test-ui \
                     --disable-tests \
                     --enable-vala
 
-patchfiles          patch-vala022-support.diff \
-                    patch-remove-libdir-setting.diff
+patchfiles          patch-remove-libdir-setting.diff
 
 # update m4/intltool.m4 and autoreconf
 
-post-patch {
+pre-configure {
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 

Modified: trunk/dports/gnome/grilo/files/patch-remove-libdir-setting.diff
===================================================================
--- trunk/dports/gnome/grilo/files/patch-remove-libdir-setting.diff	2014-02-13 22:38:55 UTC (rev 117047)
+++ trunk/dports/gnome/grilo/files/patch-remove-libdir-setting.diff	2014-02-13 23:31:21 UTC (rev 117048)
@@ -1,6 +1,6 @@
---- configure.ac.orig2	2014-01-26 10:13:49.000000000 +0100
-+++ configure.ac	2014-01-26 10:19:54.000000000 +0100
-@@ -94,17 +94,6 @@
+--- configure.ac.orig	2014-02-10 13:36:13.000000000 -0800
++++ configure.ac	2014-02-13 14:19:59.000000000 -0800
+@@ -102,17 +102,6 @@
     exec_prefix="${prefix}"
  fi
  

Deleted: trunk/dports/gnome/grilo/files/patch-vala022-support.diff
===================================================================
--- trunk/dports/gnome/grilo/files/patch-vala022-support.diff	2014-02-13 22:38:55 UTC (rev 117047)
+++ trunk/dports/gnome/grilo/files/patch-vala022-support.diff	2014-02-13 23:31:21 UTC (rev 117048)
@@ -1,11 +0,0 @@
---- configure.ac.orig	2014-01-25 17:16:34.000000000 +0100
-+++ configure.ac	2014-01-25 17:17:57.000000000 +0100
-@@ -228,7 +228,7 @@
- AC_MSG_RESULT([$enable_vala])
- if test "x$enable_vala" != "xno"; then
- 	valapkg=""
--	m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18], [0.20]],
-+	m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18], [0.20], [0.22]],
- 		   [PKG_CHECK_EXISTS([ libvala-VERSION ],
-                            [ valapkg="libvala-VERSION" ])
- 		   ])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140213/33e50ff4/attachment.html>


More information about the macports-changes mailing list