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

jeremyhu at macports.org jeremyhu at macports.org
Thu May 3 12:52:34 PDT 2012


Revision: 92676
          https://trac.macports.org/changeset/92676
Author:   jeremyhu at macports.org
Date:     2012-05-03 12:52:34 -0700 (Thu, 03 May 2012)
Log Message:
-----------
VLC: Remove the +minimal variant

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

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2012-05-03 19:19:52 UTC (rev 92675)
+++ trunk/dports/multimedia/VLC/Portfile	2012-05-03 19:52:34 UTC (rev 92676)
@@ -263,22 +263,16 @@
     PortGroup qt4 1.0
 }
 
-default_variants +ffmpeg +dvd +auhal
+default_variants +auhal +dvd +ffmpeg +mod +mpc +osd +theora +twolame +x264
 
-variant minimal description {VLC Mac OS X minimal configuration} {}
-
-variant huge conflicts minimal \
+variant huge \
     requires auhal bonjour dvb dvd ffmpeg fribidi jack mod mpc osd portaudio qtkit sdl shout speex svg theora twolame vcd x264 \
     description {Enable all variants except x11, qt4, and smb} {}
 
-variant full requires huge qt4 smb \
-    description {Enable all variants except x11} {}
+variant full \
+    requires huge qt4 smb x11 \
+    description {Enable all variants} {}
 
-# Unless minimal variant is set compile with default Mac OS X configuration
-if {![variant_isset minimal]} {
-    default_variants-append +x264 +theora +twolame +mod +mpc +osd +qtkit
-}
-
 platform macosx {
     post-destroot {
         file rename ${worksrcpath}/VLC.app ${destroot}${applications_dir}/VLC.app
@@ -288,6 +282,7 @@
         file delete -force ${destroot}${applications_dir}/VLC.app/Contents/lib
 
         # There's no need to install these into the bundle and the prefix
+        file delete -force ${destroot}${applications_dir}/VLC.app/Contents/MacOS/include
         file delete -force ${destroot}${applications_dir}/VLC.app/Contents/MacOS/lib
         file delete -force ${destroot}${applications_dir}/VLC.app/Contents/MacOS/plugins
         ln -s ${prefix}/lib/vlc/plugins ${destroot}${applications_dir}/VLC.app/Contents/MacOS/plugins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120503/2430a2bd/attachment.html>


More information about the macports-changes mailing list