Ticket #18247: Portfile.6

File Portfile.6, 1.6 KB (added by jm@…, 15 years ago)

This includes your fixes, but without libpng. I could not find any libpng requirement, not in the configure script or in the Debian packages. Feel free to commit anything after modifiation and validation. I am new to MacOsX and don't know enough to make good choices. Kind regards, Jean-Michel

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
5
6name                gavl
7version             1.1.0
8categories          multimedia
9maintainers         jmpoure
10description         Gavl (Gmerlin Audio Video Library) is a low level library, upon which \
11                    multimedia APIs can be built.
12long_description    Gavl (Gmerlin Audio Video Library) is a low level library, upon which \
13                    multimedia APIs can be built. Gavl handles all the details of audio and \
14                    video formats like colorspaces, samplerates, multichannel configurations etc. \
15                    It provides standardized definitions for those formats as well as container \
16                    structures for carrying audio samples or video images inside an application. \
17                    \
18                    In addition, it handles the sometimes ugly task of  converting between all \
19                    these formats and provides some elementary operations (copying, scaling, \
20                    alpha blending, etc).
21homepage            http://gmerlin.sourceforge.net/gavl_frame.html
22platforms           darwin
23master_sites        sourceforge:gmerlin
24
25depends_build       port:doxygen \
26                    port:pkgconfig
27
28checksums           md5 8a631a3468f4fd4213c4ec57d1795e14 \
29                    sha1 a66896820da902da2e2d9f6947090f44d49534d8 \
30                    rmd160 7deecc6ecc0331da34dfbc60aa2a928451ab6e45
31
32livecheck.regex     "<title>${name} (.*) released.*</title>"