| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0.0 |
|---|
| 4 | |
|---|
| 5 | name mlt |
|---|
| 6 | version 0.3.4 |
|---|
| 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 | 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 | port: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 |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | |
|---|