1 | # $Id: Portfile,v 1.1 2004/03/29 18:36:46 toby Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libtheora |
---|
5 | version 1.0alpha5 |
---|
6 | categories multimedia |
---|
7 | description Xiph.org Foundation's open video codec |
---|
8 | long_description Theora is an open video codec being developed by the \ |
---|
9 | Xiph.org Foundation as part of their Ogg project (It is \ |
---|
10 | a project that aims to integrate On2's VP3 video codec, \ |
---|
11 | Ogg Vorbis audio codec and Ogg multimedia container \ |
---|
12 | formats into a multimedia solution that can compete \ |
---|
13 | with MPEG-4 format). |
---|
14 | maintainers toby@opendarwin.org |
---|
15 | platforms darwin |
---|
16 | homepage http://www.theora.org/ |
---|
17 | |
---|
18 | master_sites ${homepage}files/ |
---|
19 | use_bzip2 yes |
---|
20 | checksums md5 41940562932a8b7bf795d79e4190b21a |
---|
21 | |
---|
22 | depends_lib lib:libogg.0:libogg lib:libvorbis.0:libvorbis |
---|
23 | |
---|
24 | configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib |
---|
25 | configure.args --enable-shared |
---|
26 | |
---|
27 | variant player_examples { |
---|
28 | depends_lib-append lib:libSDL.1:libsdl |
---|
29 | } |
---|
30 | |
---|