Ticket #29854: Portfile.2

File Portfile.2, 1.6 KB (added by mf2k (Frank Schima), 11 years ago)
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                gpac
7version             0.5.0
8categories          multimedia
9platforms           darwin
10maintainers         nomaintainer
11license             LGPL-2+
12
13description         multimedia framework for research and academic purposes
14long_description    GPAC is an Open Source multimedia framework for \
15                    research and academic purposes. The project \
16                    covers different aspects of multimedia, with a \
17                    focus on presentation technologies (graphics, \
18                    animation and interactivity).
19
20homepage            http://gpac.wp.mines-telecom.fr
21master_sites        sourceforge:${name}
22
23use_zip             yes
24
25checksums           rmd160  106f589a52f147bd8f00ffced2b252f81ed3f053 \
26                    sha256  5e067850618783d3ba4d9035bcea6727855f3a87a007960ab1f0f980a552f3cb
27
28depends_lib         port:a52dec \
29                    port:faad2 \
30                    path:lib/libavcodec.dylib:ffmpeg \
31                    port:jpeg \
32                    port:libmad \
33                    port:libogg \
34                    port:libpng \
35                    path:lib/pkgconfig/sdl.pc:libsdl \
36                    port:libtheora \
37                    port:libvorbis \
38                    port:openjpeg \
39                    port:openssl \
40                    port:spidermonkey \
41                    port:xvid \
42                    port:zlib
43
44worksrcdir          gpac
45use_parallel_build  no
46
47#destroot.destdir    DESTDIR=${destroot} mandir=share/man