Ticket #18286: Portfile

File Portfile, 1.7 KB (added by jm@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0.0
4
5name                mlt
6version             0.3.4
7categories          multimedia
8maintainers         jmpoure \
9                    poure.com:jm
10description         Open source multimedia framework - core libraries
11long_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.
20homepage            http://www.mltframework.org
21platforms           darwin
22master_sites        sourceforge
23
24checksums           md5 1c5caf0a3c03b6fe312b9e5998ae01f8 \
25                    sha1 da673028a731ffbc968726fc19dc284d31c99796 \
26                    rmd160 094f90548c6dd01cc190cc4dea0a471731a9636c 
27
28depends_build       port:pkgconfig
29
30depends_lib         port:atk \
31                    port:frei0r-plugins \
32                    port:jack \
33                    port:ffmpeg \
34                    port:gtk2 \
35                    port:libdv \
36                    port:libvorbis \
37                    port:sox
38
39configure.args      --prefix=/opt/local --enable-gpl
40configure.pkg_config_path   ${prefix}/lib/pkgconfig
41
42configure.cflags-append -I${prefix}/include
43configure.ldflags-append -L${prefix}/lib
44
45
46