Ticket #18248: Portfile.1

File Portfile.1, 1.2 KB (added by jm@…, 15 years ago)

New version fixes maintainer name.

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.0
5
6name                frei0r-plugins
7version             1.1.22
8categories          multimedia
9maintainers         jmpoure
10description         Plugin API for video sources and filters
11long_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.
16homepage            http://www.piksel.org/frei0r
17platforms           darwin
18master_sites        http://freshmeat.net/redir/frei0r/72056/url_tgz/
19
20checksums           md5 8123893c67fc5ce01ddcb09853d47ed4 \
21                    sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \
22                    rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760
23
24depends_lib         port:gavl \
25                    port:opencv
26
27depends_build       port:pkgconfig
28