[107326] trunk/dports/gnome/vino/Portfile

devans at macports.org devans at macports.org
Tue Jun 25 09:56:56 PDT 2013


Revision: 107326
          https://trac.macports.org/changeset/107326
Author:   devans at macports.org
Date:     2013-06-25 09:56:56 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
vino: update to version 2.32.2.

Modified Paths:
--------------
    trunk/dports/gnome/vino/Portfile

Modified: trunk/dports/gnome/vino/Portfile
===================================================================
--- trunk/dports/gnome/vino/Portfile	2013-06-25 16:56:34 UTC (rev 107325)
+++ trunk/dports/gnome/vino/Portfile	2013-06-25 16:56:56 UTC (rev 107326)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            vino
-version         2.28.3
-revision        6
+version         2.32.2
 license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 homepage        http://www.gnome.org
@@ -16,36 +15,59 @@
 maintainers     devans openmaintainer
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       sha1    5ffd9d9b3d9ecfd028468e1e889006929e5590af \
-                rmd160  885bdcab1f2993bbd9a74e78ede93f58a93d4eee
-
 use_bzip2       yes
 
+checksums       rmd160  1de0923ef33a73dd6a9c4e761291728c552708e8 \
+                sha256  1260b1f7b647caff69db441dc13c992f843d9d75b9386ec07b724a5e30c6d4fa
+
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:gnome-doc-utils \
                 port:gtk-doc
 
-depends_lib     port:gconf \
-                port:gnutls \
-                port:jpeg \
+depends_lib     port:gtk2 \
+                port:gconf \
+                port:dbus-glib \
                 port:libsoup \
+                port:libnotify \
                 port:libgnome-keyring \
-                port:libnotify \
+                port:pangox-compat \
+                port:gnutls \
                 port:libgcrypt \
-                port:libunique \
-                port:telepathy-glib \
+                port:xorg-libXdamage \
+                port:xorg-libXext \
                 port:xorg-libXtst \
-                port:xorg-libsm
+                port:xorg-libsm \
+                port:xorg-libice \
+                port:jpeg \
+                port:zlib \
+                port:libunique
 
-
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \
                 --disable-schemas-install \
                 --disable-network-manager \
                 --disable-avahi \
-                --enable-gnome-keyring
+                --disable-telepathy \
+                --enable-http-server=no \
+                --enable-gnome-keyring \
+                --enable-ipv6 \
+                --enable-libunique
 
+variant avahi description {Enable mDNS support using avahi} {
+    depends_lib-append      port:avahi
+    configure.args-replace  --disable-avahi --enable-avahi
+}
+
+variant telepathy description {Enable telepathy support} {
+    depends_lib-append      port:telepathy-glib
+    configure.args-replace  --disable-telepathy --enable-telepathy
+}
+
+variant debug description {Enable debugging messages} {
+    configure.args-append   --enable-debug
+}
+
 post-activate {
    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/015dc434/attachment.html>


More information about the macports-changes mailing list