[65083] trunk/dports/multimedia/mlt/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 21 06:42:19 PDT 2010


Revision: 65083
          http://trac.macports.org/changeset/65083
Author:   ryandesign at macports.org
Date:     2010-03-21 06:42:19 -0700 (Sun, 21 Mar 2010)
Log Message:
-----------
mlt: update to 0.5.2 and require ffmpeg-devel because ffmpeg is too old to work with mlt; see #24030

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

Modified: trunk/dports/multimedia/mlt/Portfile
===================================================================
--- trunk/dports/multimedia/mlt/Portfile	2010-03-21 13:41:37 UTC (rev 65082)
+++ trunk/dports/multimedia/mlt/Portfile	2010-03-21 13:42:19 UTC (rev 65083)
@@ -5,7 +5,7 @@
 
 name                mlt
 epoch               1
-version             0.5.0
+version             0.5.2
 categories          multimedia
 maintainers         dennedy.org:dan
 description         Open source multimedia framework - core libraries
@@ -32,7 +32,7 @@
 
 depends_lib         port:atk \
                     port:frei0r-plugins \
-                    path:lib/libavcodec.dylib:ffmpeg \
+                    port:ffmpeg-devel \
                     port:gtk2 \
                     port:libdv \
                     port:libsamplerate \
@@ -44,7 +44,6 @@
 configure.args      --enable-gpl \
                     --qimage-libdir=${prefix}/libexec/qt4-mac/lib \
                     --qimage-includedir=${prefix}/libexec/qt4-mac/include/Qt \
-                    --avformat-swscale \
                     --disable-jackrack
 platform darwin 8 {
    configure.args-append --disable-mmx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100321/7f29b8b1/attachment.html>


More information about the macports-changes mailing list