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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name mlt |
---|
7 | version 0.3.4 |
---|
8 | categories multimedia |
---|
9 | maintainers jmpoure |
---|
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 | master_sites sourceforge |
---|
23 | |
---|
24 | checksums md5 1c5caf0a3c03b6fe312b9e5998ae01f8 \ |
---|
25 | sha1 da673028a731ffbc968726fc19dc284d31c99796 \ |
---|
26 | rmd160 094f90548c6dd01cc190cc4dea0a471731a9636c |
---|
27 | |
---|
28 | depends_build port:pkgconfig |
---|
29 | |
---|
30 | depends_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 | |
---|
39 | configure.args --prefix=/opt/local --enable-gpl |
---|
40 | configure.pkg_config_path ${prefix}/lib/pkgconfig |
---|
41 | |
---|
42 | configure.cflags-append -I${prefix}/include |
---|
43 | configure.ldflags-append -L${prefix}/lib |
---|