Commits
Marius Schamschula authored 67932dc91cc
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name live555 |
6 - | version 2019.08.12 |
6 + | version 2019.09.18 |
7 7 | revision 0 |
8 8 | categories multimedia |
9 9 | platforms darwin |
10 10 | maintainers nomaintainer |
11 11 | license LGPL-2.1+ |
12 12 | |
13 13 | description LIVE555 Streaming Media |
14 14 | |
15 15 | long_description This code forms a set of C++ libraries for multimedia \ |
16 16 | streaming, using open standard protocols (RTP/RTCP, RTSP, \ |
17 17 | SIP). These libraries - which can be compiled for UNIX \ |
18 18 | (including Linux and macOS), Windows, and QNX (and other \ |
19 19 | POSIX-compliant systems) - can be used to build streaming \ |
20 20 | applications. |
21 21 | |
22 22 | homepage http://www.live555.com/liveMedia/ |
23 23 | master_sites ${homepage}public/ \ |
24 24 | http://mirror.sobukus.de/files/src/live555/ |
25 25 | |
26 - | checksums rmd160 326dfdda585c3c2182cd017eebf354018a9eb6e8 \ |
27 - | sha256 82856f2503f840c45ce6c0f80717738b9d0a46880e026e5a0555940950c80316 \ |
28 - | size 650715 |
26 + | checksums rmd160 381b514794a0cbc14cf842dc9b4ef93a63014e67 \ |
27 + | sha256 7c04db4ba5048b301e27853f10004bbbbf059f3cf2686db6067d0d3e396625fd \ |
28 + | size 653756 |
29 29 | |
30 30 | distname live.${version} |
31 31 | worksrcdir live |
32 32 | |
33 33 | # older systems fail to build with old libtool versions |
34 34 | # so use a modern version of cctools on all systems to ensure success |
35 35 | depends_build-append \ |
36 36 | port:cctools |
37 37 | |
38 38 | patchfiles patch-config.macosx.diff \ |