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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gpac |
---|
7 | version 0.5.0 |
---|
8 | categories multimedia |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license LGPL-2+ |
---|
12 | |
---|
13 | description multimedia framework for research and academic purposes |
---|
14 | long_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 | |
---|
20 | homepage http://gpac.wp.mines-telecom.fr |
---|
21 | master_sites sourceforge:${name} |
---|
22 | |
---|
23 | use_zip yes |
---|
24 | |
---|
25 | checksums rmd160 106f589a52f147bd8f00ffced2b252f81ed3f053 \ |
---|
26 | sha256 5e067850618783d3ba4d9035bcea6727855f3a87a007960ab1f0f980a552f3cb |
---|
27 | |
---|
28 | depends_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 | |
---|
44 | worksrcdir gpac |
---|
45 | use_parallel_build no |
---|
46 | |
---|
47 | #destroot.destdir DESTDIR=${destroot} mandir=share/man |
---|