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