1 | # $Id: Portfile 62182 2009-12-30 18:33:27Z nox@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name rtmpdump |
---|
6 | version 2.1d |
---|
7 | revision 0 |
---|
8 | categories www net |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:captsolo openmaintainer |
---|
11 | description a tool for downloading RTMP streaming media |
---|
12 | long_description A small dumper for media content streamed over \ |
---|
13 | the RTMP protocol. Supplying an rtmp url will result \ |
---|
14 | in a dumped flv file, which can be played or transcoded \ |
---|
15 | using ffmpeg/mplayer, etc. |
---|
16 | |
---|
17 | homepage http://rtmpdump.mplayerhq.hu/ |
---|
18 | master_sites http://rtmpdump.mplayerhq.hu/download/ |
---|
19 | |
---|
20 | checksums md5 0698ce0a23931e3ce4c7951b228b19c9 |
---|
21 | |
---|
22 | #post-patch { |
---|
23 | # reinplace "s|CC=.*\$|CC=${configure.cc}|" ${worksrcpath}/Makefile |
---|
24 | # reinplace "s|CXX=.*\$|CXX=${configure.cxx}|" ${worksrcpath}/Makefile |
---|
25 | #} |
---|
26 | use_configure no |
---|
27 | |
---|
28 | destroot { |
---|
29 | xinstall -m 755 -W ${worksrcpath} rtmpdump rtmpsuck rtmpsrv streams ${destroot}${prefix}/bin |
---|
30 | } |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url http://rtmpdump.mplayerhq.hu/ |
---|
34 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) |
---|