1 | --- /Users/orville/Desktop/Portfile.txt 2007-08-24 13:24:55.000000000 -0400 |
---|
2 | +++ /Users/orville/Desktop/Portfile 2008-02-08 01:22:37.000000000 -0500 |
---|
3 | @@ -1,9 +1,9 @@ |
---|
4 | -# $Id$ |
---|
5 | +# $Id: Portfile 28206 2007-08-24 17:24:55Z sfiera@macports.org $ |
---|
6 | |
---|
7 | PortSystem 1.0 |
---|
8 | |
---|
9 | name xine-lib |
---|
10 | -version 1.1.7 |
---|
11 | +version 1.1.9.1 |
---|
12 | description xine-lib is a free multimedia engine, released under the GPL. |
---|
13 | long_description ${description} |
---|
14 | maintainers nomaintainer |
---|
15 | @@ -11,8 +11,15 @@ |
---|
16 | platforms darwin |
---|
17 | homepage http://xine.sf.net/ |
---|
18 | master_sites sourceforge:xine |
---|
19 | -checksums md5 a613a3adf44b5098e04842250dbd2251 |
---|
20 | +extract.suffix .tar.bz2 |
---|
21 | +use_bzip2 yes |
---|
22 | +patchfiles patch-kdetv_greedyh.c.diff patch-kdetv_tomsmocomp.c.diff |
---|
23 | +checksums md5 3ca1e43386c01293ddc3aeaf8b5f804f |
---|
24 | depends_lib lib:libX11.6:XFree86 lib:libesd:esound \ |
---|
25 | lib:libaa:aalib lib:libvorbis:libvorbis \ |
---|
26 | lib:libogg:libogg lib:libFLAC:flac |
---|
27 | configure.env LIBTOOL=glibtool |
---|
28 | +configure.args --with-external-ffmpeg --enable-macosx-video \ |
---|
29 | + --enable-coreaudio \ |
---|
30 | +# --without-esound --without-x |
---|
31 | + |
---|