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