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

jeremyhu at macports.org jeremyhu at macports.org
Wed Sep 12 15:37:40 PDT 2012


Revision: 97714
          http://trac.macports.org//changeset/97714
Author:   jeremyhu at macports.org
Date:     2012-09-12 15:37:40 -0700 (Wed, 12 Sep 2012)
Log Message:
-----------
VLC: Update to 2.0.4 with support for Opus

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

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2012-09-12 22:33:23 UTC (rev 97713)
+++ trunk/dports/multimedia/VLC/Portfile	2012-09-12 22:37:40 UTC (rev 97714)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                VLC
-version             2.0.2
-revision            1
+version             2.0.4
 
 categories          multimedia
 
@@ -30,7 +29,7 @@
 # http://git.videolan.org/?p=vlc.git;a=forks
 fetch.type      git
 git.url         git://git.videolan.org/vlc/vlc-2.0.git
-git.branch      7ab519f69b394d2aa3e9e6eec7f385809b644b9f
+git.branch      7990ac15742d6fc4ab79e0b86df4be9fc66d3c48
 
 #master_sites        http://download.videolan.org/pub/videolan/vlc/${version}/
 #distname            vlc-${version}
@@ -44,7 +43,7 @@
 
 depends_lib     port:lame port:a52dec port:libogg port:flac \
                 port:libdca port:libcddb port:libcdio port:libmad \
-                port:libvorbis port:libmatroska port:libid3tag \
+                port:libopus port:libvorbis port:libmatroska port:libid3tag \
                 port:ncurses port:lua port:libpng port:jpeg \
                 port:gnutls port:taglib port:libxml2 port:faad2 \
                 port:x264 port:libtheora port:twolame \
@@ -129,7 +128,7 @@
 # Codec Plugins
 configure.args-append \
     --enable-a52 --enable-faad --enable-flac --disable-live555 \
-    --enable-vorbis --enable-ogg --enable-mad --disable-libass \
+    --enable-opus --enable-vorbis --enable-ogg --enable-mad --disable-libass \
     --enable-dca --enable-png --disable-quicktime --enable-twolame \
     --disable-speex --enable-theora --enable-x264 --enable-postproc \
     --enable-avcodec --enable-avformat --enable-swscale \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120912/3dbc506c/attachment-0001.html>


More information about the macports-changes mailing list