[52065] trunk/dports/multimedia

snc at macports.org snc at macports.org
Tue Jun 9 09:26:47 PDT 2009


Revision: 52065
          http://trac.macports.org/changeset/52065
Author:   snc at macports.org
Date:     2009-06-09 09:26:46 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
created mlt, ticket #18286

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

Added: trunk/dports/multimedia/mlt/Portfile
===================================================================
--- trunk/dports/multimedia/mlt/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/mlt/Portfile	2009-06-09 16:26:46 UTC (rev 52065)
@@ -0,0 +1,57 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                mlt
+version             20090518
+categories          multimedia
+maintainers         jmpoure
+description         Open source multimedia framework - core libraries
+long_description    MLT is an open source multimedia framework, designed and developed for \
+                    television broadcasting. It provides a toolkit for broadcasters, video \
+                    editors, media players, transcoders, web streamers and many more types of \
+                    applications. The functionality of the system is provided via an assortment \
+                    of ready to use tools, xml authoring components, and an extendible plug-in \
+                    based API. \
+                    \
+                    This package contains the files necessary for running applications that use \
+                    the MLT multimedia framework.
+homepage            http://www.mltframework.org
+platforms           darwin
+
+fetch.type          git
+git.url             git://mltframework.org/mlt.git
+git.branch          v0.4.0
+worksrcdir          mlt
+
+depends_build       port:pkgconfig \
+                    port:git-core \
+                    port:doxygen
+
+depends_lib         port:atk \
+                    port:frei0r-plugins \
+                    path:lib/libavcodec.dylib:ffmpeg \
+                    port:gtk2 \
+                    port:libdv \
+                    port:libsamplerate \
+                    port:libsdl \
+                    port:libvorbis \
+                    port:qt4-mac \
+                    port:sox
+
+configure.args      --enable-gpl \
+                    --qimage-libdir=/opt/local/libexec/qt4-mac/lib \
+                    --qimage-includedir=/opt/local/libexec/qt4-mac/include/Qt \
+                    --avformat-swscale \
+                    --disable-jackrack
+
+configure.pkg_config_path   ${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig
+configure.pkg_config        ${prefix}/bin/pkg-config
+
+configure.cflags-append     "-I${prefix}/include"
+configure.cflags-append     "-I${prefix}/libexec/qt4-mac/include"
+configure.ldflags-append    "-L${prefix}/lib"
+build.env                   CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
+
+livecheck.check    none


Property changes on: trunk/dports/multimedia/mlt/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090609/0dd32b1e/attachment.html>


More information about the macports-changes mailing list