Ticket #18286: Portfile.3

File Portfile.3, 1.8 KB (added by dbevans (David B. Evans), 15 years ago)

Proposed Portfile (rev 3) with changes

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                mlt
7version             0.3.4
8categories          multimedia
9maintainers         jmpoure
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                    lib:libavcodec: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