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.0 |
---|
5 | |
---|
6 | name frei0r-plugins |
---|
7 | version 1.1.22 |
---|
8 | categories multimedia |
---|
9 | maintainers jmpoure |
---|
10 | description Plugin API for video sources and filters |
---|
11 | long_description frei0r is a minimalistic plugin API for video sources and filters. \ |
---|
12 | The behavior of the effects can be controlled from the host by simple \ |
---|
13 | parameters. The intent is to solve the recurring reimplementation or \ |
---|
14 | adaptation issue of standard effects. It is not meant as a generic API for \ |
---|
15 | all kinds of video applications. |
---|
16 | homepage http://www.piksel.org/frei0r |
---|
17 | platforms darwin |
---|
18 | master_sites http://freshmeat.net/redir/frei0r/72056/url_tgz/ |
---|
19 | |
---|
20 | checksums md5 8123893c67fc5ce01ddcb09853d47ed4 \ |
---|
21 | sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \ |
---|
22 | rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760 |
---|
23 | |
---|
24 | depends_lib port:gavl \ |
---|
25 | port:opencv |
---|
26 | |
---|
27 | depends_build port:pkgconfig |
---|
28 | |
---|