]> git.pld-linux.org Git - packages/ccrtp.git/blame - ccrtp.spec
- up to 1.5.1
[packages/ccrtp.git] / ccrtp.spec
CommitLineData
23152de5 1Summary: Common C++ class framework for RTP/RTCP
2Summary(pl): Szkielet klas C++ dla RTP/RTCP
3Name: ccrtp
3cfd439e 4Version: 1.5.1
777d2487 5Release: 1
23152de5 6License: GPL
7Group: Libraries
8Source0: ftp://ftp.gnu.org/pub/gnu/ccrtp/%{name}-%{version}.tar.gz
3cfd439e 9# Source0-md5: 728c41edd62be2871eac50be287f97ee
6716a349 10Patch0: %{name}-gcc4.patch
e101e907 11URL: http://www.gnu.org/software/ccrtp/
777d2487 12BuildRequires: commoncpp2-devel >= 1.5.0
23152de5 13BuildRequires: doxygen
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17ccRTP is a generic, extensible and efficient C++ framework for
18developing applications based on the Real-Time Transport Protocol
19(RTP) from the IETF. It is based on Common C++ and provides a full
20RTP/RTCP stack for sending and receiving of realtime data by the use
21of send and receive packet queues. ccRTP supports unicast,
22multi-unicast and multicast, manages multiple sources, handles RTCP
23automatically, supports different threading models and is generic as
24for underlying network and transport protocols.
25
26%description -l pl
e101e907 27