[113642] trunk/dports/multimedia/VLC/Portfile

devans at macports.org devans at macports.org
Thu Nov 21 09:49:26 PST 2013


Revision: 113642
          https://trac.macports.org/changeset/113642
Author:   devans at macports.org
Date:     2013-11-21 09:49:25 -0800 (Thu, 21 Nov 2013)
Log Message:
-----------
VLC: add some optional dependencies, remove duplicate dependency on libgcrypt, disable gnome-vfs support to prevent opportunistic linking.

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2013-11-21 17:39:14 UTC (rev 113641)
+++ trunk/dports/multimedia/VLC/Portfile	2013-11-21 17:49:25 UTC (rev 113642)
@@ -6,7 +6,7 @@
 
 name                VLC
 version             2.1.0
-revision            2
+revision            3
 categories          multimedia
 
 maintainers         jeremyhu openmaintainer
@@ -49,7 +49,8 @@
                 port:libdvdnav port:libdvdread port:libproxy \
                 port:fluidsynth port:libsamplerate port:libupnp \
                 port:avahi path:lib/libavcodec.dylib:ffmpeg \
-                port:openjpeg15 port:libbluray port:libgcrypt
+                port:openjpeg15 port:libbluray \
+                port:libdc1394 port:libmpeg2
 
 # TODO: live555 opencv FreeRDP
 
@@ -103,7 +104,7 @@
     --with-contrib=${worksrcpath}/contrib \
     --disable-debug --disable-update-check --enable-gnutls \
     --disable-notify --disable-telepathy --disable-dbus \
-    --disable-growl --disable-macosx-vlc-app \
+    --disable-gnomevfs --disable-growl --disable-macosx-vlc-app \
     --enable-libproxy --enable-lua
 
 # Input Plugins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131121/47187cba/attachment-0001.html>


More information about the macports-changes mailing list