| 1 | PortSystem 1.0 |
|---|
| 2 | name live555 |
|---|
| 3 | version 2007.07.01 |
|---|
| 4 | categories multimedia |
|---|
| 5 | maintainers ehainry@free.fr |
|---|
| 6 | description LIVE555 Streaming Media |
|---|
| 7 | long_description \ |
|---|
| 8 | This code forms a set of C++ libraries for multimedia streaming, using open\ |
|---|
| 9 | standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be\ |
|---|
| 10 | compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and\ |
|---|
| 11 | other POSIX-compliant systems) - can be used to build streaming\ |
|---|
| 12 | applications. |
|---|
| 13 | homepage http://www.live555.com/liveMedia/ |
|---|
| 14 | platforms darwin |
|---|
| 15 | master_sites ${homepage}public/ |
|---|
| 16 | checksums md5 ae4568a024c4433d8f89ffbcaee89f9e |
|---|
| 17 | distname live.${version} |
|---|
| 18 | worksrcdir live |
|---|
| 19 | configure.cmd ./genMakefiles |
|---|
| 20 | configure.args macosx |
|---|
| 21 | configure.pre_args |
|---|
| 22 | destroot { |
|---|
| 23 | file copy ${workpath}/live ${destroot}${prefix}/lib/ |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | livecheck.check regex |
|---|
| 27 | livecheck.url ${homepage}public/ |
|---|
| 28 | livecheck.regex live\.(\[0-9\.\]+)\.tar\.gz |
|---|
| 29 | |
|---|