1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mlt |
---|
6 | version 20090202 |
---|
7 | categories multimedia |
---|
8 | maintainers jmpoure |
---|
9 | description Open source multimedia framework - core libraries |
---|
10 | long_description MLT is an open source multimedia framework, designed and developed for \ |
---|
11 | television broadcasting. It provides a toolkit for broadcasters, video \ |
---|
12 | editors, media players, transcoders, web streamers and many more types of \ |
---|
13 | applications. The functionality of the system is provided via an assortment \ |
---|
14 | of ready to use tools, xml authoring components, and an extendible plug-in \ |
---|
15 | based API. \ |
---|
16 | \ |
---|
17 | This package contains the files necessary for running applications that use \ |
---|
18 | the MLT multimedia framework. |
---|
19 | homepage http://www.mltframework.org |
---|
20 | platforms darwin |
---|
21 | |
---|
22 | fetch.type svn |
---|
23 | svn.url http://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt |
---|
24 | worksrcdir mlt |
---|
25 | |
---|
26 | depends_build port:pkgconfig \ |
---|
27 | port:subversion |
---|
28 | |
---|
29 | depends_lib port:atk \ |
---|
30 | port:frei0r-plugins \ |
---|
31 | port:jack \ |
---|
32 | lib:libavcodec:ffmpeg \ |
---|
33 | port:gtk2 \ |
---|
34 | port:libdv \ |
---|
35 | port:libquicktime \ |
---|
36 | port:libsamplerate \ |
---|
37 | port:libvorbis \ |
---|
38 | port:sox |
---|
39 | |
---|
40 | configure.args --enable-gpl --disable-jackrack --disable-sox --avformat-swscale |
---|
41 | configure.pkg_config_path ${prefix}/lib/pkgconfig |
---|
42 | configure.pkg_config ${prefix}/bin/pkg-config |
---|
43 | |
---|
44 | configure.cflags-append "-I${prefix}/include" |
---|
45 | configure.ldflags-append "-L${prefix}/lib" |
---|
46 | build.env CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"" |
---|
47 | |
---|