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