[118426] users/devans/GNOME-3/stable/dports/gnome/totem/Portfile

devans at macports.org devans at macports.org
Tue Apr 1 21:05:19 PDT 2014


Revision: 118426
          https://trac.macports.org/changeset/118426
Author:   devans at macports.org
Date:     2014-04-01 21:05:18 -0700 (Tue, 01 Apr 2014)
Log Message:
-----------
GNOME-3/stable: totem, enable vala, python plugin support, update list of plugins to build, update dependencies.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/totem/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/totem/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/totem/Portfile	2014-04-02 03:51:41 UTC (rev 118425)
+++ users/devans/GNOME-3/stable/dports/gnome/totem/Portfile	2014-04-02 04:05:18 UTC (rev 118426)
@@ -55,6 +55,8 @@
                 port:libxml2 \
                 port:shared-mime-info \
                 port:dbus \
+                port:vala \
+                port:zeitgeist \
                 port:xorg-libX11 \
                 port:xorg-libsm \
                 port:xorg-libice
@@ -74,13 +76,19 @@
 configure.cflags-append \
                 -Wno-error=format-nonliteral
 
-configure.args  --with-plugins=apple-trailers,autoload-subtitles,chapters,dbusservice,im-status,grilo,gromit,media-player-keys,ontop,opensubtitles,properties,recent,skipto \
+set withplugins apple-trailers,autoload-subtitles,chapters,dbusservice,im-status,gromit,media-player-keys,ontop,opensubtitles,properties,pythonconsole,recent,rotation,screensaver,screenshot,skipto,zeitgeist-dp,vimeo
+
+if {[variant_isset nautilus]} {
+    set withplugins [string map {"rotation" "rotation,save-file"} ${withplugins}]
+}
+
+configure.args  --with-plugins=${withplugins} \
                 --enable-easy-codec-installation \
                 --enable-browser-plugins=no \
                 --enable-introspection=yes \
                 --enable-debug \
                 --disable-python \
-                --disable-vala \
+                --enable-vala \
                 --disable-nautilus \
                 --disable-schemas-compile \
                 --disable-silent-rules
@@ -96,10 +104,11 @@
 
 variant python27 description {Use python 2.7} {
     configure.python          ${prefix}/bin/python2.7
-    depends_lib-append        port:py27-gobject3
+    depends_lib-append        port:py27-gobject3 port:py27-pylint
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
     configure.env              PATH=${python_framework}/bin:$env(PATH)
+    configure.args-replace    --disable-python --enable-python
 }
 
 default_variants +python27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140401/6bc3af09/attachment.html>


More information about the macports-changes mailing list