1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup octave 1.0 |
---|
5 | |
---|
6 | octave.setup video 1.0.2 |
---|
7 | platforms darwin |
---|
8 | license GPL-2+ GPL-3+ |
---|
9 | categories math science multimedia |
---|
10 | maintainers nomaintainer |
---|
11 | description Octave bindings for video interface |
---|
12 | long_description Implements addframe, avifile, aviinfo and aviread, using ffmpeg. (and approximately conforms to Matlab interface) |
---|
13 | |
---|
14 | homepage http://octave.sourceforge.net/video |
---|
15 | master_sites sourceforge:octave |
---|
16 | |
---|
17 | checksums md5 e45e827ce5f409191aa9e9a61058e4ce \ |
---|
18 | sha1 a0a4002a8f202d3a9667e7dcfd6a8a81566b1392 \ |
---|
19 | rmd160 5d89e65ad4a2edaec84582e1f49cb8a9048c38db |
---|
20 | |
---|
21 | patchfiles patch-src-AVHandler.h.diff \ |
---|
22 | patch-src-Makefile.in.diff |
---|
23 | |
---|
24 | depends_lib-append port:ffmpeg |
---|