Ticket #34096: Portfile

File Portfile, 853 bytes (added by liampg72@…, 12 years ago)

New octave-video portfile

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