Ticket #7006: Portfile

File Portfile, 974 bytes (added by namely_void@…, 18 years ago)

Updated Portfile

Line 
1# $Id: Portfile,v 1.1 2004/03/29 18:36:46 toby Exp $
2
3PortSystem 1.0
4name             libtheora
5version          1.0alpha5
6categories       multimedia
7description     Xiph.org Foundation's open video codec
8long_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).
14maintainers      toby@opendarwin.org
15platforms        darwin
16homepage         http://www.theora.org/
17
18master_sites     ${homepage}files/
19use_bzip2        yes
20checksums        md5 41940562932a8b7bf795d79e4190b21a
21
22depends_lib     lib:libogg.0:libogg lib:libvorbis.0:libvorbis
23
24configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
25configure.args   --enable-shared
26
27variant player_examples {
28        depends_lib-append      lib:libSDL.1:libsdl
29}
30